changelog Sat Feb 28 20:32:19 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1552&r2=1.1553&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1552 php-src/ChangeLog:1.1553
--- php-src/ChangeLog:1.1552 Fri Feb 27 20:32:06 2004
+++ php-src/ChangeLog Sat Feb 28 20:32:18 2004
@@ -1,3 +1,33 @@
+2004-02-28 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * ext/pdf/pdf.c:
+ Remove unused variable.
+
+2004-02-28 Moriyoshi Koizumi <[EMAIL PROTECTED]>
+
+ * NEWS:
+ - Reordering.
+
+2004-02-28 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * ext/pdf/pdf.c:
+ Memory allocation check.
+
+2004-02-28 Moriyoshi Koizumi <[EMAIL PROTECTED]>
+
+ * NEWS:
+ - BFN & misc.
+
+ * ext/mbstring/config.m4
+ ext/mbstring/mbstring.c
+ ext/mbstring/php_mbregex.c
+ ext/mbstring/php_mbregex.h:
+ - Upgrade bundled oniguruma regex library to 2.2.2 (Rui, Moriyoshi)
+ . Supports various encodings such as BIG5, GB2312 and ISO-8859-*
+ . Fixes bug #26677 (mbstring compile errors with IRIX)
+ . Many thanks to K.Kosako.
+ - Remove redundant files that are not relevant to the build.
+
2004-02-27 Rasmus Lerdorf <[EMAIL PROTECTED]>
* sapi/cgi/cgi_main.c: