changelog Fri Jan 2 01:32:31 2009 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1418&r2=1.1419&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1418 ZendEngine2/ChangeLog:1.1419
--- ZendEngine2/ChangeLog:1.1418 Thu Jan 1 01:32:51 2009
+++ ZendEngine2/ChangeLog Fri Jan 2 01:32:31 2009
@@ -1,3 +1,35 @@
+2009-01-01 Ilia Alshanetsky <i...@prohost.org>
+
+ * zend_language_scanner.c
+ zend_language_scanner.l:
+
+ MFB: Fixed bug #46844 (php scripts or included files with first line
+ starting with # have the 1st line missed from the output).
+
+ * (PHP_5_3)
+ zend_language_scanner.c
+ zend_language_scanner.l:
+
+ Fixed bug #46844 (php scripts or included files with first line starting
+ with # have the 1st line missed from the output).
+
+2009-01-01 Marcus Boerger <p...@marcus-boerger.de>
+
+ * zend_closures.c
+ tests/closure_020.phpt
+ tests/closure_026.phpt
+ tests/closure_032.phpt:
+ - Add var_dump support for closures
+
+ * (PHP_5_3)
+ zend_vm_def.h
+ zend_vm_execute.h:
+ - MFH Fix SEGV if get_method() returns a non bound function
+
+ * zend_vm_def.h
+ zend_vm_execute.h:
+ - Fix SEGV if get_method() returns a non bound function
+
2008-12-31 Zoe Slattery <zoe.slatt...@googlemail.com>
* tests/bug45147.phpt
@@ -27241,7 +27273,7 @@
2003-06-10 Jani Taskinen <sni...@iki.fi>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1418 2009/01/01 01:32:51 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1419 2009/01/02 01:32:31 changelog Exp $ tag
2003-06-10 James Cox <ja...@imajes.info>
@@ -28965,7 +28997,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1418 2009/01/01 01:32:51
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1419 2009/01/02 01:32:31
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <i...@prohost.org>