Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH | Moriyoshi Koizumi | 2002-12-20 | 1 | -6/+3 |
| | |||||
* | Reverted previous patch as suggested by Andi. (reopening #20539). | Edin Kadribasic | 2002-12-19 | 1 | -3/+6 |
| | |||||
* | MFH: Fix for #20539 (patch by Moriyoshi Koizumi). | Edin Kadribasic | 2002-12-11 | 1 | -6/+3 |
| | |||||
* | MFH | Andrei Zmievski | 2002-11-14 | 1 | -5/+43 |
| | |||||
* | - be more verbose | Jan Lehnardt | 2002-11-13 | 1 | -1/+1 |
| | |||||
* | Implemented -n switch to skip parsing ini at startup as suggested by Wez. | Marcus Boerger | 2002-11-12 | 1 | -2/+12 |
| | | | | | | #The switch 'n' was planned to be used for beautifying....delete n to make #clear these functions do not have a switch yet. | ||||
* | Fixed bug #20035. ZE now allows us to pass the current line position by | Ilia Alshanetsky | 2002-11-05 | 1 | -1/+1 |
| | | | | | setting zend_lineno to (current_line * -1). | ||||
* | call php_module_startup after zts has been initialised. This way we could | Marcus Boerger | 2002-11-05 | 1 | -6/+12 |
| | | | | | | | have called zend_ini_deactivate(TSRMLS_C). But it seems unnecessary. #tested with ZTS and non ZTS build and many manual fail points. #now it even compiles without any warning, at least for me | ||||
* | Made php -v output look nicer on standard 80 column display. | Edin Kadribasic | 2002-11-05 | 1 | -1/+1 |
| | |||||
* | Added built date and time to -v output. | foobar | 2002-10-31 | 1 | -1/+1 |
| | |||||
* | Fixed memory leaks. | Ilia Alshanetsky | 2002-10-26 | 1 | -3/+4 |
| | |||||
* | - alphabetical output for php -h (cli) | Jan Lehnardt | 2002-10-25 | 1 | -8/+8 |
| | |||||
* | add missing {} | Sascha Schumann | 2002-10-24 | 1 | -1/+2 |
| | |||||
* | - whitespace | Derick Rethans | 2002-10-24 | 1 | -2/+5 |
| | |||||
* | Improve shutdown-behaviour | Sascha Schumann | 2002-10-24 | 1 | -14/+19 |
| | | | | | Noticed by: Anantha Kesari H Y | ||||
* | *** empty log message *** | Derick Rethans | 2002-10-24 | 1 | -0/+1 |
| | |||||
* | centralize #include "build-defs.h" and drop (sometimes inconsistent) other | Sascha Schumann | 2002-10-24 | 1 | -2/+0 |
| | | | | | instances | ||||
* | Make CLI behave like other moder scripting languages. | Yasuo Ohgaki | 2002-10-23 | 1 | -1/+0 |
| | |||||
* | - 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 |
| | | | | | intended in the first place. | ||||
* | Shouldn't enable implicit_flush like this. | Yasuo Ohgaki | 2002-10-03 | 1 | -1/+0 |
| | | | | | | Most problems are fixed. If you find internal function that does not follow my comment, please fix it or let me know. | ||||
* | another startup initialization fix - only ISAPI and CGI SAPI's tested, | Zeev Suraski | 2002-09-18 | 1 | -2/+12 |
| | | | | | | minor compile buglets might occur in other SAPIs, but should be trivial to fix... | ||||
* | - 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 |
| | | | | | through $_SERVER variables (Bug #18657) | ||||
* | Needed this to be able to test safe-mode stuff on cmd-line | foobar | 2002-07-13 | 1 | -0/+1 |
| | |||||
* | Fix exit code (bug #17733). | Edin Kadribasic | 2002-06-13 | 1 | -1/+1 |
| | |||||
* | Due to the way Zend handles exit() we cannot rely on the return code | Edin Kadribasic | 2002-05-26 | 1 | -5/+2 |
| | | | | | of php_execute_script. | ||||
* | 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 |
| | | | | | | | script itself is not being loaded from STDIN. This enables constructs like fwrite(STDERR, "Error 42"); | ||||
* | 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 |
| | | | | | Should now also work under UNIX (CLI/CGI) | ||||
* | - Prefix the first version line with 'PHP' so it's easier to use shell tools to | Markus Fischer | 2002-05-10 | 1 | -1/+1 |
| | | | | | parse the version number (both CLI and CGI). | ||||
* | - This affects both CGI and CLI sapi: | Markus Fischer | 2002-05-10 | 1 | -2/+1 |
| | | | | | | 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). | ||||
* | Added the current SAPI to the output of php -v | Sander Roobol | 2002-05-09 | 1 | -1/+1 |
| | |||||
* | Force register_argc_argv=On for CLI | foobar | 2002-05-05 | 1 | -0/+1 |
| | |||||
* | CGI/CLI take file and dir for -c option by this. | Yasuo Ohgaki | 2002-04-12 | 1 | -17/+17 |
| | | | | | @ Both 'file' and 'path to php.ini' is allowed for "-c" cli/cgi option. (Yasuo) | ||||
* | 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 |
| | | | | | #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) |