changelog Wed Sep 22 20:34:44 2004 EDT
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.552&r2=1.553&ty=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.552 ZendEngine2/ChangeLog:1.553
--- ZendEngine2/ChangeLog:1.552 Tue Sep 21 20:34:14 2004
+++ ZendEngine2/ChangeLog Wed Sep 22 20:34:44 2004
@@ -1,3 +1,45 @@
+2004-09-22 Anantha Kesari H Y <[EMAIL PROTECTED]>
+
+ * zend_execute_API.c
+ zend_globals.h:
+ NetWare specific stack limit checks
+
+ * zend_API.c:
+ Aligned the ifdef NETWARE blocks to first column.
+
+ * zend_execute.c:
+ Stack limit will be checked while executing the script
+
+ * zend_config.nw.h:
+ To avoid redefinition (of free, alloca etc.) compilation errors in Zend.
+
+ * zend_API.c:
+ When Apache is unloaded, it calls dlclose on all the PHP extensions
+ that are loaded in memory. In the case of Apache 1.3, this call is
+ blocking indefinitely. As a work around, this call is bypassed for Apache
+ 1.3 build on NetWare only. This means that none of the loaded PHP
+ extensions are unloaded. They will have to be manually unloaded before
+ re-loading the Apache 1.3 again.
+
+ * zend.h:
+ defined ZEND_PATHS_SEPERATOR to semicolon for NetWare
+
+ * acconfig.h:
+ enabled macros to call the proper LibC functions
+
+2004-09-22 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * zend_vm_handlers.h
+ zend_vm_spec.h:
+ Specializer was updated with executor's fixes.
+
+ * zend_execute.c
+ zend_execute.c:
+ Fixed bug #29566 (foreach/string handling strangeness (crash)).
+
+ * zend_execute.c:
+ Fixed bug in fix for bug #29707
+
2004-09-21 Andi Gutmans <[EMAIL PROTECTED]>
* zend_execute.c
@@ -5694,7 +5736,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.552 2004/09/22 00:34:14 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.553 2004/09/23 00:34:44 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -7418,7 +7460,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.552 2004/09/22 00:34:14 changelog
Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.553 2004/09/23 00:34:44 changelog
Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>