Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13525 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79914 invoked by uid 1010); 26 Oct 2004 15:24:03 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 79848 invoked from network); 26 Oct 2004 15:24:03 -0000 Received: from unknown (HELO caraveo.com) (216.232.147.41) by pb1.pair.com with SMTP; 26 Oct 2004 15:24:03 -0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) by caraveo.com (Postfix) with ESMTP id 6872ACF0F6; Tue, 26 Oct 2004 08:24:04 -0700 (PDT) Message-ID: <417E6C13.6070608@caraveo.com> Date: Tue, 26 Oct 2004 08:24:03 -0700 User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kamesh Jayachandran Cc: Wez Furlong , internals@lists.php.net, helly@php.net, edink@php.net References: <1098796701.32385.207284415@webmail.messagingengine.com> <4e89b42604102607014c368073@mail.gmail.com> <1098801076.10214.207288490@webmail.messagingengine.com> In-Reply-To: <1098801076.10214.207288490@webmail.messagingengine.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Can someone allocate 2 command line switches for php cli on NetWare? From: shane@caraveo.com (Shane Caraveo) Here is my suggestion, Rather than taking two switches, php should grow a generic switch for this kind of use: php -o param:value;param:value; This allows custom mods to php a way to introduce new options that are not part of the general php distribution, without the need to land grab the limited switches. There is also the potential for someone to develop an extension to allow a php script to handle some alternative switches. Regards, Shane Kamesh Jayachandran wrote: > Still we need to have switches to have this interactivity or not(Based > on usage regular/cron) > We need one more switch to determine whether to have output in the > Logger screen(System wide log console) or Interpreter screen.