changelog Sat Apr 17 20:34:14 2004 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1601&r2=1.1602&ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1601 php-src/ChangeLog:1.1602 --- php-src/ChangeLog:1.1601 Fri Apr 16 20:34:11 2004 +++ php-src/ChangeLog Sat Apr 17 20:34:13 2004 @@ -1,3 +1,20 @@ +2004-04-17 Derick Rethans <[EMAIL PROTECTED]> + + * ext/standard/html.c: + - MFH: Fix for bug #28042 (greek letters in html to entitity mapping not + correct) + + * (PHP_4_3) + NEWS + ext/standard/html.c: + - Fix for bug #28042 (greek letters in html to entitity mapping not + correct) + +2004-04-17 Marcus Boerger <[EMAIL PROTECTED]> + + * ZendEngine2/zend.c: + Retval may not be set when zend_execute() is overloaded + 2004-04-16 Uwe Schindler <[EMAIL PROTECTED]> * (PHP_4_3) @@ -2118,7 +2135,7 @@ 2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]> * ext/gd/tests/bug27582_2.phpt: - - Fix the test description and $Id: ChangeLog,v 1.1601 2004/04/17 00:34:11 changelog Exp $ + - Fix the test description and $Id: ChangeLog,v 1.1602 2004/04/18 00:34:13 changelog Exp $ 2004-03-18 Derick Rethans <[EMAIL PROTECTED]>