changelog Tue Mar 16 20:34:14 2004 EDT
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.428&r2=1.429&ty=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.428 ZendEngine2/ChangeLog:1.429
--- ZendEngine2/ChangeLog:1.428 Mon Mar 15 20:32:56 2004
+++ ZendEngine2/ChangeLog Tue Mar 16 20:34:14 2004
@@ -1,3 +1,78 @@
+2004-03-16 Derick Rethans <[EMAIL PROTECTED]>
+
+ * zend.c
+ zend.h
+ zend_API.h
+ zend_modules.h:
+ - Replaced the exec_finished hook by the zend_post_deactive hook for
+ extensions. The new hook will be run after the symbol table and
+ destructors
+ are run. (Derick)
+
+ * zend_modules.h:
+ - Bump API number so that it actually differs from PHP 4. This is needed
+ because we don't want PHP 4 and PHP 5 extensions to be in the same
+ directory
+ when doing "make install" for shared, or phpize'd extensions.
+
+2004-03-16 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * zend_execute_API.c:
+ Fix SEGV in certain conditions while calling static methods
+
+2004-03-16 Zeev Suraski <[EMAIL PROTECTED]>
+
+ * zend_compile.c
+ zend_compile.h:
+ Add ability to disable JIT for a particular auto global
+
+2004-03-16 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * zend_execute_API.c:
+ TSRM fix
+
+2004-03-16 Sascha Schumann <[EMAIL PROTECTED]>
+
+ * zend.h:
+ Enable ptr format check for GCC 3.1 and higher
+
+2004-03-16 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * zend.h:
+ Do not allow 3.0.4 for __attribute__.
+
+ * zend.h:
+ Fixed bug #27600 (GCC 3.0.4 does not like __attribute__ directive)
+
+2004-03-16 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * zend_compile.c:
+ - Fix problem when using old-style constructors it wasn't being inherited
+ correctly.
+
+2004-03-16 Derick Rethans <[EMAIL PROTECTED]>
+
+ * zend_execute_API.c:
+ - Spaces to tabs
+
+2004-03-16 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * zend_execute_API.c:
+ - If the called method is static then don't define $this
+
+ * zend_execute.c
+ zend_execute_API.c:
+ - Error out if get_method() isn't defined.
+ - Use calling scope of internal function callee when calling a method
+ using static syntax (array("A", "func"));
+
+2004-03-16 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * zend_execute.c
+ zend_execute.h
+ zend_execute_API.c:
+ Improve error message
+
2004-03-15 Andi Gutmans <[EMAIL PROTECTED]>
* zend_operators.c:
@@ -3956,7 +4031,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.428 2004/03/16 01:32:56 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.429 2004/03/17 01:34:14 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -5680,7 +5755,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.428 2004/03/16 01:32:56 changelog
Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.429 2004/03/17 01:34:14 changelog
Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>