From: Date: Fri, 1 Jul 2005 05:37:58 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.1.0b3~235 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e4d1b9be662f1ad278fdded8f28e095865d13f9;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index e4e0e79863..faff75873c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,75 @@ +2005-06-30 Ilia Alshanetsky + + * NEWS + ext/xmlrpc/xmlrpc-epi-php.c: + Fixed bug #33523 (Memory leak in xmlrpc_encode_request()). + +2005-06-30 Derick Rethans + + * NEWS + ext/standard/basic_functions.c + ext/standard/datetime.c + ext/standard/datetime.h + ext/standard/tests/time/bug27719.phpt + ext/standard/tests/time/date.phpt: + - Reimplemented date and gmdate with new timelib code. + - Removed old date/gmdate implementations. + - Moved date() related testcases to ext/date/tests. + - Implemented bug #33452. + - Fixed testcase for bug #27719 - there is no timezone called "EST5DST". + +2005-06-30 Ilia Alshanetsky + + * NEWS: + SQLite lib upgrade news. + +2005-06-30 Wez Furlong + + * ext/openssl/openssl.c: + Add optional parameter to openssl_pkcs7_verify() which specifies the name + of a file that will be filled with the verified data, but with the + signature + information stripped. + + Patch by Marton Kenyeres, mkenyeres (at) konvergencia dot hu + +2005-06-30 Jani Taskinen + + * ext/mysql/config.m4: + consistent naming: prefix always with MYSQL_ + + * ext/bcmath/libbcmath/src/config.h + ext/mcve/mcve.c + ext/pcre/pcrelib/internal.h + ext/standard/html.c + ext/xml/expat_compat.h + main/php_scandir.h + main/php_sprintf.c: + Netware also uses autoconf based config now + +2005-06-30 Dmitry Stogov + + * ZendEngine2/zend_API.c + ZendEngine2/zend_API.h + ext/standard/dl.c: + Restored old behavior of zend_statup_module() + +2005-06-30 Jani Taskinen + + * ext/posix/config.m4: + typo + + * ext/simplexml/php_simplexml.h + ext/simplexml/simplexml.c + ext/standard/array.c: + - Unify (+ spl can't be build shared so COMPILE_DL_SPL + +2005-06-30 Derick Rethans + + * ext/posix/config.m4 + ext/posix/posix.c: + - Added check for makedev systemcall, which Netware doesn't support. + 2005-06-29 Anantha Kesari H Y * netware/sys/stat.h: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 5cd9ee8c5f..b821ffe680 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2005-06-30 Dmitry Stogov + + * zend_API.c + zend_API.h: + Restored old behavior of zend_statup_module() + 2005-06-29 Stanislav Malyshev * zend_execute.c