changelog               Sat Jan 25 20:32:24 2003 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1246 php4/ChangeLog:1.1247
--- php4/ChangeLog:1.1246       Fri Jan 24 20:31:13 2003
+++ php4/ChangeLog      Sat Jan 25 20:32:24 2003
@@ -1,3 +1,85 @@
+2003-01-25  Shane Caraveo  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      sapi/cgi/cgi_main.c:
+      MFH
+      
+      fix bug 21261
+          putenv on some platforms requires we provide the memory
+          cleanup env parsing logic
+      fix bug 21367
+          missed optargs in a previous patch
+
+    * sapi/cgi/cgi_main.c:
+      fix bug 21261
+          putenv on some platforms requires we provide the memory
+          cleanup env parsing logic
+      fix bug 21367
+          missed optargs in a previous patch
+
+2003-01-25  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * main/php_ini.c:
+      Fixed bug #21625 (When scanning a directory for ini files, do so in
+      alphabetical order. This gives a user a way to control the order in which
+      the ini files are loaded).
+      Fixed a bug that would make the code try to read files without an
+      extension
+      as ini files.
+
+2003-01-25  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      ext/dba/config.m4:
+      MFH: The builtin version was always used even if configured otherwise.
+
+    * (PHP_4_3)
+      run-tests.php:
+      MFH: Bug #21751: Part one never let this happen again...
+
+    * ext/dba/config.m4:
+      The builtin version was always used even if configured otherwise.
+
+    * run-tests.php:
+      Bug #21751: Part one never let this happen again...
+
+2003-01-25  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * ext/informix/ifx.ec:
+      Removed unneeded code.
+
+2003-01-25  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
+
+    * ext/mime_magic/mime_magic.c:
+      - mime file parser messages only with mime_magic.debug=On (default: off)
+      - fix docref URL in startup error messages
+      - show status in php info, either "enabled" or "..., disabled"
+
+    * ext/mime_magic/php_mime_magic.h:
+      preparations for making magic file parser silent
+
+    * ext/mime_magic/config.m4:
+      suggesting a plain magic file insteat of a mime one is a bad idea
+
+2003-01-25  Stig Bakken  <[EMAIL PROTECTED]>
+
+    * pear/tests/osguess.php:
+      - not a real test, just a script for displaying OS_Guess output
+
+    * pear/OS/Guess.php:
+      - add glibc version detection for Linux
+
+    * pear/PEAR/Command/Remote.php:
+      - typo
+
+2003-01-25  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * ext/informix/ifx.ec:
+      Fixed a typo.
+
+    * ext/standard/image.c:
+      Fixed compiler warning.
+
 2003-01-24  Sascha Schumann  <[EMAIL PROTECTED]>
 
     * ext/session/mod_files.c


Reply via email to