From 78b5b96d17a63fb1afd456d434a199a9fe9edf2e Mon Sep 17 00:00:00 2001 From: Date: Fri, 30 May 2003 00:30:57 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 100 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 19 ++++++++++ 2 files changed, 119 insertions(+) diff --git a/ChangeLog b/ChangeLog index c6c7522592..930af842eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,103 @@ +2003-05-29 Edin Kadribasic + + * (PHP_4_3) + sapi/cli/php_cli.c: + Nuke the rest of headers-sent code + +2003-05-29 Ilia Alshanetsky + + * ext/pcntl/pcntl.c + ext/pcntl/php_pcntl.h: + Fixed compiler warnings. + +2003-05-29 Uwe Schindler + + * sapi/nsapi/nsapi.c + sapi/nsapi/nsapi.c: + fix of incomplete windows fix + +2003-05-29 Hartmut Holzgraefe + + * main/streams/userspace.c: + fix for crashbug with user level wrapper implementations of stream_stat + +2003-05-29 Uwe Schindler + + * sapi/nsapi/nsapi.c: + Changes for compilation under windows + + * (PHP_4_3) + sapi/nsapi/nsapi.c: + Changes for compilation on windows + +2003-05-29 Marcus Boerger + + * run-tests.php: + Execute --SKIPIF-- like --FILE-- + +2003-05-29 Sascha Schumann + + * (PHP_4_3) + ext/session/session.c: + fix prototype + + * (PHP_4_3) + ext/session/session.c: + Always send a new session cookie upon regenerating id + + * (PHP_4_3) + sapi/cgi/config9.m4 + sapi/cgi/libfcgi/include/fcgi_config.h: + Fix VPATH builds + +2003-05-29 Marcus Boerger + + * sapi/cli/php_cli.c: + Simply print errors + + * sapi/cli/README: + Update + + * (PHP_4_3) + ext/exif/exif.c: + MFH + + * ext/dba/config.m4: + Fix builddir entry + + * ext/standard/basic_functions.c: + MFB + +2003-05-29 Dan Kalowsky + + * (PHP_4_3) + ext/odbc/php_odbc.c: + ODBC standards compliance is a good thing. + +2003-05-29 Marcus Boerger + + * ext/dba/config.m4: + MFB (these parts were missing) + +2003-05-29 Uwe Schindler + + * (PHP_4_3) + sapi/nsapi/nsapi.c: + MFH: php.ini values in magnus/obj.conf; virtual() similar to apache;... + + * sapi/nsapi/nsapi.c: + Added php.ini value: nsapi.read_timeout; Included the apache-like virtual() + function to make sub-request on server (thanks to Chris Elving from Sun) + +2003-05-29 Jani Taskinen + + * NEWS: + Sync with PHP 4.3.2 NEWS + + * (PHP_4_3) + NEWS: + Added the header for 4.3.3 + 2003-05-28 Rasmus Lerdorf * ext/mysql/php_mysql.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 355390d67b..b28d3dcc57 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,22 @@ +2003-05-29 Marcus Boerger + + * zend_compile.c + zend_language_parser.y: + Fix ~ operator in class constants. + + * zend_compile.c + zend_compile.h + zend_operators.c: + Faster interface inheritance & faster inheritance checks + + * zend_language_scanner.l: + CS + +2003-05-29 Wez Furlong + + * zend_compile.c: + Fix Bug #23285 (Potential Stack Overflow in zendlex). + 2003-05-28 Sterling Hughes * zend_alloc.c: -- 2.50.1