summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2006-08-17 01:30:59 +0000
committer <changelog@php.net>2006-08-17 01:30:59 +0000
commite1efd7c87b4a2bdac26d0f7d8a746729bc92fed7 (patch)
treee3fcd031dd94fc93477991bbcf19ddcf2f19ef06 /ChangeLog
parent253a82d0cc35ad4219dbdefe04315fb94e069cd9 (diff)
downloadphp-git-e1efd7c87b4a2bdac26d0f7d8a746729bc92fed7.tar.gz
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 317ad36ca4..5b76654863 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2006-08-16 Andrei Zmievski <andrei@gravitonic.com>
+
+ * ext/standard/string.c:
+ Simplify php_u_trim().
+
+2006-08-16 Ilia Alshanetsky <ilia@prohost.org>
+
+ * 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 <sb@sebastian-bergmann.de>
+
+ * ext/simplexml/simplexml.c
+ ext/standard/http_fopen_wrapper.c:
+ Sync with php_trim() API change.
+
2006-08-15 Rob Richards <rrichards@ctindustries.net>
* (PHP_5_2)