History log of /PHP-8.0/sapi/cli/php_cli.c (Results 351 – 374 of 374)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 5af649ef 11-May-2002 Zeev Suraski

Revert to the old php_ini.c, and reimplement the binary-path searching.
Should now also work under UNIX (CLI/CGI)


# ccbadfc1 10-May-2002 Markus Fischer

- Prefix the first version line with 'PHP' so it's easier to use shell tools to
parse the version number (both CLI and CGI).


# bf351e96 10-May-2002 Markus Fischer

- This affects both CGI and CLI sapi:
Remove Zend version output from -m switch and move it over to the output of
the -v switch (-v is supposed to list version numbers, not -m).


# 7586cdc6 09-May-2002 Sander Roobol

Added the current SAPI to the output of php -v


Revision tags: php-4.2.1RC2
# 5f13f4ec 05-May-2002 foobar

Force register_argc_argv=On for CLI


Revision tags: php-4.2.1RC1, php-4.2.0, php-4.2.0RC4, php-4.2.0RC3
# 439b5684 12-Apr-2002 Yasuo Ohgaki

CGI/CLI take file and dir for -c option by this.
@ Both 'file' and 'path to php.ini' is allowed for "-c" cli/cgi option. (Yasuo)


Revision tags: php-4.2.0RC2
# 49ba2a98 27-Mar-2002 foobar

WS fix


# 406c665c 27-Mar-2002 Marcus Boerger

recorrect las checkin


# f277bf0c 26-Mar-2002 Marcus Boerger

allow other modes to work with -- correct
#original idea was to allow this *only* for PHP_MODE_STANDARD


# a2631c1f 26-Mar-2002 Marcus Boerger

fix behaviour on --
#now php -- -i for scriptfile -i works


# 62df9cf6 24-Mar-2002 Edin Kadribasic

Override max_execution_time, setting it to unlimited.


# fdf9d350 23-Mar-2002 Marcus Boerger

-removed -x
-error handling for illegal switch combinations
-corrected ws for one case block


# bfa05df3 23-Mar-2002 Sebastian Bergmann

Nuke unused variables.


# 122c1874 22-Mar-2002 Marcus Boerger

@Added new switch -x to CLI that enables execution of files without @scripting tags. (Marcus)
-Add -x
#Read follow up mail


Revision tags: php-4.2.0RC1, help
# 343b413c 11-Mar-2002 Marcus Boerger

-passing arguments to CLI, see: php -h


# 7918fe45 08-Mar-2002 Edin Kadribasic

Cleaned up previous commit.
#Oops, commited older patch the first time :)


# 61071e6b 08-Mar-2002 Edin Kadribasic

@- Added -r option to the CLI version of PHP which executes a piece of PHP
@ code directly from the commmand line. (Edin)


Revision tags: php-4.1.2
# b8a5daf5 15-Feb-2002 Derick Rethans

- Make the errorcode 255. (Doing docs right away)


# 86fa2d39 14-Feb-2002 Derick Rethans

- Let php_execute_script return 0 on failure and 1 on sucess, and change
SAPIs accordingly. (Andrei, Derick)


# 48f688a2 14-Feb-2002 Edin Kadribasic

Turned implicit_flush on.
Cleaned up help text.


Revision tags: BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH
# 43b1d2ac 23-Jan-2002 Sebastian Bergmann

Give Edin Kadribasic his due credits.


# f18fade8 23-Jan-2002 Edin Kadribasic

No need to dupe this string in cli sapi (Bug #15181).


# 9504838d 19-Jan-2002 Edin Kadribasic

Merged patch from sapi/cgi.
# I will try to sync relevant patches from sapi/cgi to sapi/cli


# b1f3a915 06-Jan-2002 Edin Kadribasic

@- Added CLI (command line intrerface) sapi based on a cut-down version
@ of the CGI sapi which is more suited for writing shell scripts. Some of
@ the differences are: it prints no HTTP he

@- Added CLI (command line intrerface) sapi based on a cut-down version
@ of the CGI sapi which is more suited for writing shell scripts. Some of
@ the differences are: it prints no HTTP headers, displays plain text
@ error messages, etc. (Edin)
Added CLI (command line intrerface) sapi.
# Let's see if a build expert can make this compile along
# side some other sapi.

show more ...


1...<<1112131415