diff options
| author | <changelog@php.net> | 2006-11-30 01:30:59 +0000 |
|---|---|---|
| committer | <changelog@php.net> | 2006-11-30 01:30:59 +0000 |
| commit | b5baf81149070217c998fca7c54fbea94e801421 (patch) | |
| tree | f2be03b46fe9b07720f4dbc18e627a1660a1f8b6 | |
| parent | 24731d0ba928073386f73ee545a30e93d532f458 (diff) | |
| download | php-git-b5baf81149070217c998fca7c54fbea94e801421.tar.gz | |
ChangeLog update
| -rw-r--r-- | ChangeLog | 67 |
1 files changed, 67 insertions, 0 deletions
@@ -1,3 +1,70 @@ +2006-11-29 Ilia Alshanetsky <ilia@prohost.org> + + * 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 <antony@zend.com> + + * ext/simplexml/simplexml.c: + add missing folding marker + +2006-11-29 Derick Rethans <php@derickrethans.nl> + + * (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 <ilia@prohost.org> + + * 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 <antony@zend.com> + + * (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 <rrichards@ctindustries.net> + + * 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 <marcus.boerger@post.rwth-aachen.de> * ext/spl/examples/callbackfilteriterator.inc |
