From 6fc06365813bcd914d2ba35e44daf961a21fd563 Mon Sep 17 00:00:00 2001 From: Date: Mon, 2 Jun 2003 00:30:46 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 40 ++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 21 +++++++++++++++++++++ 2 files changed, 61 insertions(+) diff --git a/ChangeLog b/ChangeLog index 05389a503c..a84ae6fbd9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,43 @@ +2003-06-01 Uwe Schindler + + * 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 + + * sapi/pi3web/pi3web_sapi.c: + Removed increment of read_post_bytes because this is done within SAPI + (SAPI.c). + +2003-06-01 Marcus Boerger + + * run-tests.php: + Allow optional directories + +2003-06-01 Sebastian Bergmann + + * tests/run-test/test009.phpt: + Per request by Derick and Marcus. + +2003-06-01 Sterling Hughes + + * 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 * ext/mysqli/mysqli_api.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 9356d69139..90f591e944 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,24 @@ +2003-06-01 Marcus Boerger + + * 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 * zend.c: -- 2.50.1