changelog Sat Oct 23 20:36:14 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1783&r2=1.1784&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1783 php-src/ChangeLog:1.1784
--- php-src/ChangeLog:1.1783 Fri Oct 22 20:35:12 2004
+++ php-src/ChangeLog Sat Oct 23 20:36:08 2004
@@ -1,3 +1,40 @@
+2004-10-23 Hartmut Holzgraefe <[EMAIL PROTECTED]>
+
+ * ext/ldap/config.w32:
+ Make ldap_parse_reference() available on Windows (Bug #29492)
+
+2004-10-23 Joe Orton <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ ext/oci8/oci8.c:
+ MFH: commit fixes by <mikael dot suvi at trigger dot ee>
+ (segfaults under heavy load)
+
+ * ext/oci8/oci8.c:
+ commit fixes by <mikael dot suvi at trigger dot ee>
+ (segfaults under heavy load)
+
+2004-10-23 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_vm_execute.h:
+ - Add missing file
+
2004-10-22 Andi Gutmans <[EMAIL PROTECTED]>
* ZendEngine2/zend_vm_handlers.h
@@ -11784,7 +11821,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1783 2004/10/23 00:35:12
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1784 2004/10/24 00:36:08
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>