]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 2 Oct 2003 00:32:43 +0000 (00:32 +0000)
committer <changelog@php.net> <>
Thu, 2 Oct 2003 00:32:43 +0000 (00:32 +0000)
ChangeLog

index 06b9f9237d5b93d524f1745381948c3cb1fe64f1..611c741598e35d5e002ac5707cb524bce5f5330f 100644 (file)
--- 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)