| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | allow other modes to work with -- correct | Marcus Boerger | 2002-03-26 | 1 | -1/+1 | |
| | | | | | | #original idea was to allow this *only* for PHP_MODE_STANDARD | |||||
| * | fix behaviour on -- | Marcus Boerger | 2002-03-26 | 1 | -1/+2 | |
| | | | | | | #now php -- -i for scriptfile -i works | |||||
| * | Override max_execution_time, setting it to unlimited. | Edin Kadribasic | 2002-03-24 | 1 | -0/+1 | |
| | | ||||||
| * | -removed -x | Marcus Boerger | 2002-03-23 | 1 | -45/+38 | |
| | | | | | | | -error handling for illegal switch combinations -corrected ws for one case block | |||||
| * | Nuke unused variables. | Sebastian Bergmann | 2002-03-23 | 1 | -2/+0 | |
| | | ||||||
| * | @Added new switch -x to CLI that enables execution of files without ↵ | Marcus Boerger | 2002-03-22 | 1 | -9/+50 | |
| | | | | | | | | | @scripting tags. (Marcus) -Add -x #Read follow up mail | |||||
| * | -passing arguments to CLI, see: php -h | Marcus Boerger | 2002-03-11 | 1 | -40/+63 | |
| | | ||||||
| * | Cleaned up previous commit. | Edin Kadribasic | 2002-03-08 | 1 | -5/+2 | |
| | | | | | | #Oops, commited older patch the first time :) | |||||
| * | @- Added -r option to the CLI version of PHP which executes a piece of PHP | Edin Kadribasic | 2002-03-08 | 1 | -1/+16 | |
| | | | | | | @ code directly from the commmand line. (Edin) | |||||
| * | - Make the errorcode 255. (Doing docs right away) | Derick Rethans | 2002-02-15 | 1 | -2/+2 | |
| | | ||||||
| * | - Let php_execute_script return 0 on failure and 1 on sucess, and change | Derick Rethans | 2002-02-14 | 1 | -1/+5 | |
| | | | | | | SAPIs accordingly. (Andrei, Derick) | |||||
| * | Turned implicit_flush on. | Edin Kadribasic | 2002-02-14 | 1 | -5/+4 | |
| | | | | | | Cleaned up help text. | |||||
| * | Give Edin Kadribasic his due credits. | Sebastian Bergmann | 2002-01-23 | 1 | -3/+3 | |
| | | ||||||
| * | No need to dupe this string in cli sapi (Bug #15181). | Edin Kadribasic | 2002-01-23 | 1 | -1/+1 | |
| | | ||||||
| * | Merged patch from sapi/cgi. | Edin Kadribasic | 2002-01-19 | 1 | -2/+7 | |
| | | | | | | # I will try to sync relevant patches from sapi/cgi to sapi/cli | |||||
| * | @- Added CLI (command line intrerface) sapi based on a cut-down version | Edin Kadribasic | 2002-01-06 | 1 | -0/+620 | |
| @ 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. | ||||||
