From: Date: Thu, 3 Mar 2005 01:36:08 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_3~95 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c2eed8e95081963c7738aa3e657481c68f6e045b;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index b044ad233b..9f21ac55c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,43 @@ +2005-03-02 Jani Taskinen + + * (PHP_4_3) + sapi/cli/php.1.in: + typofix + +2005-03-02 Moriyoshi Koizumi + + * ext/xml/tests/bug32001.phpt + ext/xml/tests/bug32001.phpt: + + - Add testcases for bug #32001 + +2005-03-02 Rob Richards + + * NEWS + NEWS: + BFN + + * ext/xsl/php_xsl.c + ext/xsl/php_xsl.h + ext/xsl/xsltprocessor.c: + Fixed bug #31033 (php:function(string, nodeset) with xsl:key crashes PHP) + - only in 5.1 branch for now due to significance of change + +2005-03-02 Stefan Esser + + * ext/exif/exif.c: + Fixed possible bufferoverflow + +2005-03-02 Rob Richards + + * (PHP_5_0) + ext/xml/compat.c: + MFH: Fixed bug #32001 (xml_parse_into_struct() exceeds maximum execution + time) + + * ext/xml/compat.c: + Fixed bug #32001 (xml_parse_into_struct() exceeds maximum execution time) + 2005-03-01 Marcus Boerger * ZendEngine2/zend_interfaces.c: