]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 1 Feb 2004 01:32:26 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Sun, 1 Feb 2004 01:32:26 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index 2025dae67a7e5754beff4546f07440b0091c08c8..2a70190902a532a9b414d13510b67b5e78be2c20 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+2004-01-31  Greg Beaver  <greg@chiaraquartet.net>
+
+    * pear/PEAR/Command/Package.php:
+      make pear run-tests work with PEAR core tests, allow it to work for Windows
+      users as well
+
+2004-01-31  Moriyoshi Koizumi  <moriyoshi@at.wakwak.com>
+
+    * NEWS
+      ext/pcre/php_pcre.c
+      ext/pcre/php_pcre.h:
+      - Fix bug #27103 (preg_split('//u') incorrectly splits UTF-8 strings into
+      octets).
+
+    * ext/pcre/php_pcre.c:
+      - POSIX / ISOX compliancy.  This is needed to correctly handle UTF-8
+      characters.
+
+2004-01-31  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/zend_reflection_api.c:
+      Throw an exception in case a reflection object cannot be found and do not
+      override the exception from constructors in static method calls.
+
+2004-01-31  Georg Richter  <phpinfo@t-online.de>
+
+    * ext/mysqli/mysqli_api.c:
+      Corrected binding:
+        if column has type DECIMAL it will converted to string now.
+        Thanks to Brian Aker for pointing this out.
+
 2004-01-30  Georg Richter  <phpinfo@t-online.de>
 
     * ext/mysqli/mysqli_prop.c:
index 661b546e993ce147809ff382cdddaa415c2e30bf..2c7a3912d286b2cf46988e4ffa11c48b9c7ceb05 100644 (file)
@@ -1,3 +1,9 @@
+2004-01-31  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_reflection_api.c:
+      Throw an exception in case a reflection object cannot be found and do not
+      override the exception from constructors in static method calls.
+
 2004-01-30  Ilia Alshanetsky  <ilia@prohost.org>
 
     * zend_execute.c: