From: Date: Thu, 17 Aug 2006 01:30:59 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~1935 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1efd7c87b4a2bdac26d0f7d8a746729bc92fed7;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 317ad36ca4..5b76654863 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2006-08-16 Andrei Zmievski + + * ext/standard/string.c: + Simplify php_u_trim(). + +2006-08-16 Ilia Alshanetsky + + * ext/pdo/tests/bug_38394.phpt: + MFB: Added skip condition for sqlite2 driver, that uses more forgiving + emulated prepared statements. + + * (PHP_5_2) + ext/pdo/tests/bug_38394.phpt: + Added skip condition for sqlite2 driver, that uses more forgiving emulated + prepared statements. + +2006-08-16 Sebastian Bergmann + + * ext/simplexml/simplexml.c + ext/standard/http_fopen_wrapper.c: + Sync with php_trim() API change. + 2006-08-15 Rob Richards * (PHP_5_2)