]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 2 Jun 2003 00:30:46 +0000 (00:30 +0000)
committer <changelog@php.net> <>
Mon, 2 Jun 2003 00:30:46 +0000 (00:30 +0000)
ChangeLog
Zend/ChangeLog

index 05389a503c593bcba5cfa629fb9b4658910c908a..a84ae6fbd9a7ff83798d2287f4f56c8f2cc2aa90 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,43 @@
+2003-06-01  Uwe Schindler  <uwe@thetaphi.de>
+
+    * sapi/nsapi/config.m4:
+      Messages for newer servers.
+
+    * (PHP_4_3)
+      sapi/nsapi/nsapi-readme.txt
+      sapi/nsapi/nsapi.c:
+      MFH: Update of README for newer servers; apache-similar functions
+      nsapi_request_headers and nsapi_response_headers with apache_* aliases;
+      hide authorization-header in save mode.
+
+    * sapi/nsapi/nsapi-readme.txt
+      sapi/nsapi/nsapi.c:
+      Update of README for newer servers; apache-similar functions
+      nsapi_request_headers and nsapi_response_headers with apache_* aliases;
+      hide authorization-header in save mode.
+
+2003-06-01  Holger Zimmermann  <zimpel@t-online.de>
+
+    * sapi/pi3web/pi3web_sapi.c:
+      Removed increment of read_post_bytes because this is done within SAPI
+      (SAPI.c).
+
+2003-06-01  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * run-tests.php:
+      Allow optional directories
+
+2003-06-01  Sebastian Bergmann  <sb@sebastian-bergmann.de>
+
+    * tests/run-test/test009.phpt:
+      Per request by Derick and Marcus.
+
+2003-06-01  Sterling Hughes  <sterling@bumblebury.com>
+
+    * ext/mysql/php_mysql.c:
+      don't do this on startup, lazy initialize it.  This takes up > 17% of load
+      time in CGI mode
+
 2003-05-31  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * ext/mysqli/mysqli_api.c:
index 9356d691394c3c010a5cc1e5bb7a153129490c50..90f591e94445ba6bdb1e3fb06ae80f1f3f8a1219 100644 (file)
@@ -1,3 +1,24 @@
+2003-06-01  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * tests/zend2.php:
+      No nested classes
+
+    * tests/bug20240.phpt
+      tests/bug20242.phpt
+      tests/bug21478.phpt
+      tests/bug21888.phpt
+      tests/bug22725.phpt:
+      Add some ZE2 bug tests
+
+    * zend_opcode.c:
+      Bugfix #23670: implements and extends cause Apache 2 crash
+
+    * zend_constants.c:
+      Do it correct always
+
+    * zend_compile.h:
+      Defining it once is enough
+
 2003-05-31  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * zend.c: