summaryrefslogtreecommitdiff
path: root/sapi/cli
Commit message (Expand)AuthorAgeFilesLines
* Preserve exit status for non-php execution modes.Ilia Alshanetsky2003-08-011-1/+3
* Fixed bug #23509 (exit code lost when exit() called fromIlia Alshanetsky2003-08-011-3/+1
* flush after banner printStanislav Malyshev2003-06-161-0/+1
* updating license information in the headers.James Cox2003-06-104-14/+14
* - MFB: Version output beautificationDerick Rethans2003-05-301-0/+4
* MFBMarcus Boerger2003-05-301-0/+4
* Simply print errorsMarcus Boerger2003-05-291-5/+1
* UpdateMarcus Boerger2003-05-291-0/+1
* - MFBDerick Rethans2003-05-261-1/+8
* -Fix noticeDerick Rethans2003-05-211-1/+1
* More clean way of ignoring headers in CLI since we do not need toEdin Kadribasic2003-04-281-34/+0
* Reset option parsingMarcus Boerger2003-04-271-0/+2
* split parameter parsing once more: do informal queries before othersMarcus Boerger2003-04-271-48/+57
* Revert some ini settings to be hardcoded due to popular demandMarcus Boerger2003-04-231-5/+9
* Fix more shutdown wierdnessMarcus Boerger2003-04-191-1/+3
* Fix folding markerWez Furlong2003-04-191-1/+1
* Do init CG(in_compilation) here until someone finds a better placeMarcus Boerger2003-04-191-0/+1
* Shutdown memleaksMarcus Boerger2003-04-191-9/+10
* Added missing CVS Id tagsfoobar2003-04-163-0/+5
* Hopefully last fix on error reportingMarcus Boerger2003-04-091-1/+1
* more ini defaults for error message handlingMarcus Boerger2003-03-301-0/+2
* simplify and fixMarcus Boerger2003-03-301-3/+2
* doneMarcus Boerger2003-03-301-3/+0
* use sizeof() as suggested by AndreiMarcus Boerger2003-03-291-6/+6
* - html errors should default to off (0) in CLIDerick Rethans2003-03-291-1/+1
* Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and ...Sebastian Bergmann2003-03-251-1/+3
* - reenable $argc/$argvMarcus Boerger2003-03-191-0/+3
* make phpinfo() depend on executed sapiMarcus Boerger2003-03-181-0/+1
* use new callback to overwrite ini settingsMarcus Boerger2003-03-181-4/+23
* remove entry done alreadyMarcus Boerger2003-03-031-1/+0
* - Allow long option namesMarcus Boerger2003-02-164-227/+330
* fix parameter string (-R & -H)Marcus Boerger2003-02-151-1/+1
* "Generate" the man page so that it gets correct version always.foobar2003-02-123-2/+4
* - Added the man page installationfoobar2003-02-122-2/+4
* Make that clearMarcus Boerger2003-02-111-1/+1
* Document -H added by IliaMarcus Boerger2003-02-111-0/+5
* Added -H option to CLI binary. This option can be used to hide any argumentsIlia Alshanetsky2003-02-111-1/+14
* Style correctionsMarcus Boerger2003-02-081-40/+45
* Adding some text and some backslashes which are needed sometimesMarcus Boerger2003-02-071-50/+63
* Define STDIN/OUT/ERR for -B -R -F -E (works as expected).Marcus Boerger2003-02-071-5/+9
* No more maximum line size for -R and -FMarcus Boerger2003-02-071-2/+3
* Rewrite/add some stuffMarcus Boerger2003-02-061-28/+86
* # RTFM .. and then it goes better :-)Marcus Boerger2003-02-051-7/+10
* First step - abrief version.Marcus Boerger2003-02-051-0/+215
* remove it then....this forces to put work in man page ...Marcus Boerger2003-02-041-20/+1
* Fix ZTS build.Sebastian Bergmann2003-02-031-3/+3
* - Added -B, -F, -R, -E for line by line std in processing.Marcus Boerger2003-02-031-45/+219
* Fix the line numbering when the 1st line in the script is #!.Ilia Alshanetsky2003-01-111-1/+3
* Fixed bug #21297. The fix also fixes miscalculation of lines numbers by 1Ilia Alshanetsky2003-01-081-0/+7
* Initialize lineno using the new infrastructureZeev Suraski2003-01-051-1/+1