changelog Tue Oct 7 20:33:44 2003 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1410 php-src/ChangeLog:1.1411
--- php-src/ChangeLog:1.1410 Mon Oct 6 20:33:18 2003
+++ php-src/ChangeLog Tue Oct 7 20:33:43 2003
@@ -1,3 +1,94 @@
+2003-10-07 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ Zend/Zend.m4:
+ typo fix
+
+2003-10-07 Rasmus Lerdorf <[EMAIL PROTECTED]>
+
+ * ZendEngine2/Zend.m4:
+ MFB bison configure test fix
+
+ * (PHP_4_3)
+ Zend/Zend.m4:
+ Fix bison check
+
+2003-10-07 Wez Furlong <[EMAIL PROTECTED]>
+
+ * ext/com_dotnet/com_com.c:
+ A much better fix for moniker based COM object creation.
+ We now support binding monikers to remote machines.
+ However, MSDN docs indicate that this isn't yet implemented
+ as of Win2000.
+
+2003-10-07 Zeev Suraski <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_execute.c:
+ Fix bug #17997 (Warning when switch & reference are combined)
+
+ * ext/com_dotnet/com_handlers.c
+ ext/mono/php_mono.c
+ ext/simplexml/simplexml.c:
+ Fix cast callbacks
+
+ * ZendEngine2/zend_ini_parser.y:
+ Fix the fix :)
+ Not thoroughly tested, but appears to work fine
+
+2003-10-07 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS
+ configure.in
+ Zend/zend_ini_parser.y:
+ MFH: Bugfix #25770 Segfault with PHP and bison 1.875
+
+2003-10-07 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS:
+ BFN
+
+2003-10-07 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * configure.in:
+ Fix version test
+
+2003-10-07 Corne' Cornelius <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ ext/informix/ifx.ec:
+ MFH: - Fixed bug #18534 (ifx_close() leaves open session)
+ MFH: - (ifx_do_close) Added
+
+2003-10-07 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * configure.in
+ ZendEngine2/zend_ini_parser.y:
+ Bugfix #25770 Segfault with PHP and bison 1.875
+
+2003-10-07 Corne' Cornelius <[EMAIL PROTECTED]>
+
+ * ext/informix/ifx.ec:
+ - Fixed bug #18534 (ifx_close() leaves open session)
+ - (ifx_do_close) Added
+
+2003-10-07 Stanislav Malyshev <[EMAIL PROTECTED]>
+
+ * main/php_variables.c:
+ Fix $_SERVER['argv'] and $_SERVER['argc']
+
+2003-10-07 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * ext/ldap/ldap.c:
+ Cleaned up previous patch.
+
+2003-10-07 Ard Biesheuvel <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS:
+ Fix typo
+
2003-10-06 Jani Taskinen <[EMAIL PROTECTED]>
* (PHP_4_3)