From 87a06aa8eaacb9d0fb4765b85a2efe1d0db1657d Mon Sep 17 00:00:00 2001 From: Date: Thu, 20 Mar 2003 01:33:31 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 15 +++++++++++++ 2 files changed, 75 insertions(+) diff --git a/ChangeLog b/ChangeLog index 974c21573a..3eb7a28496 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,63 @@ +2003-03-19 Jani Taskinen + + * ext/mysqli/config.m4: + Better config.m4.. + + * ext/tokenizer/tokenizer.c: + And this too.. + + * ext/tokenizer/tokenizer.c: + Andrei forgot this.. + +2003-03-19 Marcus Boerger + + * sapi/cli/php_cli.c: + - reenable $argc/$argv + - add a comment where hardcoded defaults would go + +2003-03-19 Wez Furlong + + * (PHP_4_3) + main/streams.c: + This little fragment didn't get merged from head... + +2003-03-19 David Hill + + * README.TESTING: + Correcting example to use proper variable - NO_INTERACTION + +2003-03-19 Jani Taskinen + + * php.ini-dist + php.ini-recommended: + Using of quotes around paths is a very good idea.. + + * (PHP_4_3) + NEWS: + BFN + + * (PHP_4_3) + main/main.c: + MFH: Fixed bug #22775 (Fatal errors exit with status 0 with CGI/CLI) + + * main/main.c: + Fixed bug #22775 (Fatal errors exit with status 0 with CGI/CLI) + +2003-03-19 Wez Furlong + + * (PHP_4_3) + main/streams.c: + Fix my fix. + + * (PHP_4_3) + main/streams.c: + Manual merge of persistent stream sanity check from php5. + + * main/streams/streams.c: + Sanity check for when a stream is requested to be persistent but the + wrapper + does not respect the flag. + 2003-03-18 Wez Furlong * ext/standard/streamsfuncs.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 8832fd1586..aca2511dda 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,18 @@ +2003-03-19 Andrei Zmievski + + * zend_compile.c + zend_compile.h + zend_globals.h + zend_highlight.c + zend_language_parser.y + zend_language_scanner.l: + - Keep track of starting/ending line numbers for user functions. + - Store last parsed doc comment in a compiler global for future use. + + * zend_API.c: + Lowercase the function name when used as key in the function name. The + original case is still preserved in zend_function structure. + 2003-03-18 Zeev Suraski * zend_compile.c -- 2.40.0