]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 29 Sep 2004 00:34:42 +0000 (00:34 +0000)
committer <changelog@php.net> <>
Wed, 29 Sep 2004 00:34:42 +0000 (00:34 +0000)
ChangeLog
Zend/ChangeLog

index cbbff944e174d805b0b4a875dd22eede46fb984b..a231b17b9ed0c5a0fc2f56cc843ad7e9cf062e34 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,71 @@
+2004-09-28  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * 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  <jani.taskinen@kolumbus.fi>
+
+    * 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  <andi@zend.com>
+
+    * 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  <marcus.boerger@post.rwth-aachen.de>
+
+    * 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  <frank@kromann.info>
+
+    * ext/mssql/php_mssql.c:
+      Fix compilation
+
+2004-09-28  Antony Dovgal  <tony2001@phpclub.net>
+
+    * 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  <ilia@prohost.org>
+
+    * (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  <wez.php@thebrainroom.net>
+
+    * (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  <marcus.boerger@post.rwth-aachen.de>
 
     * (PHP_5_0)
index 297c3e0ddcacb8b17b3f63e8bc004a06a7d77440..f5030950c6cb8a52dfeeb238c5cf62aa94d68b97 100644 (file)
@@ -1,3 +1,22 @@
+2004-09-28  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * 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  <andi@zend.com>
+
+    * zend_execute_API.c:
+      - Return the warning until we check if we can change the type of str.len
+
+2004-09-28  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_reflection_api.c
+      zend_reflection_api.h:
+      - publish reflection_class_factory() as zend_reflection_class_factory()
+
 2004-09-27  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * (PHP_5_0)