| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | -passing arguments to CLI, see: php -h | Marcus Boerger | 2002-03-11 | 2 | -41/+64 |
| | | |||||
| * | 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) | ||||
| * | Please welcome the new build system. | Sascha Schumann | 2002-03-07 | 2 | -29/+2 |
| | | | | | | | | | | | If you encounter any problems, please make sure to email sas@php.net directly. An introduction can be found on http://schumann.cx/buildv5.txt | ||||
| * | - 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. | ||||
| * | Added README file for CLI SAPI. | Edin Kadribasic | 2002-02-14 | 1 | -0/+15 |
| | | |||||
| * | Enable extensions to specify that they are not supposed to be | Edin Kadribasic | 2002-01-30 | 1 | -1/+0 |
| | | | | | | | built with the CLI SAPI. This is done by passing "nocli" as the 3rd parameter to PHP_EXTENSION macro. | ||||
| * | Add a note that this statement will never be reached. | Jon Parise | 2002-01-27 | 1 | -1/+1 |
| | | |||||
| * | Added --disable-cli option. | Edin Kadribasic | 2002-01-24 | 1 | -3/+18 |
| | | |||||
| * | 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 |
| | | |||||
| * | Modified the build system to make certain extensions (pcntl, ncurses, | Edin Kadribasic | 2002-01-20 | 1 | -1/+2 |
| | | | | | | | | pcntl) only with cgi/cli sapi's. This was done by adding 3rd optional parameter to PHP_EXTENSION macro which should be set to "cli" if the extension only makes sense for that class of api's. | ||||
| * | 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 | ||||
| * | Fixed build in the directory other than $top_srcdir. | Edin Kadribasic | 2002-01-13 | 1 | -4/+4 |
| | | |||||
| * | This should fix cli build when running 'make install' directly. | Edin Kadribasic | 2002-01-13 | 1 | -2/+2 |
| | | |||||
| * | Fixed CLI build when the main SAPI is built as a shered library. | Edin Kadribasic | 2002-01-12 | 1 | -0/+3 |
| | | |||||
| * | Modified the build system to always build CLI SAPI. | Edin Kadribasic | 2002-01-12 | 2 | -19/+28 |
| | | |||||
| * | @- Added CLI (command line intrerface) sapi based on a cut-down version | Edin Kadribasic | 2002-01-06 | 6 | -0/+830 |
| @ 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. | |||||
