]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 23 Sep 2004 00:34:44 +0000 (00:34 +0000)
committer <changelog@php.net> <>
Thu, 23 Sep 2004 00:34:44 +0000 (00:34 +0000)
ChangeLog
Zend/ChangeLog

index 6f4fbd527ce34e050c454fafa88d500cbc62b207..82c64e884391951a87e40047385bafe0e725cdec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,68 @@
+2004-09-22  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * pear/PEAR/Builder.php
+      pear/PEAR/Installer.php:
+      fix for pecl modules; runs "make install" and correctly adds the files to
+      the
+      transaction and package.
+      
+      (as far as I know).
+
+2004-09-22  Anantha Kesari H Y  <hyanantha@novell.com>
+
+    * ZendEngine2/zend_execute_API.c
+      ZendEngine2/zend_globals.h:
+      NetWare specific stack limit checks
+
+    * ZendEngine2/zend_API.c:
+      Aligned the ifdef NETWARE blocks to first column.
+
+    * ZendEngine2/zend_execute.c:
+      Stack limit will be checked while executing the script
+
+    * ZendEngine2/zend_config.nw.h:
+      To avoid redefinition (of free, alloca etc.) compilation errors in Zend.
+
+    * ZendEngine2/zend_API.c:
+      When Apache is unloaded, it calls dlclose on all the PHP extensions
+      that are loaded in memory. In the case of Apache 1.3, this call is
+      blocking indefinitely. As a work around, this call is bypassed for Apache
+      1.3 build on NetWare only. This means that none of the loaded PHP
+      extensions are unloaded. They will have to be manually unloaded before
+      re-loading the Apache 1.3 again.
+
+    * ZendEngine2/zend.h:
+      defined ZEND_PATHS_SEPERATOR to semicolon for NetWare
+
+    * ZendEngine2/acconfig.h:
+      enabled macros to call the proper LibC functions
+
+2004-09-22  Dmitry Stogov  <dmitry@zend.com>
+
+    * ZendEngine2/zend_vm_handlers.h
+      ZendEngine2/zend_vm_spec.h:
+      Specializer was updated with executor's fixes.
+
+    * (PHP_5_0)
+      NEWS
+      ZendEngine2/zend_execute.c
+      ZendEngine2/zend_execute.c:
+      Fixed bug #29566 (foreach/string handling strangeness (crash)).
+
+    * ZendEngine2/zend_execute.c:
+      Fixed bug in fix for bug #29707
+
+    * (PHP_5_0)
+      NEWS:
+      Fixed bug #30182 (SOAP module processing WSDL file dumps core).
+
+2004-09-22  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      ext/standard/url.c
+      ext/standard/url.h:
+      MFH: Fixed bug #29913 (parse_url() is now binary safe). (Ilia)
+
 2004-09-21  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_4_3)
index 14e80085c67826d6f46e5b3afdc6dec10fef4d34..d961589d9b5e56a69b53a936b2271ef8590d9042 100644 (file)
@@ -1,3 +1,45 @@
+2004-09-22  Anantha Kesari H Y  <hyanantha@novell.com>
+
+    * zend_execute_API.c
+      zend_globals.h:
+      NetWare specific stack limit checks
+
+    * zend_API.c:
+      Aligned the ifdef NETWARE blocks to first column.
+
+    * zend_execute.c:
+      Stack limit will be checked while executing the script
+
+    * zend_config.nw.h:
+      To avoid redefinition (of free, alloca etc.) compilation errors in Zend.
+
+    * zend_API.c:
+      When Apache is unloaded, it calls dlclose on all the PHP extensions
+      that are loaded in memory. In the case of Apache 1.3, this call is
+      blocking indefinitely. As a work around, this call is bypassed for Apache
+      1.3 build on NetWare only. This means that none of the loaded PHP
+      extensions are unloaded. They will have to be manually unloaded before
+      re-loading the Apache 1.3 again.
+
+    * zend.h:
+      defined ZEND_PATHS_SEPERATOR to semicolon for NetWare
+
+    * acconfig.h:
+      enabled macros to call the proper LibC functions
+
+2004-09-22  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_vm_handlers.h
+      zend_vm_spec.h:
+      Specializer was updated with executor's fixes.
+
+    * zend_execute.c
+      zend_execute.c:
+      Fixed bug #29566 (foreach/string handling strangeness (crash)).
+
+    * zend_execute.c:
+      Fixed bug in fix for bug #29707
+
 2004-09-21  Andi Gutmans  <andi@zend.com>
 
     * zend_execute.c