From: Date: Wed, 23 Jun 2004 00:32:34 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.0~143 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d632106e6eb5722cfea255617f913aa20939380e;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index a95a296df4..a2248540b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +2004-06-22 Andrei Zmievski + + * NEWS + ext/pcre/php_pcre.c: + MFB (better error checking in pcre_fullinfo() calls). + + * (PHP_4_3) + NEWS + ext/pcre/php_pcre.c: + pcre_info() is deprecated. Hence, update to pcre_fullinfo() and do more + rigorous checking of return values. + +2004-06-22 Ilia Alshanetsky + + * ext/standard/iptc.c: + Fixed possible buffer overflow. + +2004-06-22 Uwe Schindler + + * (PHP_4_3) + NEWS + sapi/nsapi/nsapi.c: + Fix bug #28878: php.ini values in php4_execute + + * sapi/nsapi/nsapi.c: + Fix bug #28878: php.ini values in php5_execute + 2004-06-21 Ilia Alshanetsky * ext/standard/iptc.c: