]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 20 Mar 2007 01:31:05 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Tue, 20 Mar 2007 01:31:05 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index 7c6ac6ee5e7d4b2562e9f2dcec8dc947aff2de55..c09ab7ec28155af22e9224183b8f1dd1c7b99a12 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,62 @@
+2007-03-19  Antony Dovgal  <antony@zend.com>
+
+    * ZendEngine2/zend_strtod.c:
+      add folding tags
+
+2007-03-19  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      NEWS
+      ext/imap/php_imap.c
+      ext/imap/tests/bug40854.phpt
+      ext/imap/tests/bug40854.phpt:
+      
+      Fixed bug #40854 (imap_mail_compose() creates an invalid terminator for
+      multipart e-mails).
+
+2007-03-19  Dmitry Stogov  <dmitry@zend.com>
+
+    * ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/tests/bug40833.phpt:
+      Fixed bug #40833 (Crash when using unset() on an ArrayAccess object
+      retrieved via __get()).
+
+    * ZendEngine2/tests/bug40833.phpt
+      ZendEngine2/tests/bug40833.phpt:
+      
+      file bug40833.phpt was initially added on branch PHP_5_2.
+
+    * (PHP_5_2)
+      NEWS
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h:
+      Fixed bug #40833 (Crash when using unset() on an ArrayAccess object
+      retrieved via __get())
+
+2007-03-19  Antony Dovgal  <antony@zend.com>
+
+    * ext/session/session.c:
+      MFB
+
+    * (PHP_5_2)
+      ext/reflection/tests/bug40794.phpt:
+      new test
+
+    * ext/reflection/tests/bug40794.phpt
+      ext/reflection/tests/bug40794.phpt:
+      
+      new test
+
+2007-03-19  Edin Kadribasic  <edin@krug.dk>
+
+    * win32/build/confutils.js:
+      MFB: Make DLL only once (Wez)
+
+    * (PHP_5_2)
+      win32/build/confutils.js:
+      Make DLL only once (Wez)
+
 2007-03-18  Rob Richards  <rrichards@ctindustries.net>
 
     * (PHP_5_2)
index b9089b2864c8e8e09ce2550e0e981af6ce9c7716..e88f2bd656c621a3709bb51773e075d2bc9a8bbb 100644 (file)
@@ -1,3 +1,24 @@
+2007-03-19  Antony Dovgal  <antony@zend.com>
+
+    * zend_strtod.c:
+      add folding tags
+
+2007-03-19  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_vm_def.h
+      zend_vm_execute.h
+      tests/bug40833.phpt:
+      Fixed bug #40833 (Crash when using unset() on an ArrayAccess object
+      retrieved via __get()).
+
+    * (PHP_5_2)
+      zend_vm_def.h
+      zend_vm_execute.h
+      tests/bug40833.phpt
+      tests/bug40833.phpt:
+      Fixed bug #40833 (Crash when using unset() on an ArrayAccess object
+      retrieved via __get())
+
 2007-03-15  Antony Dovgal  <antony@zend.com>
 
     * (PHP_5_2)