changelog Thu Feb 24 20:35:48 2005 EDT
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.645&r2=1.646&ty=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.645 ZendEngine2/ChangeLog:1.646
--- ZendEngine2/ChangeLog:1.645 Wed Feb 23 20:35:08 2005
+++ ZendEngine2/ChangeLog Thu Feb 24 20:35:47 2005
@@ -1,3 +1,39 @@
+2005-02-24 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * zend_language_scanner.l:
+ - Make one line comments work the same with <script ...> </script> as
with
+ - other tags. This will break scripts that have whitespace at the end
+ - of the closing tag </script > but this is barely used as it is
+ - and I doubt ppl used whitespace. (patch by Jani)
+
+ * zend_objects_API.h:
+ - This part of the patch was right
+
+2005-02-24 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ zend_execute.c
+ zend_vm_def.h
+ zend_vm_execute.h
+ zend_vm_opcodes.h:
+ Fixed bug in ZEND_POST_INC/ZEND_POST_DEC handlers.
+ These opcodes assume IS_TMP_VAR as result.
+
+2005-02-24 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * zend_modules.h:
+ - Need zend_Compile.h for struct _zend_arg_info definiton (thanks to Joe
+ Orton)
+
+ * zend_objects.c
+ zend_objects.h
+ zend_objects_API.h:
+ - Revert following patch until we decide what is the right way to handle
+ - this:
+ - Fix signatures they are all meant to be able to deal with any type in
+ any
+ object storage (though we are still missing several parts)
+
2005-02-23 Derick Rethans <[EMAIL PROTECTED]>
* (PHP_5_0)
@@ -7164,7 +7200,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.645 2005/02/24 01:35:08 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.646 2005/02/25 01:35:47 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -8888,7 +8924,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.645 2005/02/24 01:35:08
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.646 2005/02/25 01:35:47
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>