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

index 7955b76440b929dd2289c9d39a088ac80217785b..4e51a95f592acc0d7f405475f49709ede222373c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+2004-02-28  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/pdf/pdf.c:
+      Remove unused variable.
+
+2004-02-28  Moriyoshi Koizumi  <moriyoshi@at.wakwak.com>
+
+    * NEWS:
+      - Reordering.
+
+2004-02-28  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/pdf/pdf.c:
+      Memory allocation check.
+
+2004-02-28  Moriyoshi Koizumi  <moriyoshi@at.wakwak.com>
+
+    * 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  <rasmus@lerdorf.com>
 
     * sapi/cgi/cgi_main.c: