php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #11987 General scripting features/build
Submitted: 2001-07-09 16:00 UTC Modified: 2002-02-09 23:40 UTC
From: dphillips at vsni dot com Assigned:
Status: Duplicate Package: Feature/Change Request
PHP Version: 4.0.6 OS: any
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: dphillips at vsni dot com
New email:
PHP Version: OS:

 

 [2001-07-09 16:00 UTC] dphillips at vsni dot com
It would be very nice to have a non-CGI version of PHP for using as a stand-alone command line interpreter.  Perhaps a separate build option for this could be added, such as "--with-standalone", although this could be done entirely through configuration options.  However, not being dependent on a configuration file at all would be beneficial.

- Not require the "-q" quiet option to disable outputting CGI headers.

- Not require start/end tags.  It is usually not useful in a scripting language to pass text directly through to the output stream.

- Have the standard file handles already open and available, in the same manner as $argc and $argv: $stdin, $stdout and $stderr.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-02-09 23:40 UTC] jimw@php.net
duplicate of #11944.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 15:01:29 2024 UTC