From: Date: Sun, 24 Oct 2004 00:36:26 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_2~835 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aeac86458c558fb4c0f3611aa5268530f983abfc;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 33820be80a..b6b9fd6fff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +2004-10-23 Hartmut Holzgraefe + + * ext/ldap/config.w32: + Make ldap_parse_reference() available on Windows (Bug #29492) + +2004-10-23 Joe Orton + + * sapi/apache2filter/php_functions.c + sapi/apache2filter/sapi_apache2.c + sapi/apache2handler/php_functions.c + sapi/apache2handler/sapi_apache2.c: + - always convert apr_time_t to time_t using apr_time_sec() to be + future-proof. + - print apr_time_t values using APR_TIME_T and apr_snprintf. + - remove redundant add_property_long calls. + + * sapi/apache2filter/sapi_apache2.c + sapi/apache2handler/sapi_apache2.c: + Fix the get_request_time implementation for the 2.0 SAPIs to return + seconds not microseconds and to use TSRM stuff correctly. + +2004-10-23 Antony Dovgal + + * (PHP_5_0) + ext/oci8/oci8.c: + MFH: commit fixes by + (segfaults under heavy load) + + * ext/oci8/oci8.c: + commit fixes by + (segfaults under heavy load) + +2004-10-23 Andi Gutmans + + * ZendEngine2/zend_vm_execute.h: + - Add missing file + 2004-10-22 Andi Gutmans * ZendEngine2/zend_vm_handlers.h diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 3ccf0974d6..546752cb96 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2004-10-23 Andi Gutmans + + * zend_vm_execute.h: + - Add missing file + 2004-10-22 Andi Gutmans * zend_vm_handlers.h