changelog Thu Nov 30 01:31:00 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2526&r2=1.2527&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2526 php-src/ChangeLog:1.2527 --- php-src/ChangeLog:1.2526 Wed Nov 29 01:31:04 2006 +++ php-src/ChangeLog Thu Nov 30 01:30:59 2006 @@ -1,3 +1,70 @@ +2006-11-29 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * ext/standard/filestat.c: + MFB: Fixed bug #39648 (Implementation of PHP functions chown() and chgrp() + are not thread safe). + + * (PHP_5_2) + NEWS + configure.in + ext/standard/filestat.c: + Fixed bug #39648 (Implementation of PHP functions chown() and chgrp() are + not thread safe). + +2006-11-29 Antony Dovgal <[EMAIL PROTECTED]> + + * ext/simplexml/simplexml.c: + add missing folding marker + +2006-11-29 Derick Rethans <[EMAIL PROTECTED]> + + * (PHP_5_2) + NEWS + ext/date/lib/timezonedb.h + ext/date/lib/timezonedb.h: + - Updated timezone database to version 2006.16. + +2006-11-29 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * ext/pdo_pgsql/pgsql_driver.c + ext/pgsql/pgsql.c: + MFB: Fixed bug #39663 (Memory leak in pg_get_notify() and a possible memory + corruption on Windows in pgsql and pdo_pgsql extensions). + + * (PHP_5_2) + NEWS + ext/pdo_pgsql/pgsql_driver.c + ext/pgsql/pgsql.c: + Fixed bug #39663 (Memory leak in pg_get_notify() and a possible memory + corruption on Windows in pgsql and pdo_pgsql extensions). + +2006-11-29 Antony Dovgal <[EMAIL PROTECTED]> + + * (PHP_5_2) + NEWS + ext/standard/tests/file/bug39673.phpt + main/streams/plain_wrapper.c: + MFH: fix #39673 (file_get_contents causes bus error on certain offsets) + + * ext/standard/tests/file/bug39673.phpt + ext/standard/tests/file/bug39673.phpt + main/streams/plain_wrapper.c: + + fix #39673 (file_get_contents causes bus error on certain offsets) + +2006-11-29 Rob Richards <[EMAIL PROTECTED]> + + * ext/simplexml/simplexml.c + ext/simplexml/tests/bug39662.phpt: + MFB: correct fix for bug #39662 to fix leak and tree corruption + fix test + + * (PHP_5_2) + ext/simplexml/simplexml.c + ext/simplexml/tests/bug39662.phpt: + correct fix for bug #39662 to fix leak and tree corruption + fix test + 2006-11-28 Marcus Boerger <[EMAIL PROTECTED]> * ext/spl/examples/callbackfilteriterator.inc