changelog               Sat Feb 15 20:32:04 2003 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1267 php4/ChangeLog:1.1268
--- php4/ChangeLog:1.1267       Fri Feb 14 20:35:41 2003
+++ php4/ChangeLog      Sat Feb 15 20:32:03 2003
@@ -1,3 +1,207 @@
+2003-02-15  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3_1)
+      sapi/cgi/cgi_main.c:
+      revert this
+
+    * (PHP_4_3_1)
+      main/fopen_wrappers.c:
+      Revert this.
+
+    * (PHP_4_3)
+      sapi/apache2handler/.cvsignore
+      sapi/apache2handler/README:
+      - Remove all of it.
+
+2003-02-15  Ian Holsman  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      sapi/apache2handler/CREDITS
+      sapi/apache2handler/README
+      sapi/apache2handler/apache_config.c
+      sapi/apache2handler/config.m4
+      sapi/apache2handler/php.sym
+      sapi/apache2handler/php4apache2.dsp
+      sapi/apache2handler/php_apache.h
+      sapi/apache2handler/php_functions.c
+      sapi/apache2handler/sapi_apache2.c:
+      
+          After short discussion, the #php.bugs mob decided that we don't want
+          this in PHP_4_3 branch. At least as long as it doesn't work as well
+          (or preferrably better :) than the apache2filter SAPI does.
+      
+          So please remove it from the branch for now..
+      
+          --Jani
+
+2003-02-15  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * NEWS:
+      New feature news.
+
+2003-02-15  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3_1)
+      configure.in
+      sapi/cgi/cgi_main.c:
+      - correct version plus the fix.
+
+2003-02-15  Edin Kadribasic  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3_1)
+      main/php_version.h:
+      New version number.
+
+2003-02-15  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      NEWS:
+      BFN
+
+2003-02-15  Stig Bakken  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      pear/PEAR.php
+      pear/System.php
+      pear/package-PEAR.xml
+      pear/package.dtd
+      pear/OS/Guess.php
+      pear/PEAR/Autoloader.php
+      pear/PEAR/Builder.php
+      pear/PEAR/Command.php
+      pear/PEAR/Common.php
+      pear/PEAR/Config.php
+      pear/PEAR/Dependency.php
+      pear/PEAR/Installer.php
+      pear/PEAR/Packager.php
+      pear/PEAR/Registry.php
+      pear/PEAR/Remote.php
+      pear/PEAR/Command/Auth.php
+      pear/PEAR/Command/Build.php
+      pear/PEAR/Command/Common.php
+      pear/PEAR/Command/Config.php
+      pear/PEAR/Command/Install.php
+      pear/PEAR/Command/Package.php
+      pear/PEAR/Command/Registry.php
+      pear/PEAR/Command/Remote.php
+      pear/PEAR/Frontend/CLI.php
+      pear/scripts/pear.bat
+      pear/scripts/pear.in:
+      - import PEAR 1.0.1
+
+2003-02-15  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * main/main.c:
+      - Fix unsetting of open_basedir, safe_mode_exec_dir and user_dir with
+        "php_admin_value <ini option> none"
+      - Fixes bug #22220
+
+2003-02-15  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * ext/mysqli/config.m4:
+      Proper lib detection.
+
+2003-02-15  Moriyoshi Koizumi  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      NEWS
+      NEWS:
+      B.F.N.
+
+    * main/streams.c:
+      Fixed bug #22234
+
+2003-02-15  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * run-tests.php:
+      If a test does not have any data after 60 seconds of waiting, assume that
+      it died a horrible death and kill it.
+      This is useful on windows when a message box is popped-up during an
+      automated
+      test-run.
+
+    * ext/standard/proc_open.c:
+      Add optional signal parameter to proc_terminate.
+
+    * ext/standard/basic_functions.c
+      ext/standard/exec.h
+      ext/standard/proc_open.c:
+      Add proc_terminate() function to forcibly kill off a process created
+      with proc_open().
+
+2003-02-15  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * ext/mysqli/tests/014.phpt:
+      Fixed skip condition.
+
+2003-02-15  Georg Richter  <[EMAIL PROTECTED]>
+
+    * ext/mysqli/tests/014.phpt
+      ext/mysqli/tests/015.phpt:
+      added skipif section (innodb-support)
+
+2003-02-15  Moriyoshi Koizumi  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      ext/standard/formatted_print.c
+      ext/standard/tests/strings/bug22227.phpt:
+      MFH(r1.65): Fixed bug #22227
+      MFH: Added test case for bug #22227
+
+    * ext/standard/formatted_print.c
+      ext/standard/tests/strings/bug22227.phpt:
+      Fixed bug #22227
+      Added test case for bug #22227
+
+2003-02-15  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * sapi/cli/php_cli.c:
+      fix parameter string (-R & -H)
+
+2003-02-15  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      NEWS:
+      bug fixed.
+
+2003-02-15  Moriyoshi Koizumi  <[EMAIL PROTECTED]>
+
+    * tests/lang/bug22231.phpt:
+      
+      Added test case for bug #22231
+
+2003-02-15  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      main/network.c:
+      MFH: Fix for Bug #21809 (select() never times out during socket shutdown)
+
+2003-02-15  Edin Kadribasic  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      sapi/cgi/cgi_main.c:
+      Option -b needs an argument. This fixes #22229.
+
+2003-02-15  Sebastian Bergmann  <[EMAIL PROTECTED]>
+
+    * ext/mysqli/tests/.cvsignore:
+      Add .cvsignore for tests.
+
+2003-02-15  Ian Holsman  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      sapi/apache2handler/.cvsignore
+      sapi/apache2handler/CREDITS
+      sapi/apache2handler/README
+      sapi/apache2handler/apache_config.c
+      sapi/apache2handler/config.m4
+      sapi/apache2handler/php.sym
+      sapi/apache2handler/php4apache2.dsp
+      sapi/apache2handler/php_apache.h
+      sapi/apache2handler/php_functions.c
+      sapi/apache2handler/sapi_apache2.c:
+      alternate apache2 SAPI.
+
 2003-02-14  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 
     * ext/mysqli/php_mysqli.h:
@@ -105,7 +309,7 @@
 
     * (PHP_4_3)
       sapi/cgi/cgi_main.c:
-      Added missing $Id: ChangeLog,v 1.1267 2003/02/15 01:35:41 changelog Exp $ tag
+      Added missing $Id: ChangeLog,v 1.1268 2003/02/16 01:32:03 changelog Exp $ tag
 
 2003-02-14  Thies C. Arntzen  <[EMAIL PROTECTED]>
 


Reply via email to