]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 8 Oct 2003 00:33:46 +0000 (00:33 +0000)
committer <changelog@php.net> <>
Wed, 8 Oct 2003 00:33:46 +0000 (00:33 +0000)
ChangeLog
Zend/ChangeLog

index 8fb4ae1406600295d028f2126bee5a623c800440..48ebdf2344f2b0f0ad48b8dcdf52aec2a559e176 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,94 @@
+2003-10-07  Jani Taskinen  <jani.taskinen@kolumbus.fi>
+
+    * (PHP_4_3)
+      Zend/Zend.m4:
+      typo fix
+
+2003-10-07  Rasmus Lerdorf  <rasmus@lerdorf.com>
+
+    * ZendEngine2/Zend.m4:
+      MFB bison configure test fix
+
+    * (PHP_4_3)
+      Zend/Zend.m4:
+      Fix bison check
+
+2003-10-07  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * 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  <zeev@zend.com>
+
+    * 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  <marcus.boerger@post.rwth-aachen.de>
+
+    * (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  <jani.taskinen@kolumbus.fi>
+
+    * (PHP_4_3)
+      NEWS:
+      BFN
+
+2003-10-07  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * configure.in:
+      Fix version test
+
+2003-10-07  Corne' Cornelius  <cornec@reach.co.za>
+
+    * (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  <marcus.boerger@post.rwth-aachen.de>
+
+    * configure.in
+      ZendEngine2/zend_ini_parser.y:
+      Bugfix #25770 Segfault with PHP and bison 1.875
+
+2003-10-07  Corne' Cornelius  <cornec@reach.co.za>
+
+    * ext/informix/ifx.ec:
+      - Fixed bug #18534 (ifx_close() leaves open session)
+      - (ifx_do_close) Added
+
+2003-10-07  Stanislav Malyshev  <stas@zend.com>
+
+    * main/php_variables.c:
+      Fix $_SERVER['argv'] and $_SERVER['argc']
+
+2003-10-07  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/ldap/ldap.c:
+      Cleaned up previous patch.
+
+2003-10-07  Ard Biesheuvel  <a.k.biesheuvel@its.tudelft.nl>
+
+    * (PHP_4_3)
+      NEWS:
+      Fix typo
+
 2003-10-06  Jani Taskinen  <jani.taskinen@kolumbus.fi>
 
     * (PHP_4_3)
index c7ced096deccad2effcc4c96ebef65cefc69a19a..6b426e42a3998c41579b92e0038f474cc0f69b04 100644 (file)
@@ -1,3 +1,22 @@
+2003-10-07  Rasmus Lerdorf  <rasmus@lerdorf.com>
+
+    * Zend.m4:
+      MFB bison configure test fix
+
+2003-10-07  Zeev Suraski  <zeev@zend.com>
+
+    * zend_execute.c:
+      Fix bug #17997 (Warning when switch & reference are combined)
+
+    * zend_ini_parser.y:
+      Fix the fix :)
+      Not thoroughly tested, but appears to work fine
+
+2003-10-07  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_ini_parser.y:
+      Bugfix #25770 Segfault with PHP and bison 1.875
+
 2003-10-05  Zeev Suraski  <zeev@zend.com>
 
     * zend_object_handlers.c: