]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 28 Mar 2003 01:30:46 +0000 (01:30 +0000)
committer <changelog@php.net> <>
Fri, 28 Mar 2003 01:30:46 +0000 (01:30 +0000)
ChangeLog
Zend/ChangeLog

index 4b0dfbce54ed7a3fb462d57914985939321ccdb9..c00939a7aef825848a8bd8887999741f20fb677f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,64 @@
+2003-03-27  Moriyoshi Koizumi  <moriyoshi@at.wakwak.com>
+
+    * main/php_variables.c:
+      Improved php_import_environment_variables: avoid emalloc()ing in most cases
+
+2003-03-27  Harald Radi  <harald.radi+coding.php@nme.at>
+
+    * ext/rpc/com/com_wrapper.c:
+      MFB ext/com
+      fix #22899
+      invoke is called twice
+
+2003-03-27  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/standard/array.c:
+      CS
+
+2003-03-27  David Hill  <David.Hill@hp.com>
+
+    * configure.in:
+      Correcting checking of flex version (dave)
+
+2003-03-27  Shane Caraveo  <shane@caraveo.com>
+
+    * sapi/cgi/cgi_main.c
+      sapi/isapi/php4isapi.c:
+      handle invalid paths passed to us from iis
+
+2003-03-27  David Hill  <David.Hill@hp.com>
+
+    * ext/standard/tests/time/002.phpt:
+      Backing out part of TZ change
+
+2003-03-27  Edin Kadribasic  <edink@proventum.net>
+
+    * (PHP_4_3)
+      NEWS:
+      BFN
+
+    * ext/mysql/libmysql/config-win.h:
+      MFB
+
+    * (PHP_4_3)
+      ext/mysql/libmysql/config-win.h:
+      Fixed bug #22083.
+
+2003-03-27  Jani Taskinen  <sniper@iki.fi>
+
+    * sapi/apache2handler/sapi_apache2.c:
+      CS fix
+
+2003-03-27  Ian Holsman  <Ian@holsman.net>
+
+    * sapi/apache2handler/sapi_apache2.c:
+      change to a pool-based bucket instead of a transient one.
+
+    * sapi/apache2handler/sapi_apache2.c:
+      remove flush from standard unbuffered write.
+      people requiring a flush can turn implicit flush on.
+      Thanks ilia for benchmarking this!
+
 2003-03-26  Sterling Hughes  <sterling@bumblebury.com>
 
     * main/fopen_wrappers.c:
index 3e8a04d00bc60017653a43db599c7e39aeaaf000..90ac7be871f06fe88c870afb88e0408564413daf 100644 (file)
@@ -1,3 +1,8 @@
+2003-03-27  Stanislav Malyshev  <stas@zend.com>
+
+    * zend_execute.c:
+      fix fetch_class buglet
+
 2003-03-26  Stanislav Malyshev  <stas@zend.com>
 
     * zend_execute.c