changelog Tue Feb 13 01:31:02 2007 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2599&r2=1.2600&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2599 php-src/ChangeLog:1.2600 --- php-src/ChangeLog:1.2599 Mon Feb 12 01:31:11 2007 +++ php-src/ChangeLog Tue Feb 13 01:31:02 2007 @@ -1,3 +1,71 @@ +2007-02-12 Antony Dovgal <[EMAIL PROTECTED]> + + * ext/simplexml/simplexml.c + ext/simplexml/tests/bug40451.phpt: + MFB: #40451 (addAttribute() may crash when used with non-existent child + node) + + * (PHP_5_2) + ext/simplexml/simplexml.c + ext/simplexml/tests/bug40451.phpt + ext/simplexml/tests/bug40451.phpt: + fix #40451 (addAttribute() may crash when used with non-existent child + node) + + * (PHP_5_2) + ext/standard/iptc.c: + upgrade to new parameter parsing API + + mostly ws/cs fixes, sort of MFH + + * (PHP_5_2) + NEWS + ext/standard/iptc.c: + MFH: fix #40109 (iptcembed fails on non-jfif jpegs) + + * ext/standard/iptc.c: + fix bug #40109 (iptcembed fails on non-jfif jpegs) + + use safe_emalloc + + * (PHP_4_4) + NEWS + main/output.c + main/php_output.h: + fix #40335 (Compile fails when using GCC 4.1.1/binutils 2.17) + + * ext/sockets/tests/ipv6loop.phpt + ext/standard/tests/file/stream_002.phpt: + fix tests + + * ext/standard/tests/network/inet.phpt + ext/standard/tests/network/inet_ipv6.phpt + ext/standard/tests/network/inet_ipv6.phpt: + add separate IPv6 test + + * ext/pcre/tests/backtrack_limit.phpt + ext/pcre/tests/bug27103.phpt + ext/pcre/tests/invalid_utf8.phpt + ext/pcre/tests/pcre_anchored.phpt + ext/pcre/tests/preg_replace2.phpt + ext/pcre/tests/recursion_limit.phpt: + add SKIPIF sections to check if PCRE has the functionality tested/used + + * ext/oci8/config.m4 + ext/oci8/oci8.c + ext/oci8/php_oci8_int.h: + typofixes and other improvements by Chris Jones + + * (PHP_5_2) + NEWS: + fix news entry + +2007-02-12 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (PHP_5_2) + ext/readline/readline.c: + + Fixed a memory leak inside readline_completion_function() on non-callable + callback. + 2007-02-11 Antony Dovgal <[EMAIL PROTECTED]> * (PHP_5_2)