summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2006-12-15 01:31:05 +0000
committer <changelog@php.net>2006-12-15 01:31:05 +0000
commit9db33e71bea8f5fe497af2d831cdfe5149a38a4e (patch)
tree325403e0e7d394946ccf9a94d947d00feb62d5d8
parent7ccba6624df074051f24efabd5d88d9c0d2a8ec0 (diff)
downloadphp-git-9db33e71bea8f5fe497af2d831cdfe5149a38a4e.tar.gz
ChangeLog update
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 811094eb48..249bff0b2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2006-12-14 Andrei Zmievski <andrei@gravitonic.com>
+
+ * ext/standard/var.c
+ ext/standard/var_unserializer.c
+ ext/standard/var_unserializer.re:
+ Use 'S' for escaped binary strings and 's' for non-escaped.
+
+2006-12-14 Rob Richards <rrichards@ctindustries.net>
+
+ * ext/dom/dom_fe.h
+ ext/dom/php_dom.c
+ ext/dom/php_dom.h
+ ext/dom/xpath.c
+ ext/dom/tests/domxpath.phpt:
+ add ability to call PHP functions from XPath
+ update test
+
2006-12-13 Ilia Alshanetsky <ilia@prohost.org>
* (PHP_5_2)