changelog Wed Nov 29 01:31:05 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2525&r2=1.2526&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2525 php-src/ChangeLog:1.2526 --- php-src/ChangeLog:1.2525 Tue Nov 28 01:31:25 2006 +++ php-src/ChangeLog Wed Nov 29 01:31:04 2006 @@ -1,3 +1,91 @@ +2006-11-28 Marcus Boerger <[EMAIL PROTECTED]> + + * ext/spl/examples/callbackfilteriterator.inc + ext/spl/examples/callbackfilteriterator.inc: + + - Add new example + +2006-11-28 Antony Dovgal <[EMAIL PROTECTED]> + + * ZendEngine2/zend_builtin_functions.c: + resolve coverity issue #224 + + * (PHP_5_2) + ext/standard/html.h: + add php_unescape_html_entities() proto to the header + (fixes #39665) + + * ext/standard/html.h: + add php_unescape_html_entities() proto to the header + + * (PHP_5_2) + NEWS + ext/simplexml/simplexml.c + ext/simplexml/tests/bug39662.phpt: + MFH: fix #39662 (Segfault when calling asXML() of a cloned + SimpleXMLElement) + + * ext/simplexml/simplexml.c + ext/simplexml/tests/bug39662.phpt + ext/simplexml/tests/bug39662.phpt: + fix #39662 (Segfault when calling asXML() of a cloned SimpleXMLElement) + + * ext/pdo/tests/bug_39656.phpt: + add test + + * ext/pdo/tests/bug_39656.phpt + ext/pdo/tests/bug_39656.phpt: + + file bug_39656.phpt was initially added on branch PHP_5_2. + +2006-11-28 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * ext/pdo/pdo_stmt.c + ext/pdo_pgsql/pgsql_statement.c: + MFB: Fixed bug #39656 (crash when calling fetch() on a PDO statment object + after closeCursor()). + + * (PHP_5_2) + NEWS + ext/pdo/pdo_stmt.c + ext/pdo_pgsql/pgsql_statement.c: + Fixed bug #39656 (crash when calling fetch() on a PDO statment object + after closeCursor()). + +2006-11-28 Antony Dovgal <[EMAIL PROTECTED]> + + * (PHP_5_2) + NEWS: + BFN + + * (PHP_5_2) + ext/dba/config.m4: + MFH: fix #39653 (ext/dba doesn't check for db-4.5 and db-4.4 when db4 + support is enabled) + + * ext/dba/config.m4: + fix #39653 (ext/dba doesn't check for db-4.5 and db-4.4 when db4 support is + enabled) + +2006-11-28 Pierre-Alain Joye <[EMAIL PROTECTED]> + + * (PHP_5_2) + ext/zip/php_zip.c: + - fix warning + - addEmptyDir returns true on success + - remove useless semi column + +2006-11-28 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * ext/mcrypt/mcrypt.c + ext/soap/php_http.c: + MFB: Replace non-threadsafe rand() with php_rand_r() + + * (PHP_5_2) + ext/mcrypt/mcrypt.c + ext/soap/php_http.c: + Replace non-threadsafe rand() with php_rand_r() + 2006-11-27 Antony Dovgal <[EMAIL PROTECTED]> * (PHP_5_2)