changelog Mon Feb 12 01:31:12 2007 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2598&r2=1.2599&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2598 php-src/ChangeLog:1.2599 --- php-src/ChangeLog:1.2598 Sun Feb 11 01:30:57 2007 +++ php-src/ChangeLog Mon Feb 12 01:31:11 2007 @@ -1,3 +1,51 @@ +2007-02-11 Antony Dovgal <[EMAIL PROTECTED]> + + * (PHP_5_2) + ext/standard/tests/strings/str_ireplace.phpt: + add test + + * ext/standard/tests/strings/str_ireplace.phpt + ext/standard/tests/strings/str_ireplace.phpt: + + new test + + * tests/lang/bug30638.phpt: + add a note + + * ext/standard/tests/file/bug40374.phpt + ext/standard/tests/file/bug40374.phpt: + fix test + +2007-02-11 Nuno Lopes <[EMAIL PROTECTED]> + + * ext/tidy/tests/019.phpt + ext/tidy/tests/028.phpt: + sync tests with php 5.2 + + * (PHP_5_2) + NEWS + ext/tidy/tidy.c + ext/tidy/tests/028.phpt + ext/tidy/tests/028.phpt: + merge the tidyNode::getParent() patch from HEAD + +2007-02-11 Pierre-Alain Joye <[EMAIL PROTECTED]> + + * ext/gd/gd.c: + - MFB: Fixed bug #40428, imagepstext() doesn't accept optional parameter + (Pierre) + + * (PHP_5_2) + NEWS + ext/gd/gd.c: + - Fixed bug #40428, imagepstext() doesn't accept optional parameter + (Pierre) + +2007-02-11 Antony Dovgal <[EMAIL PROTECTED]> + + * ext/imap/config.m4: + fix typos + 2007-02-10 Nuno Lopes <[EMAIL PROTECTED]> * (PHP_4_4)