changelog Mon Sep 13 20:33:30 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1745&r2=1.1746&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1745 php-src/ChangeLog:1.1746
--- php-src/ChangeLog:1.1745 Sun Sep 12 20:32:56 2004
+++ php-src/ChangeLog Mon Sep 13 20:33:30 2004
@@ -1,3 +1,56 @@
+2004-09-13 Sara Golemon <[EMAIL PROTECTED]>
+
+ * main/streams/filter.c
+ main/streams/streams.c:
+ Allocating hash tables should be done via macro, not directly
+
+2004-09-13 Magnus M��tt� <[EMAIL PROTECTED]>
+
+ * ext/openssl/openssl.c
+ ext/openssl/openssl.c:
+ Add missing stream unregister for sslv2 and 3.
+
+2004-09-13 Rainer Schaaf <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * main/rfc1867.c:
+ only allow valid arrays at this point
+
+2004-09-13 Rainer Schaaf <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ NEWS:
+ Change soap's ctors to __construct(),
+ rename SoapClient->__call() to SoapClinet->__soapCall().
+
+2004-09-13 Stanislav Malyshev <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_execute.c:
+ Antony Dovgal's error message improvement - #27290
+
2004-09-12 Marcus Boerger <[EMAIL PROTECTED]>
* ext/standard/var_unserializer.c:
@@ -9641,7 +9694,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1745 2004/09/13 00:32:56
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1746 2004/09/14 00:33:30
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>