changelog Sat Jan 31 20:32:24 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1524&r2=1.1525&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1524 php-src/ChangeLog:1.1525
--- php-src/ChangeLog:1.1524 Fri Jan 30 20:31:54 2004
+++ php-src/ChangeLog Sat Jan 31 20:32:23 2004
@@ -1,3 +1,34 @@
+2004-01-31 Greg Beaver <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
* ext/mysqli/mysqli_prop.c: