]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 23 Feb 2005 01:36:05 +0000 (01:36 +0000)
committer <changelog@php.net> <>
Wed, 23 Feb 2005 01:36:05 +0000 (01:36 +0000)
ChangeLog
Zend/ChangeLog

index 423809c7ab05bf524a01ccda051f6e73b9dc373a..52ff7ccb814276f84fccf851a476cd6b9934131e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,96 @@
+2005-02-22  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      NEWS
+      NEWS
+      ext/mysql/php_mysql.c
+      ext/mysql/php_mysql.c:
+      MFH: Fixed bug #31288 (Possible crash in mysql_fetch_field(), if
+      mysql_list_fields() was not called previously).
+
+    * ext/mysql/php_mysql.c:
+      Fixed bug #31288 (Possible crash in mysql_fetch_field(), if
+      mysql_list_fields() was not called previously).
+
+2005-02-22  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/zend_objects_API.c:
+      - We cannot provide this fallback becuase it requires zend_object ptr's.
+
+2005-02-22  Jani Taskinen  <jani.taskinen@kolumbus.fi>
+
+    * (PHP_4_3)
+      main/SAPI.c
+      main/SAPI.c:
+      MFH: nuke unused variables when PCRE is not compiled statically into PHP
+
+    * ZendEngine2/Zend.m4:
+      Fix cross-compile
+
+    * ZendEngine2/acconfig.h:
+      Fix build (it was #ifNdef NETWARE..)
+
+2005-02-22  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/zend_objects.c
+      ZendEngine2/zend_objects.h
+      ZendEngine2/zend_objects_API.h:
+      - Fix signatures they are all meant to be able to deal with any type in any
+        object storage (though we are still missing several parts)
+
+    * ZendEngine2/zend_objects_API.c:
+      - Force calling of dtors unless otherwise specified (fixes several
+      __destruct bugs)
+
+2005-02-22  Moriyoshi Koizumi  <moriyoshi@at.wakwak.com>
+
+    * (PHP_4_3)
+      NEWS:
+      - MFH: fix bug #32063 (mb_convert_encoding ignores named entity 'alpha')
+
+    * (PHP_5_0)
+      NEWS:
+      - One more entry to go.
+
+    * (PHP_5_0)
+      NEWS:
+      - Reorder.
+
+    * (PHP_5_0)
+      NEWS:
+      - MFH: fix bug #32063 (mb_convert_encoding() ignores named entity 'alpha')
+
+2005-02-22  Anantha Kesari H Y  <hyanantha@novell.com>
+
+    * ZendEngine2/zend.h:
+      NetWare can include autoconf generated config headers
+
+    * ZendEngine2/acconfig.h:
+      NetWare can make use of the configure script generated header file.
+
+    * TSRM/tsrm_config.nw.h:
+      NetWare can use Autoconf based build system.
+
+2005-02-22  Moriyoshi Koizumi  <moriyoshi@at.wakwak.com>
+
+    * main/SAPI.c:
+      - Silly typo.
+
+2005-02-22  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_0)
+      NEWS
+      ext/standard/dir.c
+      main/php_streams.h
+      main/streams/streams.c:
+      MFH: Fixed bug #31515 (Improve performance of scandir() by factor of 10 or
+      so).
+
+    * ext/standard/dir.c
+      main/php_streams.h
+      main/streams/streams.c:
+      Fixed bug #31515 (Improve performance of scandir() by factor of 10 or so).
+
 2005-02-21  Jani Taskinen  <jani.taskinen@kolumbus.fi>
 
     * (PHP_5_0)
index 5ba3746d8f47300b88dde08b16659c2491e34d58..520c8fda5a6e7a6ae094783e7e368f8b2f9ad955 100644 (file)
@@ -1,3 +1,36 @@
+2005-02-22  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_objects_API.c:
+      - We cannot provide this fallback becuase it requires zend_object ptr's.
+
+2005-02-22  Jani Taskinen  <jani.taskinen@kolumbus.fi>
+
+    * Zend.m4:
+      Fix cross-compile
+
+    * acconfig.h:
+      Fix build (it was #ifNdef NETWARE..)
+
+2005-02-22  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_objects.c
+      zend_objects.h
+      zend_objects_API.h:
+      - Fix signatures they are all meant to be able to deal with any type in any
+        object storage (though we are still missing several parts)
+
+    * zend_objects_API.c:
+      - Force calling of dtors unless otherwise specified (fixes several
+      __destruct bugs)
+
+2005-02-22  Anantha Kesari H Y  <hyanantha@novell.com>
+
+    * zend.h:
+      NetWare can include autoconf generated config headers
+
+    * acconfig.h:
+      NetWare can make use of the configure script generated header file.
+
 2005-02-21  Moriyoshi Koizumi  <moriyoshi@at.wakwak.com>
 
     * Makefile.am: