changelog Wed Oct 1 20:32:45 2003 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1404 php-src/ChangeLog:1.1405
--- php-src/ChangeLog:1.1404 Tue Sep 30 20:32:36 2003
+++ php-src/ChangeLog Wed Oct 1 20:32:43 2003
@@ -1,3 +1,39 @@
+2003-10-01 Andrei Zmievski <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
* (PHP_4_3)