changelog Thu Sep 9 20:35:25 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1741&r2=1.1742&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1741 php-src/ChangeLog:1.1742
--- php-src/ChangeLog:1.1741 Wed Sep 8 20:34:41 2004
+++ php-src/ChangeLog Thu Sep 9 20:35:25 2004
@@ -1,3 +1,106 @@
+2004-09-09 Wez Furlong <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ ext/standard/file.c:
+ MFH: avoid potential AT&T libc problems with tempnam()
+
+ * ext/standard/file.c:
+ avoid ANSI stdio when calling tempnam() to avoid limitations of AT&T libc.
+
+2004-09-09 Timm Friebe <[EMAIL PROTECTED]>
+
+ * ext/sybase_ct/php_sybase_ct.c:
+ - Defaulted ini variable "sybct.deadlock_retry_count" to 0
+
+2004-09-09 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * run-tests2.php:
+ Fix test script
+
+2004-09-09 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_extensions.h:
+ - Revert API bump
+
+ * ZendEngine2/README.ZEND_VM:
+ - Commit VM explanation.
+
+ * ZendEngine2/zend.c:
+ - Recommit
+
+ * ZendEngine2/zend_API.c
+ ZendEngine2/zend_API.h
+ ZendEngine2/zend_compile.c:
+ - Recommit:
+ - Check signature of magic methods
+ - Register __get/__set/__call for internal classes
+
+ * ZendEngine2/zend_extensions.h:
+ - Recommit:
+ - Bump the API number to work around this major breakage.
+
+ * ZendEngine2/ChangeLog
+ ZendEngine2/zend.c
+ ZendEngine2/zend_API.c
+ ZendEngine2/zend_API.h
+ ZendEngine2/zend_builtin_functions.c
+ ZendEngine2/zend_compile.c
+ ZendEngine2/zend_compile.h
+ ZendEngine2/zend_exceptions.c
+ ZendEngine2/zend_execute.c
+ ZendEngine2/zend_execute.h
+ ZendEngine2/zend_execute_API.c
+ ZendEngine2/zend_extensions.h
+ ZendEngine2/zend_opcode.c:
+ - Roll back VM commit
+
+2004-09-09 Rasmus Lerdorf <[EMAIL PROTECTED]>
+
+ * main/php_variables.c
+ main/php_variables.c
+ main/php_variables.c:
+ Stop at the index on an unmatched [
+
+2004-09-09 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend.c:
+ - Drop namespace relict
+
+ * (PHP_5_0)
+ tests/classes/interface_and_extends.phpt:
+ Fix test
+
+ * (PHP_5_0)
+ ZendEngine2/zend_API.c
+ ZendEngine2/zend_API.h
+ ZendEngine2/zend_compile.c:
+ MFH signature check/method registration
+
+ * ZendEngine2/zend_API.c
+ ZendEngine2/zend_API.h
+ ZendEngine2/zend_compile.c:
+ - Check signature of magic methods
+ - Register __get/__set/__call for internal classes
+
+ * ext/ming/ming.c:
+ Proper #ifdef'ing
+
+2004-09-09 Derick Rethans <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_extensions.h:
+ - Bump the API number to work around this major breakage.
+
+2004-09-09 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_vm.h:
+ We will use CALL dispatch method for compilers other then GCC. It is more
+ safe.
+
+2004-09-09 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_API.c:
+ - Fix the fix.
+
2004-09-08 Andi Gutmans <[EMAIL PROTECTED]>
* ZendEngine2/zend_builtin_functions.c:
@@ -9431,7 +9534,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1741 2004/09/09 00:34:41
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1742 2004/09/10 00:35:25
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>