[PHP-CVS-DAILY] cvs: php-src / ChangeLog
changelog Thu Feb 2 06:31:41 2006 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2243&r2=1.2244&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2243 php-src/ChangeLog:1.2244 --- php-src/ChangeLog:1.2243Wed Feb 1 06:31:40 2006 +++ php-src/ChangeLog Thu Feb 2 06:31:41 2006 @@ -1,3 +1,68 @@ +2006-02-01 Ilia Alshanetsky <[EMAIL PROTECTED]> + +* (PHP_5_1) + NEWS: + Clarify new entries. + +2006-02-01 Joe Orton <[EMAIL PROTECTED]> + +* (PHP_5_1) + NEWS + main/php_compat.h: + MFH: - Fixed bug #36208 (symbol namespace conflicts using bundled gd). + (Jakub Moc) + +* main/php_compat.h: + Fixed bug #36208 (symbol namespace conflicts using bundled gd). (Jakub + Moc) + +2006-02-01 Antony Dovgal <[EMAIL PROTECTED]> + +* (PHP_4_4) + NEWS + NEWS + ext/standard/file.c + ext/standard/streamsfuncs.c: + MFH: fix #36242 (Possible memory corruption in stream_select()) + +* ext/standard/streamsfuncs.c: + fix #36242 (Possible memory corruption in stream_select()) + +2006-02-01 Zeev Suraski <[EMAIL PROTECTED]> + +* (PHP_4_4) + Zend/zend_hash.c: + Fix the fix - PHP 4 behaves slightly differently than 5 (remarkably, nonw + of our tests cover it) + +2006-02-01 Sebastian Bergmann <[EMAIL PROTECTED]> + +* ext/com_dotnet/com_persist.c + ext/com_dotnet/com_persist.c: + MFB: Fix line endings. + +* (PHP_5_1) + ext/com_dotnet/com_persist.c: + Fix line endings. + +2006-02-01 Zeev Suraski <[EMAIL PROTECTED]> + +* ZendEngine2/zend_hash.c: + Fix possibility of a wrong element being deleted by zend_hash_del() + +* (PHP_4_4) + Zend/zend_hash.c: + MFB (Fix possibility of a wrong element being deleted by zend_hash_del()) + +* (PHP_5_0) + ZendEngine2/zend_hash.c: + MFB (Fix possibility of a wrong element being deleted by zend_hash_del()) + +* (PHP_5_1) + ZendEngine2/zend_hash.c: + Fix possibility of a wrong element being deleted by zend_hash_del() + Thanks Stefan! + 2006-01-31 Derick Rethans <[EMAIL PROTECTED]> * (PHP_5_1)
[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog
changelog Thu Feb 2 06:31:46 2006 UTC Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/ZendEngine2/ChangeLog?r1=1.848&r2=1.849&diff_format=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.848 ZendEngine2/ChangeLog:1.849 --- ZendEngine2/ChangeLog:1.848 Wed Jan 25 06:31:47 2006 +++ ZendEngine2/ChangeLog Thu Feb 2 06:31:46 2006 @@ -1,3 +1,17 @@ +2006-02-01 Zeev Suraski <[EMAIL PROTECTED]> + +* zend_hash.c: + Fix possibility of a wrong element being deleted by zend_hash_del() + +* (PHP_5_0) + zend_hash.c: + MFB (Fix possibility of a wrong element being deleted by zend_hash_del()) + +* (PHP_5_1) + zend_hash.c: + Fix possibility of a wrong element being deleted by zend_hash_del() + Thanks Stefan! + 2006-01-24 Antony Dovgal <[EMAIL PROTECTED]> * zend_API.c: @@ -11959,7 +11973,7 @@ 2003-06-10 Jani Taskinen <[EMAIL PROTECTED]> * zend_multiply.h: - - Missing $Id: ChangeLog,v 1.848 2006/01/25 06:31:47 changelog Exp $ tag + - Missing $Id: ChangeLog,v 1.849 2006/02/02 06:31:46 changelog Exp $ tag 2003-06-10 James Cox <[EMAIL PROTECTED]> @@ -13683,7 +13697,7 @@ zend_types.h zend_variables.c zend_variables.h: - - Added some missing CVS $Id: ChangeLog,v 1.848 2006/01/25 06:31:47 changelog Exp $ tags, headers and footers. + - Added some missing CVS $Id: ChangeLog,v 1.849 2006/02/02 06:31:46 changelog Exp $ tags, headers and footers. 2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>