]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 18 Dec 2006 01:30:55 +0000 (01:30 +0000)
committer <changelog@php.net> <>
Mon, 18 Dec 2006 01:30:55 +0000 (01:30 +0000)
ChangeLog

index 88e9f3a49b9d455d1a543653f3d08ee3a38c02c8..37044b3bd2e5a3621acc6c7cfc0d42a398ba1912 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,44 @@
+2006-12-17  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ext/spl/spl_observer.c
+      ext/spl/tests/observer_003.phpt:
+      - Make this work in unicode mode
+
+2006-12-17  Brian Shire  <shire@facebook.com>
+
+    * (PHP_5_2)
+      ext/standard/array.c
+      ext/standard/tests/array/bug30074.phpt
+      ext/standard/tests/array/bug30074.phpt:
+      Fixed bug #30074
+        extract with EXTR_REFS was setting EG(unitialized_zval_ptr)->is_ref=1,
+      affecting subsequent usage
+        Added test
+
+2006-12-17  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * main/main.c
+      main/main.c:
+      Fixed compiler warning
+
+    * ext/imap/php_imap.c:
+      MFB: Fixed bug #39779 (Enable AUTH PLAIN mechanism in underlaying
+      libc-client).
+
+    * (PHP_5_2)
+      NEWS
+      ext/imap/php_imap.c:
+      Fixed bug #39779 (Enable AUTH PLAIN mechanism in underlaying libc-client).
+
+2006-12-17  Hannes Magnusson  <hannes.magnusson@gmail.com>
+
+    * ext/filter/logical_filters.c:
+      MFB: fix build
+
+    * (PHP_5_2)
+      ext/filter/logical_filters.c:
+      Fix build
+
 2006-12-16  Ilia Alshanetsky  <ilia@prohost.org>
 
     * ext/filter/logical_filters.c