From: Date: Wed, 29 Sep 2004 00:34:42 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_NEW_VM_GEN_PATCH~153 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f890909ac4cd14c3557fc403fe055ab278d11e0b;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index cbbff944e1..a231b17b9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,71 @@ +2004-09-28 Marcus Boerger + + * ext/sysvmsg/sysvmsg.c: + - Fix warnign + + * ZendEngine2/zend_API.c + ZendEngine2/zend_API.h + ZendEngine2/zend_object_handlers.c + ZendEngine2/zend_objects.c: + Simplify/Optmize magic method calls (__get/__set/__call/__clone/__destruct) + +2004-09-28 Jani Taskinen + + * ext/standard/config.m4: + MFB: - Fixed bug #30205 (Missing in crypt() configure test). + + * (PHP_4_3) + ext/standard/config.m4: + - Fixed bug #30205 (Missing in crypt() configure test). + +2004-09-28 Andi Gutmans + + * ZendEngine2/zend_execute_API.c: + - Return the warning until we check if we can change the type of str.len + +2004-09-28 Marcus Boerger + + * ZendEngine2/zend_reflection_api.c + ZendEngine2/zend_reflection_api.h: + - publish reflection_class_factory() as zend_reflection_class_factory() + +2004-09-28 Frank M. Kromann + + * ext/mssql/php_mssql.c: + Fix compilation + +2004-09-28 Antony Dovgal + + * ext/oci8/oci8.c: + fix bug #29652 (number of FD to ocius.msb is growing) + many thanks to Sergei V. Rozinov for + testing + +2004-09-28 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + NEWS + ext/mssql/php_mssql.c + ext/mssql/php_mssql.c: + MFH: Fixed bug #30224 (Sybase date strings are sometimes not null + terminated). + + * ext/mssql/php_mssql.c: + Fixed bug #30224 (Sybase date strings are sometimes not null terminated). + +2004-09-28 Wez Furlong + + * (PHP_5_0) + configure.in + ext/ftp/ftp.c + ext/openssl/xp_ssl.c + ext/standard/streamsfuncs.c + main/network.c + main/php_network.h + main/streams/xp_socket.c: + MFH: Fix for Bug #24189: possibly unsafe select(2) usage. + 2004-09-27 Marcus Boerger * (PHP_5_0) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 297c3e0ddc..f5030950c6 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,22 @@ +2004-09-28 Marcus Boerger + + * zend_API.c + zend_API.h + zend_object_handlers.c + zend_objects.c: + Simplify/Optmize magic method calls (__get/__set/__call/__clone/__destruct) + +2004-09-28 Andi Gutmans + + * zend_execute_API.c: + - Return the warning until we check if we can change the type of str.len + +2004-09-28 Marcus Boerger + + * zend_reflection_api.c + zend_reflection_api.h: + - publish reflection_class_factory() as zend_reflection_class_factory() + 2004-09-27 Marcus Boerger * (PHP_5_0)