summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2001-08-31 00:11:32 +0000
committer <changelog@php.net>2001-08-31 00:11:32 +0000
commit217059fdc74f8a39a2c9f65d17176cbf71a81bdb (patch)
treeacc89df38b7f019a11995bfa7aa8857811c0ba7e
parent5595973ea90eda31aae9a407d7ed3a3480d4ae58 (diff)
downloadphp-git-217059fdc74f8a39a2c9f65d17176cbf71a81bdb.tar.gz
ChangeLog update
-rw-r--r--ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e0003177b..8da0de2647 100644
--- 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: