]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 7 Jun 2003 00:31:14 +0000 (00:31 +0000)
committer <changelog@php.net> <>
Sat, 7 Jun 2003 00:31:14 +0000 (00:31 +0000)
ChangeLog
Zend/ChangeLog

index f3b51e8efbf5421f8b36deeb3946f02d1070288b..707c6f6325326257ea9b47dcfc0c300859062355 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,104 @@
+2003-06-06  Sterling Hughes  <sterling@bumblebury.com>
+
+    * ext/dom/text.c:
+      add splitText()
+      never has such a complex process been endured for such a simple function
+      libxml makes me queasy right now :)
+
+2003-06-06  Jani Taskinen  <sniper@iki.fi>
+
+    * (PHP_4_3)
+      NEWS:
+      hrm..
+
+2003-06-06  Georg Richter  <phpinfo@t-online.de>
+
+    * (PHP_4_3)
+      NEWS:
+      fixed bug 24060
+
+2003-06-06  Rob Richards  <rrichards@ctindustries.net>
+
+    * ext/dom/php_dom.c:
+      fix double free issue
+      fix property access within invalid objects and failed reads
+
+2003-06-06  Georg Richter  <phpinfo@t-online.de>
+
+    * ext/ncurses/ncurses_functions.c:
+      fixed bug #24060
+
+2003-06-06  Jay Smith  <jsmith@tutorbuddy.com>
+
+    * tests/lang/namespace_001.phpt:
+      Namespaces are gone, and so is this test.
+
+2003-06-06  Georg Richter  <phpinfo@t-online.de>
+
+    * (PHP_4_3)
+      ext/ncurses/ncurses_functions.c:
+      fixed #24060
+
+2003-06-06  Martin Jansen  <mail@martin-jansen.de>
+
+    * pear/PEAR/Frontend/CLI.php:
+      - The argument of displayError() is a PEAR_Error instance.
+      
+
+    * pear/PEAR/Command/Registry.php:
+      - Use raiseError(), like it's done in the rest of class also.
+      
+
+2003-06-06  Sascha Schumann  <sascha@schumann.cx>
+
+    * (PHP_4_3)
+      NEWS:
+      Refine error description
+
+2003-06-06  Jani Taskinen  <sniper@iki.fi>
+
+    * (PHP_4_3)
+      NEWS:
+      BFN
+
+    * tests/lang/bug24054.phpt:
+      
+      Test for bug #24054
+
+2003-06-06  Georg Richter  <phpinfo@t-online.de>
+
+    * ext/mysqli/mysqli_nonapi.c:
+      fixed return value
+
+2003-06-06  Jani Taskinen  <sniper@iki.fi>
+
+    * (PHP_4_3)
+      ext/standard/file.c:
+      ws
+
+    * ext/standard/file.c:
+      WS
+
+    * ext/xsl/xsl_fe.h:
+      missing header
+
+    * ext/dom/xml_common.h:
+      Missing header
+
+    * ext/dom/EXPERIMENTAL
+      ext/xsl/CREDITS
+      ext/xsl/EXPERIMENTAL:
+      Some missing files..
+
+    * ext/xsl/.cvsignore
+      ext/xsl/config.m4:
+      Missing entries in .cvsignore and some cutpaste bugs in config.m4
+
+    * ext/mcve/mcve.c
+      ext/mcve/php_mcve.h
+      ext/mcve/tests/001.phpt:
+      Fixed bug #24051: shared build and test
+
 2003-06-05  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_4_3)
index cffe5ddeb4c01d5973ff7e3651ba6ab3cc34b3f5..935e4ccb630ae73f4e1ea1ddff67001d13b71337 100644 (file)
@@ -1,3 +1,8 @@
+2003-06-06  Sascha Schumann  <sascha@schumann.cx>
+
+    * zend_multiply.h:
+      mfb #24025 fix
+
 2003-06-04  Stanislav Malyshev  <stas@zend.com>
 
     * zend.c: