+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:
+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: