From: <ad...@jp...> - 2005-12-16 16:46:28
|
Nicolas, You need to change a few other things as well to get PHPiCalendar to work under PHP-5.1.1: 1.) in week.php, day.php, year.php, and month.php; you must change strtotime("now + $second_offset seconds") to read strtotime("now +$second_offset seconds"). The +/- must now be directly adjacent to the offset. 2.) in config.inc.php -- $second_offset must be given a value, even if it just is set to '0'. - Justin Kulikowski [ http://www.jpk236.com ] Nicolas Contamin wrote: > On 12/15/05, Chad Little <ch...@ch...> wrote: > >>We use the bug reporting built into sourceforge, no need to mail us >>here -- your report will be received by us there. There is a 5.1.1 >>discussion on the website if you'd like to read more. >> > > > It seems that more and more people is swithcing to php 5.1.1 :-( > > So I've made the change > * in 'date_function.php', by adding 'twoChar2Day()' > * and changing calls in 'ical_parser.php' > > Can someone put this > (http://eidolon.univ-lyon2.fr/~nicoconta/diff_files/php511.diff.tgz) > into CVS. or simply make the changes. > > Thanks. > > > Danon'. > Ps: I'll keep working on my loop bug > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_idv37&alloc_id865&op=click > _______________________________________________ > Phpicalendar-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel |