Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7162 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15466 invoked by uid 1010); 17 Jan 2004 20:40:48 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 15442 invoked from network); 17 Jan 2004 20:40:48 -0000 Received: from unknown (HELO mail3.panix.com) (166.84.1.74) by pb1.pair.com with SMTP; 17 Jan 2004 20:40:48 -0000 Received: from panix5.panix.com (panix5.panix.com [166.84.1.5]) by mail3.panix.com (Postfix) with ESMTP id EB18E9863E for ; Sat, 17 Jan 2004 15:40:47 -0500 (EST) Received: (from analysis@localhost) by panix5.panix.com (8.11.6p2-a/8.8.8/PanixN1.1) id i0HKelL23531 for internals@lists.php.net; Sat, 17 Jan 2004 15:40:47 -0500 (EST) Date: Sat, 17 Jan 2004 15:40:47 -0500 To: PHP Internals List Message-ID: <20040117204047.GA23505@panix.com> References: <20040117185518.57719.qmail@pb1.pair.com> <20040117191510.GA18188@panix.com> <20040117193241.GA17105@prp0.prp.physik.tu-darmstadt.de> <40098EEC.7040800@hristov.com> <40099640.4070901@php.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40099640.4070901@php.net> User-Agent: Mutt/1.4.1i Subject: Re: [PHP-DEV] README.PHP4-TO-PHP5-THIN-CHANGES From: danielc@analysisandsolutions.com (Daniel Convissor) On Sat, Jan 17, 2004 at 03:08:32PM -0500, Greg Beaver wrote: > > $_SERVER should be populated with argc and argv if variables_order > includes "S". Unfortunately, this isn't working on my system with the php5-win32-200401161930 snapshot. Perhaps I'm misunderstanding something? My variables_order has "GPCS" and register_argc_argv is "On" but $_SERVER['argv'] isn't there. Test script: Regardless of the register_argc_argv and variables_order settings in the php.ini file, the following happens: $_SERVER is filled with loads of stuff $_SERVER['argv'] is not set $argv is set register_argc_argv says 1 The right .ini file is being read, because changing variables_order shows up in the ini_get() output. So, what am I forgetting? --Dan -- T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y data intensive web and database programming http://www.AnalysisAndSolutions.com/ 4015 7th Ave #4, Brooklyn NY 11232 v: 718-854-0335 f: 718-854-0409