changelog Tue Jun 2 01:33:49 2009 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1494&r2=1.1495&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1494 ZendEngine2/ChangeLog:1.1495
--- ZendEngine2/ChangeLog:1.1494 Sun May 31 01:33:14 2009
+++ ZendEngine2/ChangeLog Tue Jun 2 01:33:48 2009
@@ -1,3 +1,63 @@
+2009-06-01 Nuno Lopes <nunoplo...@sapo.pt>
+
+ * zend.h:
+ MFB: fix compiler warnings by moving all std includes after include of
+ zend_config.h
+
+ * (PHP_5_3)
+ zend.h:
+ fix compiler warnings by moving all std includes after include of
+ zend_config.h.
+ this also fixes the build with stricter compilers than gcc (like clang)
+
+2009-06-01 Arnaud Le Blanc <arnaud...@gmail.com>
+
+ * (PHP_5_2)
+ tests/bug48228.phpt
+ tests/bug48228.phpt
+ tests/bug48408.phpt
+ tests/bug48408.phpt
+ tests/bug48409.phpt
+ tests/bug48409.phpt
+ tests/bug48428.phpt
+ tests/bug48428.phpt:
+ MFH: New tests
+
+ * tests/bug48228.phpt
+ tests/bug48228.phpt
+ tests/bug48228.phpt
+ tests/bug48408.phpt
+ tests/bug48408.phpt
+ tests/bug48408.phpt
+ tests/bug48409.phpt
+ tests/bug48409.phpt
+ tests/bug48409.phpt
+ tests/bug48428.phpt
+ tests/bug48428.phpt
+ tests/bug48428.phpt:
+ 1.1.4;
+ New tests
+
+ * (PHP_5_2)
+ zend.h
+ zend.h
+ zend_ptr_stack.h
+ zend_ptr_stack.h
+ zend_types.h
+ zend_types.h
+ zend_vm_def.h
+ zend_vm_def.h
+ zend_vm_execute.h
+ zend_vm_execute.h:
+ MFH: better fix for #48409 , #48428 , #48228
+
+ * zend.h
+ zend_ptr_stack.h
+ zend_types.h
+ zend_vm_def.h
+ zend_vm_execute.h:
+ better fix for #48409 , #48428 , #48228
+
2009-05-30 Arnaud Le Blanc <arnaud...@gmail.com>
* (PHP_5_2)
@@ -28799,7 +28859,7 @@
2003-06-10 Jani Taskinen <sni...@iki.fi>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1494 2009/05/31 01:33:14 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1495 2009/06/02 01:33:48 changelog Exp $ tag
2003-06-10 James Cox <ja...@imajes.info>
@@ -30523,7 +30583,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1494 2009/05/31 01:33:14
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1495 2009/06/02 01:33:48
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <i...@prohost.org>