changelog               Wed Sep 22 20:34:41 2004 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1753&r2=1.1754&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1753 php-src/ChangeLog:1.1754
--- php-src/ChangeLog:1.1753    Tue Sep 21 20:34:09 2004
+++ php-src/ChangeLog   Wed Sep 22 20:34:40 2004
@@ -1,3 +1,68 @@
+2004-09-22  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * (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  <[EMAIL PROTECTED]>
 
     * (PHP_4_3)
@@ -9944,7 +10009,7 @@
 2004-03-18  Pierre-Alain Joye  <[EMAIL PROTECTED]>
 
     * ext/gd/tests/bug27582_2.phpt:
-      - Fix the test description and $Id: ChangeLog,v 1.1753 2004/09/22 00:34:09 
changelog Exp $
+      - Fix the test description and $Id: ChangeLog,v 1.1754 2004/09/23 00:34:40 
changelog Exp $
 
 2004-03-18  Derick Rethans  <[EMAIL PROTECTED]>
 

Reply via email to