| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - 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 |
| | | |||||
| * | MFB: Make sure cli install dir is created before trying to install in it. | Edin Kadribasic | 2002-12-20 | 1 | -1/+1 |
| | | |||||
| * | 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 make install target on Cygwin, bug #20807 | Melvyn Sopacua | 2002-12-09 | 1 | -0/+4 |
| | | |||||
| * | 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 |
| | | |||||
| * | - Remove PHP_DISABLE_CLI | Sascha Schumann | 2002-11-14 | 1 | -2/+0 |
| | | | | | | | - Streamline ircg build: thttpd-dependent part moved into separate source file, so that it can be added to the SAPI-only object list. | ||||
| * | - 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. | ||||
| * | Follow Yasuo's suggestion and build sapi program's under the sapi-specific | Sascha Schumann | 2002-09-29 | 2 | -3/+14 |
| | | | | | | | | | | directory. Move sapi-specific makefile fragments to their respective directory. Create an embed sapi module which resides in its own dir now. | ||||
