changelog Mon Jan 8 01:31:05 2007 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2565&r2=1.2566&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2565 php-src/ChangeLog:1.2566 --- php-src/ChangeLog:1.2565 Sun Jan 7 01:31:13 2007 +++ php-src/ChangeLog Mon Jan 8 01:31:04 2007 @@ -1,3 +1,72 @@ +2007-01-07 Sara Golemon <[EMAIL PROTECTED]> + + * ZendEngine2/zend_alloc.h: + Typo + +2007-01-07 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * ext/date/tests/bug37514.phpt: + Use relative timestamp + + * (PHP_5_2) + ext/date/tests/bug37514.phpt: + Use relative timestamp + +2007-01-07 Sara Golemon <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> * main/php_logos.c: