From: Date: Sun, 24 Sep 2006 01:30:59 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~1570 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ced8817f23073c35e174e9f309d66962ad679428;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 2f23a74f0a..c373334266 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +2006-09-23 Antony Dovgal + + * ext/standard/dir.c: + add missing parameter to opendir() and fix segfault + + * sapi/cgi/cgi_main.c + sapi/cgi/cgi_main.c: + fix CGI build + + * ext/standard/string.c: + one more try to fix ZTS build + + * ext/standard/string.c: + fix ZTS build + + * ext/standard/url.c: + fix possible segfault in #38891 + +2006-09-23 Rui Hirokawa + + * (PHP_5_2) + ext/mbstring/config.m4: + fixed build problem of some extensions which depend on ext/mbstring. + 2006-09-22 Sara Golemon * ext/standard/file.c: