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 | 1 | -3/+3 |
| | |||||
* | - 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 |
| | |||||
* | - MFB | Derick Rethans | 2003-05-26 | 1 | -1/+8 |
| | |||||
* | 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 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | 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 | ||||
* | - Allow long option names | Marcus Boerger | 2003-02-16 | 1 | -56/+67 |
| | | | | | | | | | | - 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 |
| | |||||
* | Make that clear | Marcus Boerger | 2003-02-11 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | MFB: Reverted previous patches as suggested by Andi. | Edin Kadribasic | 2002-12-19 | 1 | -3/+6 |
| | |||||
* | Fix for #20539 (patch by Moriyoshi Koizumi). | Edin Kadribasic | 2002-12-11 | 1 | -3/+3 |
| | |||||
* | Fix build. | Sebastian Bergmann | 2002-12-09 | 1 | -0/+1 |
| | |||||
* | Fixed stream leaks | Moriyoshi Koizumi | 2002-12-08 | 1 | -3/+0 |
| | |||||
* | - Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is. | foobar | 2002-11-26 | 1 | -3/+0 |
| | |||||
* | Sort the modules and extensions before printing them when -m switch is used. | 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 |
| |