]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 31 Aug 2001 00:11:32 +0000 (00:11 +0000)
committer <changelog@php.net> <>
Fri, 31 Aug 2001 00:11:32 +0000 (00:11 +0000)
ChangeLog

index 3e0003177b4e77eb369be11a1e43abe54f1bdd81..8da0de26476a85c40cc10f0b2a190b525d60a0ec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+2001-08-30  Thomas V.V.Cox  <cox@idecnet.com>
+
+    * pear/PEAR.php: killed obscure bug in pushErrorHandling
+
+2001-08-30  Jani Taskinen  <sniper@iki.fi>
+
+    * ext/standard/basic_functions.h
+      ext/standard/basic_functions.c:
+    - Added ini_get_all() function which returns all registered ini entries
+       or the entries for the specified extension. (Jani)
+
+    * ext/fdf/config.m4: MFH
+
+    * ext/fdf/config.m4:
+    KISS. And the search order must be reversed always. Last one counts.
+
+    * main/main.c: MFH
+
+2001-08-30  Sebastian Bergmann  <sb@sebastian-bergmann.de>
+
+    * main/php_version.h
+      configure.in:
+    HEAD has been 4.0.8-dev for some time now, so name it accordingly.
+
+2001-08-30  Thomas V.V.Cox  <cox@idecnet.com>
+
+    * pear/PEAR.php:
+    The "actual" mode must be taken, not the error object mode
+
+2001-08-30  Zeev Suraski  <zeev@zend.com>
+
+    * main/main.c: Fix unclean shutdown value
+
 2001-08-29  Jani Taskinen  <sniper@iki.fi>
 
     * ext/standard/basic_functions.c: