]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 20 Mar 2003 01:33:31 +0000 (01:33 +0000)
committer <changelog@php.net> <>
Thu, 20 Mar 2003 01:33:31 +0000 (01:33 +0000)
ChangeLog
Zend/ChangeLog

index 974c21573a29a8d1b847384a52f13eb770b4610d..3eb7a28496ece5953cf042a3c49f9856545a012c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index 8832fd15869c3f24692a351f35c57528fdbb4ad4..aca2511dda8e6f4a76dd368c7a0f5dc601865ba5 100644 (file)
@@ -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