diff options
author | <changelog@php.net> | 2003-03-20 01:33:31 +0000 |
---|---|---|
committer | <changelog@php.net> | 2003-03-20 01:33:31 +0000 |
commit | 87a06aa8eaacb9d0fb4765b85a2efe1d0db1657d (patch) | |
tree | 799c8decd96bd9c06d2c9ffe0b51171025258fe5 | |
parent | 6638543a72b822e459e85511f44c70a849faaa7c (diff) | |
download | php-git-87a06aa8eaacb9d0fb4765b85a2efe1d0db1657d.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 60 | ||||
-rw-r--r-- | Zend/ChangeLog | 15 |
2 files changed, 75 insertions, 0 deletions
@@ -1,3 +1,63 @@ +2003-03-19 Jani Taskinen <sniper@iki.fi> + + * 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 <marcus.boerger@post.rwth-aachen.de> + + * sapi/cli/php_cli.c: + - reenable $argc/$argv + - add a comment where hardcoded defaults would go + +2003-03-19 Wez Furlong <wez.php@thebrainroom.net> + + * (PHP_4_3) + main/streams.c: + This little fragment didn't get merged from head... + +2003-03-19 David Hill <David.Hill@hp.com> + + * README.TESTING: + Correcting example to use proper variable - NO_INTERACTION + +2003-03-19 Jani Taskinen <sniper@iki.fi> + + * 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 <wez.php@thebrainroom.net> + + * (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 <wez.php@thebrainroom.net> * 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 <andrei@gravitonic.com> + + * 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 <zeev@zend.com> * zend_compile.c |