changelog Tue Sep 28 20:34:38 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1759&r2=1.1760&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1759 php-src/ChangeLog:1.1760
--- php-src/ChangeLog:1.1759 Mon Sep 27 20:34:13 2004
+++ php-src/ChangeLog Tue Sep 28 20:34:37 2004
@@ -1,3 +1,71 @@
+2004-09-28 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * ext/standard/config.m4:
+ MFB: - Fixed bug #30205 (Missing <unistd.h> in crypt() configure test).
+
+ * (PHP_4_3)
+ ext/standard/config.m4:
+ - Fixed bug #30205 (Missing <unistd.h> in crypt() configure test).
+
+2004-09-28 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * ext/mssql/php_mssql.c:
+ Fix compilation
+
+2004-09-28 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * ext/oci8/oci8.c:
+ fix bug #29652 (number of FD to ocius.msb is growing)
+ many thanks to Sergei V. Rozinov <S dot Rozinov at sibron dot ru> for
+ testing
+
+2004-09-28 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
* (PHP_5_0)
@@ -10365,7 +10433,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1759 2004/09/28 00:34:13
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1760 2004/09/29 00:34:37
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>