changelog Wed Sep 8 20:34:42 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1740&r2=1.1741&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1740 php-src/ChangeLog:1.1741
--- php-src/ChangeLog:1.1740 Tue Sep 7 20:32:37 2004
+++ php-src/ChangeLog Wed Sep 8 20:34:41 2004
@@ -1,3 +1,61 @@
+2004-09-08 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_builtin_functions.c:
+ - Fix bug #28054 by preventing printing out bogus information in backtrace
+ when in error handler (still doesn't know all information but at least
+ it's not bogus)
+
+2004-09-08 Sara Golemon <[EMAIL PROTECTED]>
+
+ * ext/standard/http_fopen_wrapper.c:
+ -** empty log message ***
+
+2004-09-08 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_compile.h
+ ZendEngine2/zend_exceptions.c
+ ZendEngine2/zend_execute.c
+ ZendEngine2/zend_execute.h
+ ZendEngine2/zend_execute_API.c
+ ZendEngine2/zend_opcode.c
+ ZendEngine2/zend_vm.h
+ ZendEngine2/zend_vm_handlers.h
+ ZendEngine2/zend_vm_spec.h:
+ - Some architectural changes:
+ a) We specialize opcodes according to op_type fields. Each opcode has to
+ be marked with which op_type's it uses.
+ b) We support different execution methods. Function handlers, switch()
+ and goto dispatching. goto seems to be the fastest but it really
+ depends on the compiler and how well it optimizes. I suggest playing
+ around with optimization flags.
+
+ - Warning: Things might break so keep us posted on how things are going.
+ (Dmitry, Andi)
+
+2004-09-08 Sara Golemon <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ main/streams/streams.c:
+ MFH (r.163) Handle maxlen when stream can't be mmaped
+
+ * main/streams/streams.c:
+ Handle maxlen when stream can't be mmaped
+
+2004-09-08 Rob Richards <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ ext/xsl/php_xsl.c
+ ext/xsl/php_xsl.h
+ ext/xsl/xsltprocessor.c:
+ MHF: fix issue with multiple xsl objects using registerPHPfunctions
+ - also fixes threading issue
+
+ * ext/xsl/php_xsl.c
+ ext/xsl/php_xsl.h
+ ext/xsl/xsltprocessor.c:
+ fix issue with multiple xsl objects using registerPHPfunctions
+ - also fixes threading issue
+
2004-09-07 Sara Golemon <[EMAIL PROTECTED]>
* ext/standard/http_fopen_wrapper.c:
@@ -9373,7 +9431,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1740 2004/09/08 00:32:37
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1741 2004/09/09 00:34:41
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>