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