changelog Mon Feb 6 06:31:41 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2247&r2=1.2248&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2247 php-src/ChangeLog:1.2248
--- php-src/ChangeLog:1.2247 Sun Feb 5 06:31:42 2006
+++ php-src/ChangeLog Mon Feb 6 06:31:41 2006
@@ -1,3 +1,81 @@
+2006-02-05 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_interfaces.c
+ ZendEngine2/zend_interfaces.h:
+ - Need one more thing exported
+
+ * ext/simplexml/simplexml.c:
+ - Iterator API was changed
+
+ * ZendEngine2/zend.h
+ ZendEngine2/zend_compile.c
+ ZendEngine2/zend_compile.h
+ ZendEngine2/zend_execute.c
+ ZendEngine2/zend_interfaces.c
+ ZendEngine2/zend_interfaces.h
+ ZendEngine2/zend_iterators.h
+ ZendEngine2/zend_vm_def.h
+ ZendEngine2/zend_vm_execute.h:
+ - Disallow foreach($v as &$ref) when $v is an object that implements
+ interface Iterator. The signature of Iterator::current() doesn't allow
+ that. Maybe ppl also want IteratorByReference or similar. Unfortunatley
+ this comes with an API change but there is no easier way.
+
+2006-02-05 Andrei Zmievski <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_operators.c:
+ Needs to use .ustr. portion of the union for IS_UNICODE.
+
+2006-02-05 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_5_1)
+ NEWS:
+ MFH: fix #36295 (typo in SplFileObject::flock() parameter name)
+
+2006-02-05 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_5_1)
+ run-tests.php:
+ Simplify test code
+
+2006-02-05 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_operators.c:
+ - Initialize variable
+
+2006-02-05 Pierre-Alain Joye <[EMAIL PROTECTED]>
+
+ * php.ini-dist
+ php.ini-recommended:
+ - MFB: ini entry for gd.jpeg_ignore_warning
+
+ * (PHP_5_1)
+ php.ini-dist
+ php.ini-recommended:
+ - ini entry for gd.jpeg_ignore_warning
+
+ * (PHP_5_1)
+ NEWS:
+ - jpeg tolerant mode entry
+
+ * (PHP_5_1)
+ ext/gd/gd.c
+ ext/gd/libgd/gd.h
+ ext/gd/libgd/gd_jpeg.c:
+ - MFH: add a weak/tolerant mode to the jpeg loader
+
+ * ext/gd/gd.c:
+ - test for jpeg support
+
+2006-02-05 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_operators.c:
+ - Fix comparision where one argument is an object
+
+ * (PHP_5_1)
+ NEWS:
+ - BFN
+
2006-02-04 Frank M. Kromann <[EMAIL PROTECTED]>
* sapi/cgi/fastcgi.c: