History log of /PHP-5.3/sapi/cli/php_cli.c (Results 201 – 210 of 210)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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 ...


123456789