Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:4657 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24120 invoked by uid 1010); 2 Oct 2003 23:59:40 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 24079 invoked from network); 2 Oct 2003 23:59:39 -0000 Received: from unknown (HELO alanathome.ossc.com.hk) (202.81.246.113) by pb1.pair.com with SMTP; 2 Oct 2003 23:59:39 -0000 Received: from [192.168.0.184] (helo=akbkhome.com) by alanathome.ossc.com.hk with esmtp (Exim 4.22) id 1A5DOY-0008Pm-5m; Fri, 03 Oct 2003 08:02:06 +0800 Message-ID: <3F7CBBF0.2050305@akbkhome.com> Date: Fri, 03 Oct 2003 07:59:44 +0800 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5b) Gecko/20030911 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Stanislav Malyshev CC: PHP Development References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] argv and argc on cliphp From: alan@akbkhome.com (Alan Knowles) Stanislav - looks like andrei changed it - you better cc his private mail as I dont think he reads internals often. Regards Alan Stanislav Malyshev wrote: >Is there any reason that PHP5 CLI does not register argc and argv in >_SERVER like PHP4 does? There are a number of scripts that depend on it >and just adding one more unnecessary incompatibility between PHP4 and >PHP5. What is the problem with argv/argc being in _SERVER? > > >