changelog Sun Feb 11 01:30:58 2007 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2597&r2=1.2598&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2597 php-src/ChangeLog:1.2598 --- php-src/ChangeLog:1.2597 Sat Feb 10 01:31:09 2007 +++ php-src/ChangeLog Sun Feb 11 01:30:57 2007 @@ -1,3 +1,31 @@ +2007-02-10 Nuno Lopes <[EMAIL PROTECTED]> + + * (PHP_4_4) + ext/imap/config.m4: + fix typos + +2007-02-10 Antony Dovgal <[EMAIL PROTECTED]> + + * ext/reflection/php_reflection.c + ext/reflection/tests/bug40431.phpt + ext/reflection/tests/bug40431.phpt: + fix #40431 (dynamic properties may cause crash in ReflectionProperty + methods) + +2007-02-10 Nuno Lopes <[EMAIL PROTECTED]> + + * (PHP_5_2) + ext/pdo_sqlite/sqlite/src/parse.c: + fix gcov build (#line directives) + +2007-02-10 Antony Dovgal <[EMAIL PROTECTED]> + + * ext/posix/posix.c: + use the same ifdef anf get rid of "unused var" warnings + + * ext/standard/string.c: + fix off-by-one accidentally introduced by safe_emalloc() patch + 2007-02-09 Nuno Lopes <[EMAIL PROTECTED]> * ext/pcre/config.w32