changelog Sun Feb 29 20:32:09 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1553&r2=1.1554&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1553 php-src/ChangeLog:1.1554
--- php-src/ChangeLog:1.1553 Sat Feb 28 20:32:18 2004
+++ php-src/ChangeLog Sun Feb 29 20:32:08 2004
@@ -1,3 +1,54 @@
+2004-02-29 Moriyoshi Koizumi <[EMAIL PROTECTED]>
+
+ * NEWS:
+ - Yet another BFN
+
+2004-02-29 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_reflection_api.c:
+ - Apply fixes by Timm.
+
+ * ZendEngine2/zend_compile.c:
+ - Change prototype isA check not to check the constructor.
+ - Only give an E_STRICT for non-isA compliant code as opposed to
+ E_COMPILE_ERROR.
+
+2004-02-29 Stanislav Malyshev <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_compile.h:
+ add ZEND_API there too for opcode handlers
+
+2004-02-29 Derick Rethans <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_execute.c:
+ - Initialize memory to \0 so that we can reliable detect whether a specific
+ opcode element is in use.
+
+2004-02-29 Anil Madhavapeddy <[EMAIL PROTECTED]>
+
+ * pear/PEAR/Downloader.php
+ pear/PEAR/Installer.php:
+ Move the _prependPath function into PEAR_Downloader from PEAR_Installer,
+ as PEAR_Downloader uses it (and PEAR_Installer inherits PEAR_Downloader).
+
+ Unbreaks 'pear install -R'
+
+2004-02-29 Stanislav Malyshev <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_execute.c:
+ export opcode table
+
+2004-02-29 Moriyoshi Koizumi <[EMAIL PROTECTED]>
+
+ * NEWS:
+ - BFN
+
+ * ext/wddx/wddx.c:
+ - Bugfix #27287 (wddx segfaults during deserialization)
+
+ * ext/session/session.c:
+ - Fix segfaults on deserialisation of referenced variables.
+
2004-02-28 Ilia Alshanetsky <[EMAIL PROTECTED]>
* ext/pdf/pdf.c: