]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 27 Oct 2006 01:31:13 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Fri, 27 Oct 2006 01:31:13 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index f07e6e9f7860183a3de38d9e354dd8c443d57dea..5e3860f987776ebb2c210636e624d811133fc3b2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2006-10-26  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * ext/standard/link.c:
+      Unicode support for link functions.
+
+    * ext/standard/url.c:
+      Oops.
+
+    * ext/standard/base64.c
+      ext/standard/url.c:
+      Make url encoding/decoding functions use binary strings only.
+
+    * ext/standard/syslog.c:
+      Mark syslog functions with U. No upgrading is necessary -- we'll just
+      use runtime encoding to convert strings.
+
+2006-10-26  Antony Dovgal  <antony@zend.com>
+
+    * ZendEngine2/zend_compile.h:
+      fix wrong function prototype (see bug #39260)
+
 2006-10-25  Andrei Zmievski  <andrei@gravitonic.com>
 
     * ext/standard/basic_functions.c:
index 387a734ec688af6db9adb3a104f8629281979725..e12bd54e625312b795d035bea0479f53f07d774c 100644 (file)
@@ -1,3 +1,8 @@
+2006-10-26  Antony Dovgal  <antony@zend.com>
+
+    * zend_compile.h:
+      fix wrong function prototype (see bug #39260)
+
 2006-10-24  Andrei Zmievski  <andrei@gravitonic.com>
 
     * zend_hash.c: