summaryrefslogtreecommitdiff
path: root/sapi/cli
Commit message (Collapse)AuthorAgeFilesLines
* MFH: Made php -m output sorted case-insensitevlyEdin Kadribasic2004-07-141-1/+1
|
* MFH: Bug #27104 CLI/CGI SAPI module variable name conflictMarcus Boerger2004-02-111-25/+25
|
* MFH: Fixed possible memory leak with INI values.Ilia Alshanetsky2004-02-061-2/+2
|
* MFH: Parse command line ini directives passed using -d before -i, to ensureIlia Alshanetsky2004-02-041-10/+12
| | | | | correct settings output.
* - Fixed year in version noticesDerick Rethans2004-01-131-2/+2
|
* MFH: cli overrides php.ini and switches output buffering off.Edin Kadribasic2004-01-031-0/+1
|
* MFHfoobar2003-12-011-1/+1
|
* - MFH: build problems fix with CLIfoobar2003-09-081-3/+3
|
* Null dtor so that extensions won't be unloaded prematurely by listStanislav Malyshev2003-08-281-0/+1
| | | | | destruction
* MFH: Fixed bug #20896 (-s -w modes with php-cli cause php to hang).Ilia Alshanetsky2003-08-131-2/+0
|
* Sync to LICENSE file in the distroEdin Kadribasic2003-08-041-2/+2
|
* MFH: Preserve exit status for non-php execution modes.Ilia Alshanetsky2003-08-011-1/+3
|
* MFH: Fixed bug #23509 (exit code lost when exit() called fromIlia Alshanetsky2003-08-011-3/+1
| | | | | register_shutdown_function())
* Reapply this one, too.Marcus Boerger2003-05-311-0/+4
|
* Reapply long optsMarcus Boerger2003-05-313-274/+302
|
* - Re-added the FD lexer patch.foobar2003-05-314-464/+289
| | | | | # Marcus is going to add the long-opts patches back in after this.
* - Added a "DEBUG" qualifier to 'php -v's version output, and made the CGIDerick Rethans2003-05-301-1/+5
| | | | | version statement look the same as the CLI version. (Derick)
* Nuke the rest of headers-sent codeEdin Kadribasic2003-05-291-5/+0
|
* MFH: new switches and --style switchesMarcus Boerger2003-05-294-310/+479
|
* MFH: In CLI log errors alwaysMarcus Boerger2003-05-261-4/+1
|
* - Fixed a bug in reporting start-up errors with the CLI: No HTTP header shallDerick Rethans2003-05-261-1/+8
| | | | | be shown.
* Fix typoZeev Suraski2003-05-211-1/+1
|
* Revert PHP part of the fd patchZeev Suraski2003-05-211-15/+12
|
* protect against further surprises by initializing all zend_file_handle'sSascha Schumann2003-05-171-1/+1
|
* Fixed a memory leak when -h flag is used.Ilia Alshanetsky2003-05-141-0/+1
|
* - Fixed bug #23584 (error line numbers off by one when using #!php).foobar2003-05-141-2/+8
| | | | | # already fixed in php5
* Use POSIX IO here, mainly to fix interactive mode.Sascha Schumann2003-05-131-11/+22
| | | | | | This also fixes a possible cpu-time hog bug where a file would consist of "#" and nothing else.
* Fix leak in "php -m".Wez Furlong2003-04-301-0/+1
|
* MFH fixMarcus Boerger2003-04-271-1/+1
|
* MFH Synch: shutdown and ini defaultsMarcus Boerger2003-04-231-15/+24
|
* MFH: cli/ini/html_errors/info (they are related)Marcus Boerger2003-04-092-10/+28
|
* MFH: erroneous newline at startMarcus Boerger2003-04-081-1/+1
|
* MFHfoobar2003-02-124-301/+4
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2003-02-121-0/+299
|
* MFHfoobar2003-02-122-2/+4
|
* MFH: manpage for this versionMarcus Boerger2003-02-081-99/+30
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2003-02-071-0/+289
|
* MFHIlia Alshanetsky2003-01-081-0/+7
|
* MFH: Bump year.Sebastian Bergmann2002-12-311-2/+2
|
* MFHMoriyoshi Koizumi2002-12-201-6/+3
|
* Make sure cli install dir is created before trying to install in it.Edin Kadribasic2002-12-201-1/+1
|
* Reverted previous patch as suggested by Andi. (reopening #20539).Edin Kadribasic2002-12-191-3/+6
|
* MFH: Fix for #20539 (patch by Moriyoshi Koizumi).Edin Kadribasic2002-12-111-6/+3
|
* MFH: fix make install target on CygwinMelvyn Sopacua2002-12-091-0/+4
|
* MFHAndrei Zmievski2002-11-141-5/+43
|
* - be more verboseJan Lehnardt2002-11-131-1/+1
|
* Implemented -n switch to skip parsing ini at startup as suggested by Wez.Marcus Boerger2002-11-121-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 byIlia Alshanetsky2002-11-051-1/+1
| | | | | setting zend_lineno to (current_line * -1).
* call php_module_startup after zts has been initialised. This way we couldMarcus Boerger2002-11-051-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 Kadribasic2002-11-051-1/+1
|