From: Date: Sun, 29 Feb 2004 01:32:18 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_2_0~120 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f1e30823f6abc0b58343f80e83b88d293ecf3d0;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 7955b76440..4e51a95f59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +2004-02-28 Ilia Alshanetsky + + * ext/pdf/pdf.c: + Remove unused variable. + +2004-02-28 Moriyoshi Koizumi + + * NEWS: + - Reordering. + +2004-02-28 Ilia Alshanetsky + + * ext/pdf/pdf.c: + Memory allocation check. + +2004-02-28 Moriyoshi Koizumi + + * 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 * sapi/cgi/cgi_main.c: