changelog Thu Mar 22 01:31:06 2007 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2636&r2=1.2637&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2636 php-src/ChangeLog:1.2637 --- php-src/ChangeLog:1.2636 Wed Mar 21 01:31:09 2007 +++ php-src/ChangeLog Thu Mar 22 01:31:06 2007 @@ -1,3 +1,35 @@ +2007-03-21 Marcus Boerger <[EMAIL PROTECTED]> + + * (PHP_4_4) + sapi/cli/getopt.c + sapi/cli/getopt.c: + - MFH Fix issue with long form of command line switches + + * sapi/cli/getopt.c: + - Fix issue with long form of command line switches + +2007-03-21 Derick Rethans <[EMAIL PROTECTED]> + + * (PHP_5_2) + ext/date/lib/parse_date.c + ext/date/lib/parse_date.re: + - Revert this patch, as the code was incorrect. + - It was also not committed to HEAD. + +2007-03-21 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * ext/date/tests/bug40861.phpt + ext/date/tests/bug40861.phpt: + + file bug40861.phpt was initially added on branch PHP_5_2. + + * (PHP_5_2) + NEWS + ext/date/lib/parse_date.c + ext/date/lib/parse_date.re: + + Fixed bug #40861 (Multiple +/- on relative units breaks strtotime()). + 2007-03-20 Marcus Boerger <[EMAIL PROTECTED]> * (PHP_5_2)