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

index 7492e81e1612d15f9c50359a4e9677c795d43184..33f47cb259d558cd723e6a98d554ac2bead45ac2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,63 @@
+2007-02-25  Antony Dovgal  <antony@zend.com>
+
+    * ext/dbase/dbase.c
+      ext/dbase/tests/001.phpt
+      ext/dbase/tests/002.phpt:
+      do not allow db without fields
+      fix test
+
+    * ext/sockets/sockets.c:
+      zerofill socket structs
+
+2007-02-25  Nuno Lopes  <nunoplopes@sapo.pt>
+
+    * main/php_compat.h:
+      MFB: update pcre symbol list
+
+    * (PHP_5_2)
+      main/php_compat.h:
+      update pcre symbols list
+
+2007-02-25  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_2)
+      NEWS
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/zend_vm_execute.h:
+      Fixed bug #40591 (list()="string"; gives invalid opcode)
+
+    * ext/soap/tests/bugs/bug40609.phpt
+      ext/soap/tests/bugs/bug40609.phpt
+      ext/soap/tests/bugs/bug40609.wsdl
+      ext/soap/tests/bugs/bug40609.wsdl:
+      
+      file bug40609.phpt was initially added on branch PHP_5_2.
+
+    * (PHP_5_2)
+      NEWS
+      ext/soap/php_encoding.c
+      ext/soap/php_encoding.c
+      ext/soap/tests/bugs/bug40609.phpt
+      ext/soap/tests/bugs/bug40609.wsdl:
+      Fixed bug #40609 (Segfaults when using more than one SoapVar in a request).
+      (Rob, Dmitry)
+
+2007-02-25  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ext/exif/exif.c:
+      - Readability
+
+2007-02-25  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * ext/gd/libgd/gdft.c:
+      - MFB: sync with libgd.org, patch from Kees Cook
+
+    * (PHP_5_2)
+      ext/gd/libgd/gdft.c:
+      - sync with libgd.org, patch from Kees Cook
+
 2007-02-24  Rasmus Lerdorf  <rasmus@lerdorf.com>
 
     * (PHP_5_2)
index dc7a9d25720a6bcf9e3fa92143eb60c23140342c..ae4caf7bc84e3991de33441be9130397cf2160d0 100644 (file)
@@ -1,3 +1,11 @@
+2007-02-25  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_vm_def.h
+      zend_vm_def.h
+      zend_vm_execute.h
+      zend_vm_execute.h:
+      Fixed bug #40591 (list()="string"; gives invalid opcode)
+
 2007-02-24  Antony Dovgal  <antony@zend.com>
 
     * (PHP_5_2)