Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | flush after banner print | Stanislav Malyshev | 2003-06-16 | 1 | -0/+1 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 4 | -14/+14 |
| | |||||
* | - MFB: Version output beautification | Derick Rethans | 2003-05-30 | 1 | -0/+4 |
| | |||||
* | MFB | Marcus Boerger | 2003-05-30 | 1 | -0/+4 |
| | |||||
* | Simply print errors | Marcus Boerger | 2003-05-29 | 1 | -5/+1 |
| | |||||
* | Update | Marcus Boerger | 2003-05-29 | 1 | -0/+1 |
| | |||||
* | - MFB | Derick Rethans | 2003-05-26 | 1 | -1/+8 |
| | |||||
* | -Fix notice | Derick Rethans | 2003-05-21 | 1 | -1/+1 |
| | |||||
* | More clean way of ignoring headers in CLI since we do not need to | Edin Kadribasic | 2003-04-28 | 1 | -34/+0 |
| | | | | | | disable them selectively. This fixes problems for people who want to use session module in CLI. | ||||
* | Reset option parsing | Marcus Boerger | 2003-04-27 | 1 | -0/+2 |
| | | | | | # i swear i had them in before last commit | ||||
* | split parameter parsing once more: do informal queries before others | Marcus Boerger | 2003-04-27 | 1 | -48/+57 |
| | | | | | #still a memleak in case of a parameter conflict | ||||
* | Revert some ini settings to be hardcoded due to popular demand | Marcus Boerger | 2003-04-23 | 1 | -5/+9 |
| | |||||
* | Fix more shutdown wierdness | Marcus Boerger | 2003-04-19 | 1 | -1/+3 |
| | |||||
* | Fix folding marker | Wez Furlong | 2003-04-19 | 1 | -1/+1 |
| | |||||
* | Do init CG(in_compilation) here until someone finds a better place | Marcus Boerger | 2003-04-19 | 1 | -0/+1 |
| | |||||
* | Shutdown memleaks | Marcus Boerger | 2003-04-19 | 1 | -9/+10 |
| | |||||
* | Added missing CVS Id tags | foobar | 2003-04-16 | 3 | -0/+5 |
| | |||||
* | Hopefully last fix on error reporting | Marcus Boerger | 2003-04-09 | 1 | -1/+1 |
| | |||||
* | more ini defaults for error message handling | Marcus Boerger | 2003-03-30 | 1 | -0/+2 |
| | |||||
* | simplify and fix | Marcus Boerger | 2003-03-30 | 1 | -3/+2 |
| | |||||
* | done | Marcus Boerger | 2003-03-30 | 1 | -3/+0 |
| | |||||
* | use sizeof() as suggested by Andrei | Marcus Boerger | 2003-03-29 | 1 | -6/+6 |
| | |||||
* | - html errors should default to off (0) in CLI | Derick Rethans | 2003-03-29 | 1 | -1/+1 |
| | |||||
* | Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and ↵ | Sebastian Bergmann | 2003-03-25 | 1 | -1/+3 |
| | | | | SAPI/CLI on Win32. | ||||
* | - reenable $argc/$argv | Marcus Boerger | 2003-03-19 | 1 | -0/+3 |
| | | | | | | - add a comment where hardcoded defaults would go # i believe we have none for now though | ||||
* | make phpinfo() depend on executed sapi | Marcus Boerger | 2003-03-18 | 1 | -0/+1 |
| | |||||
* | use new callback to overwrite ini settings | Marcus Boerger | 2003-03-18 | 1 | -4/+23 |
| | | | | | # ok now lets split html_errors and phpinfo() formatting | ||||
* | remove entry done already | Marcus Boerger | 2003-03-03 | 1 | -1/+0 |
| | |||||
* | - Allow long option names | Marcus Boerger | 2003-02-16 | 4 | -227/+330 |
| | | | | | | | | | | - Update CLI's manpage @Added support for long options in CLI & CGI (e.g. --version). (Marcus) # In contrast to the preliminary patch this should work now completely. # If all long option names are accepted we may even think about MFHing. | ||||
* | fix parameter string (-R & -H) | Marcus Boerger | 2003-02-15 | 1 | -1/+1 |
| | |||||
* | "Generate" the man page so that it gets correct version always. | foobar | 2003-02-12 | 3 | -2/+4 |
| | |||||
* | - Added the man page installation | foobar | 2003-02-12 | 2 | -2/+4 |
| | |||||
* | Make that clear | Marcus Boerger | 2003-02-11 | 1 | -1/+1 |
| | |||||
* | Document -H added by Ilia | Marcus Boerger | 2003-02-11 | 1 | -0/+5 |
| | |||||
* | Added -H option to CLI binary. This option can be used to hide any arguments | Ilia Alshanetsky | 2003-02-11 | 1 | -1/+14 |
| | | | | | including the script name passed to the CLI binary. | ||||
* | Style corrections | Marcus Boerger | 2003-02-08 | 1 | -40/+45 |
| | | | | | | See also: Stig's intro Version info | ||||
* | Adding some text and some backslashes which are needed sometimes | Marcus Boerger | 2003-02-07 | 1 | -50/+63 |
| | | | | | somewhere... | ||||
* | Define STDIN/OUT/ERR for -B -R -F -E (works as expected). | Marcus Boerger | 2003-02-07 | 1 | -5/+9 |
| | | | | | Enable exit in same switches. | ||||
* | No more maximum line size for -R and -F | Marcus Boerger | 2003-02-07 | 1 | -2/+3 |
| | |||||
* | Rewrite/add some stuff | Marcus Boerger | 2003-02-06 | 1 | -28/+86 |
| | |||||
* | # RTFM .. and then it goes better :-) | Marcus Boerger | 2003-02-05 | 1 | -7/+10 |
| | |||||
* | First step - abrief version. | Marcus Boerger | 2003-02-05 | 1 | -0/+215 |
| | | | | | | | | | @Added man page for CLI version of PHP. (marcus) # I was also thinking about an author section with # The PHP Group, Edin Kadribasic, Marcus Boerger, Rasmus Lerdorf, # Stig Bakken and Zeev Suraski beeing mentioned. Group of corse and # the rest is listed in php_cli.c. | ||||
* | remove it then....this forces to put work in man page ... | Marcus Boerger | 2003-02-04 | 1 | -20/+1 |
| | |||||
* | Fix ZTS build. | Sebastian Bergmann | 2003-02-03 | 1 | -3/+3 |
| | |||||
* | - Added -B, -F, -R, -E for line by line std in processing. | Marcus Boerger | 2003-02-03 | 1 | -45/+219 |
| | | | | | | | | | - Added some error messages. - Added more -h info. @Added command line parameters -B, -F, -R and -E which allow to process @stdin line by line (See php -h for more). (marcus) #This allows to simply complex command line constructs... | ||||
* | Fix the line numbering when the 1st line in the script is #!. | Ilia Alshanetsky | 2003-01-11 | 1 | -1/+3 |
| | |||||
* | Fixed bug #21297. The fix also fixes miscalculation of lines numbers by 1 | Ilia Alshanetsky | 2003-01-08 | 1 | -0/+7 |
| | | | | | due the previously mentioned bug. | ||||
* | Initialize lineno using the new infrastructure | Zeev Suraski | 2003-01-05 | 1 | -1/+1 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -2/+2 |
| | |||||
* | Recommited the patch | Moriyoshi Koizumi | 2002-12-20 | 1 | -6/+3 |
| |