summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2003-10-02 00:32:43 +0000
committer <changelog@php.net>2003-10-02 00:32:43 +0000
commitb6380d5832470111f2d7bc1189163c51e502cd3d (patch)
treeae9e4e5d0495252ece26f2242694ca3a303363cd
parentb3920d50128bfae5e5b76a1c0b4172b770cd7fc9 (diff)
downloadphp-git-b6380d5832470111f2d7bc1189163c51e502cd3d.tar.gz
ChangeLog update
-rw-r--r--ChangeLog36
1 files changed, 36 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 06b9f9237d..611c741598 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,39 @@
+2003-10-01 Andrei Zmievski <andrei@gravitonic.com>
+
+ * (PHP_4_3)
+ main/main.c:
+ Make sure to clear out the refcount.
+
+ * main/php_variables.c:
+ Made the $argc and $argv always available as globals in CLI, and not as
+ $_SERVER vars which depended on variables_order anyway. No more
+ silliness.
+
+ * (PHP_4_3)
+ main/main.c:
+
+
+2003-10-01 Jani Taskinen <jani.taskinen@kolumbus.fi>
+
+ * ext/cpdf/config.m4
+ ext/crack/config.m4
+ ext/fbsql/config.m4
+ ext/fdf/config.m4
+ ext/gd/config.m4
+ ext/gettext/config.m4
+ ext/gmp/config.m4
+ ext/imap/config.m4
+ ext/mcrypt/config.m4
+ ext/mhash/config.m4
+ ext/ovrimos/config.m4
+ ext/pfpro/config.m4
+ ext/readline/config.m4
+ ext/recode/config.m4
+ ext/session/config.m4
+ ext/xmlrpc/config.m4:
+ - Always look into /usr/local before /usr
+ - Added breaks to make sure the preferred value is used.
+
2003-09-30 Ilia Alshanetsky <ilia@prohost.org>
* (PHP_4_3)