changelog Fri Jan 9 20:33:36 2004 EDT
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.379 ZendEngine2/ChangeLog:1.380
--- ZendEngine2/ChangeLog:1.379 Thu Jan 8 20:32:33 2004
+++ ZendEngine2/ChangeLog Fri Jan 9 20:33:36 2004
@@ -1,3 +1,37 @@
+2004-01-09 Wez Furlong <[EMAIL PROTECTED]>
+
+ * acconfig.h:
+ support for building asm in the unix buildsys.
+ Also, when ZEND_ACCONFIG_H_NO_C_PROTOS is defined,
+ omit the C prototypes from the configuration header
+ so that it can be included into asm files.
+
+2004-01-09 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * RFCs/002.txt:
+ this one is declined
+
+2004-01-09 Wez Furlong <[EMAIL PROTECTED]>
+
+ * zend_object_handlers.h:
+ must be extern to avoid problems with some compilers
+
+2004-01-09 Stanislav Malyshev <[EMAIL PROTECTED]>
+
+ * tests/bug26077.phpt:
+ fix expect
+
+ * zend_compile.c:
+ Bug #25816 - disallow arrays in class constants
+
+ * tests/bug26077.phpt:
+ add test
+
+ * zend_compile.c
+ zend_execute.c:
+ Fix Bug #26077 - memory leak when new() result is not assigned
+ and no constructor defined
+
2004-01-08 Jani Taskinen <[EMAIL PROTECTED]>
* acconfig.h
@@ -2764,7 +2798,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.379 2004/01/09 01:32:33 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.380 2004/01/10 01:33:36 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -4488,7 +4522,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.379 2004/01/09 01:32:33 changelog
Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.380 2004/01/10 01:33:36 changelog
Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>