| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Revert, got tricked by a stale object file | Derick Rethans | 2002-10-14 | 1 | -1/+1 |
| * | - Fix CLI | Derick Rethans | 2002-10-14 | 1 | -1/+1 |
| * | - Revert changed to implicit_flush behavior. The new behavior was not | Derick Rethans | 2002-10-03 | 1 | -0/+1 |
| * | Shouldn't enable implicit_flush like this. | Yasuo Ohgaki | 2002-10-03 | 1 | -1/+0 |
| * | Follow Yasuo's suggestion and build sapi program's under the sapi-specific | Sascha Schumann | 2002-09-29 | 2 | -3/+14 |
| * | Those two have enough credits already :) | Edin Kadribasic | 2002-09-27 | 1 | -1/+1 |
| * | another startup initialization fix - only ISAPI and CGI SAPI's tested, | Zeev Suraski | 2002-09-18 | 1 | -2/+12 |
| * | - prepare non-html phpinfo output for zend extensions | Jan Lehnardt | 2002-09-02 | 1 | -0/+2 |
| * | change order of initialisation to allow making filename available | Marcus Boerger | 2002-08-10 | 1 | -28/+36 |
| * | The link lines don't need any of $DEFS, $INCLUDES, $EXTRA_INCLUDES or | Marko Karppinen | 2002-08-06 | 1 | -2/+2 |
| * | Support compiling and linking against Darwin / Mac OS X frameworks | Marko Karppinen | 2002-08-06 | 1 | -1/+1 |
| * | Made PHP_ADD_LIBPATH use the $ld_runpath_switch and changed the Darwin | Marko Karppinen | 2002-07-21 | 1 | -1/+1 |
| * | Needed this to be able to test safe-mode stuff on cmd-line | foobar | 2002-07-13 | 1 | -0/+1 |
| * | - You don't need libtool to build sapi/cli on Darwin. | Marko Karppinen | 2002-07-01 | 1 | -0/+9 |
| * | Fix exit code (bug #17733). | Edin Kadribasic | 2002-06-13 | 1 | -1/+1 |
| * | Disable installing pear when --disable-cli is used since pear installer | Edin Kadribasic | 2002-06-11 | 1 | -1/+2 |
| * | Due to the way Zend handles exit() we cannot rely on the return code | Edin Kadribasic | 2002-05-26 | 1 | -5/+2 |
| * | Made constants persistent and fixed a memory leak. | Edin Kadribasic | 2002-05-26 | 1 | -3/+7 |
| * | Register STDIN, STDOUT, and STDERR "constants" in cli in cases where | Edin Kadribasic | 2002-05-24 | 1 | -0/+50 |
| * | - Update about CLI default settings and it's weirdness. | Markus Fischer | 2002-05-11 | 1 | -2/+3 |
| * | Added copyright notice to php -v output. | Edin Kadribasic | 2002-05-11 | 1 | -1/+1 |
| * | Revert to the old php_ini.c, and reimplement the binary-path searching. | Zeev Suraski | 2002-05-11 | 1 | -0/+2 |
| * | - Prefix the first version line with 'PHP' so it's easier to use shell tools to | Markus Fischer | 2002-05-10 | 1 | -1/+1 |
| * | - This affects both CGI and CLI sapi: | Markus Fischer | 2002-05-10 | 1 | -2/+1 |
| * | Added the current SAPI to the output of php -v | Sander Roobol | 2002-05-09 | 1 | -1/+1 |
| * | Update README with register_argc_argv settings override. | Edin Kadribasic | 2002-05-06 | 1 | -0/+1 |
| * | Force register_argc_argv=On for CLI | foobar | 2002-05-05 | 1 | -0/+1 |
| * | ap_php_optopt is set but never used | Sascha Schumann | 2002-05-04 | 1 | -2/+0 |
| * | Make it possible to actually disable the CLI.. | foobar | 2002-04-14 | 1 | -8/+4 |
| * | CGI/CLI take file and dir for -c option by this. | Yasuo Ohgaki | 2002-04-12 | 1 | -17/+17 |
| * | WS fix | foobar | 2002-03-27 | 1 | -7/+6 |
| * | recorrect las checkin | Marcus Boerger | 2002-03-27 | 1 | -1/+1 |
| * | allow other modes to work with -- correct | Marcus Boerger | 2002-03-26 | 1 | -1/+1 |
| * | fix behaviour on -- | Marcus Boerger | 2002-03-26 | 1 | -1/+2 |
| * | Override max_execution_time, setting it to unlimited. | Edin Kadribasic | 2002-03-24 | 2 | -0/+2 |
| * | Documented -r and added TODO | Edin Kadribasic | 2002-03-23 | 2 | -0/+7 |
| * | -removed -x | Marcus Boerger | 2002-03-23 | 1 | -45/+38 |
| * | Nuke unused variables. | Sebastian Bergmann | 2002-03-23 | 1 | -2/+0 |
| * | @Added new switch -x to CLI that enables execution of files without @scriptin... | Marcus Boerger | 2002-03-22 | 1 | -9/+50 |
| * | -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 |
| * | @- Added -r option to the CLI version of PHP which executes a piece of PHP | Edin Kadribasic | 2002-03-08 | 1 | -1/+16 |
| * | Please welcome the new build system. | Sascha Schumann | 2002-03-07 | 2 | -29/+2 |
| * | - 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 |
| * | Turned implicit_flush on. | Edin Kadribasic | 2002-02-14 | 1 | -5/+4 |
| * | 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 |
| * | 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 |