diff --git a/ChangeLog b/ChangeLog index 7d7259e7379..0b547c37501 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,72 @@ +2007-01-07 Sara Golemon + + * ZendEngine2/zend_alloc.h: + Typo + +2007-01-07 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/openssl/config.w32 + ext/openssl/config0.m4 + ext/openssl/openssl.c: + + Fixed bug #39394 (Missing check for older variants of openssl). + +2007-01-07 Hannes Magnusson + + * ext/date/tests/bug37514.phpt: + Use relative timestamp + + * (PHP_5_2) + ext/date/tests/bug37514.phpt: + Use relative timestamp + +2007-01-07 Sara Golemon + + * ext/standard/user_filters.c + ext/standard/tests/filters/001.phpt + ext/standard/tests/filters/bug35916.phpt: + Remaining unicode updates for user filters + + * ZendEngine2/zend_API.c + ZendEngine2/zend_API.h: + Add add_property_zstr(l)(_ex)() + + * ZendEngine2/zend_alloc.h: + Add pestrndup() + + * ZendEngine2/zend_alloc.c + ZendEngine2/zend_alloc.h: + Fix prior commit noticing this time that persistent allocators start with + zend_*() and that one already exists + + * ZendEngine2/zend_alloc.c + ZendEngine2/zend_alloc.h: + Flesh out some missing API calls + +2007-01-07 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/pgsql/pgsql.c: + + Fixed bug #39979 (PGSQL_CONNECT_FORCE_NEW will causes next connect to + establish a new connection). + + * (PHP_5_2) + NEWS + ext/spl/spl_array.c + ext/spl/tests/bug40036.phpt + ext/spl/tests/bug40036.phpt: + + Fixed bug #40036 (empty() does not work correctly with ArrayObject when + using ARRAY_AS_PROPS). + + * (PHP_5_2) + ext/zip/php_zip.c: + Fixed memory leaks on error + 2007-01-06 Nuno Lopes * main/php_logos.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index ac5813f66d4..c4aeb7dad40 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,24 @@ +2007-01-07 Sara Golemon + + * zend_alloc.h: + Typo + + * zend_API.c + zend_API.h: + Add add_property_zstr(l)(_ex)() + + * zend_alloc.h: + Add pestrndup() + + * zend_alloc.c + zend_alloc.h: + Fix prior commit noticing this time that persistent allocators start with + zend_*() and that one already exists + + * zend_alloc.c + zend_alloc.h: + Flesh out some missing API calls + 2007-01-05 Sara Golemon * zend_builtin_functions.c: