]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 14 Sep 2004 00:33:34 +0000 (00:33 +0000)
committer <changelog@php.net> <>
Tue, 14 Sep 2004 00:33:34 +0000 (00:33 +0000)
ChangeLog
Zend/ChangeLog

index 788f7b40c6b47cd0842a8ebc765423b601c1e1a5..2e929a11a8286367299530748f5896664050c0e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,56 @@
+2004-09-13  Sara Golemon  <php@alphaweb.net>
+
+    * main/streams/filter.c
+      main/streams/streams.c:
+      Allocating hash tables should be done via macro, not directly
+
+2004-09-13  Magnus Määttä  <novell@kiruna.se>
+
+    * ext/openssl/openssl.c
+      ext/openssl/openssl.c:
+      Add missing stream unregister for sslv2 and 3.
+
+2004-09-13  Rainer Schaaf  <rjs@pdflib.com>
+
+    * (PHP_4_3)
+      ext/pdf/CREDITS
+      ext/pdf/config.m4
+      ext/pdf/pdf.c
+      ext/pdf/pdf.dsp
+      ext/pdf/php_pdf.h:
+      undo of removal of these files.
+      
+      The removal was done because of Bug #29297, but it was the wrong time to
+      do this now.
+
+2004-09-13  Stefan Esser  <sesser@suspekt.org>
+
+    * main/rfc1867.c:
+      only allow valid arrays at this point
+
+2004-09-13  Rainer Schaaf  <rjs@pdflib.com>
+
+    * (PHP_4_3)
+      ext/pdf/CREDITS
+      ext/pdf/config.m4
+      ext/pdf/pdf.c
+      ext/pdf/pdf.dsp
+      ext/pdf/php_pdf.h:
+      removed PDFlib extension from PHP_4_3 branch too (is available in PECL
+      now).
+
+2004-09-13  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_0)
+      NEWS:
+      Change soap's ctors to __construct(),
+      rename SoapClient->__call() to SoapClinet->__soapCall().
+
+2004-09-13  Stanislav Malyshev  <stas@zend.com>
+
+    * ZendEngine2/zend_execute.c:
+      Antony Dovgal's error message improvement - #27290
+
 2004-09-12  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * ext/standard/var_unserializer.c:
index a7eb7661c9bbb2e5b558d5f6fd8023427d53b586..3015a9be2c53f40d067d69584dc09b57aafafe79 100644 (file)
@@ -1,3 +1,8 @@
+2004-09-13  Stanislav Malyshev  <stas@zend.com>
+
+    * zend_execute.c:
+      Antony Dovgal's error message improvement - #27290
+
 2004-09-11  Derick Rethans  <php@derickrethans.nl>
 
     * zend_operators.c