]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 24 Feb 2003 01:32:18 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Mon, 24 Feb 2003 01:32:18 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index e2a65415c04330cd7e201ce842f05acb9145b62b..2e4613946f4a2cee82436da19738a5cdb73a50da 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,71 @@
+2003-02-23  Jani Taskinen  <sniper@iki.fi>
+
+    * main/fopen_wrappers.c:
+      MFB: Fix for open_basedir error message
+
+2003-02-23  Rasmus Lerdorf  <rasmus@lerdorf.com>
+
+    * (PHP_4_3)
+      main/fopen_wrappers.c
+      main/streams.c:
+      open_basedir fixes from David Saez
+
+2003-02-23  Stig Bakken  <ssb@fast.no>
+
+    * pear/packages/XML_Parser-1.0.1.tar
+      pear/packages/XML_Parser-1.0.tar:
+      
+      - upgrading XML_Parser to 1.0.1
+
+2003-02-23  Jani Taskinen  <sniper@iki.fi>
+
+    * sapi/apache/libpre.c
+      sapi/apache/php_apache_http.h:
+      Added missing headers and $Id$ tags.
+
+    * sapi/cgi/config9.m4:
+      MFB: Fixed bug #22356 (Do not add empty -I flags).
+
+    * (PHP_4_3)
+      sapi/cgi/config9.m4:
+      Fixed bug #22356 (Do not add empty -I flags).
+
+    * ext/imap/config.m4:
+      Fix for bug #22353
+
+    * (PHP_4_3)
+      NEWS:
+      BFN
+
+    * (PHP_4_3)
+      sapi/apache/config.m4
+      sapi/apache2filter/config.m4:
+      MFH: - Fixed bug #22376 (wrong httpd.conf modified when using INSTALL_ROOT)
+
+    * sapi/apache/config.m4
+      sapi/apache2filter/config.m4
+      sapi/apache2handler/config.m4:
+      - Fixed bug #22376 (wrong httpd.conf modified when using INSTALL_ROOT)
+
+2003-02-23  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * tests/classes/abstract_inherit.phpt:
+      New test which currently fails
+
+    * NEWS:
+      Fix the name
+
+2003-02-23  Jani Taskinen  <sniper@iki.fi>
+
+    * sapi/apache2filter/EXPERIMENTAL
+      sapi/apache2handler/EXPERIMENTAL:
+      
+      These both are experimental still. (there has been a note in config.m4
+      all the time but these marker files were missing)
+
+    * NEWS:
+      Style
+
 2003-02-22  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * ext/dba/libinifile/inifile.c:
index d808d9d991c6690182545675985f92b480f2c191..16e4b203be854d48a63d229ee4f8cde3a3770e6f 100644 (file)
@@ -1,3 +1,11 @@
+2003-02-23  Zeev Suraski  <zeev@zend.com>
+
+    * zend_compile.c:
+      Move abstract inheritance logic to the right spot
+
+    * zend_compile.c:
+      Fixed abstract handling in inheritence
+
 2003-02-20  Wez Furlong  <wez.php@thebrainroom.net>
 
     * zend_stream.c: