summaryrefslogtreecommitdiff
path: root/sapi/cli
Commit message (Collapse)AuthorAgeFilesLines
* MFH: - Fixed bug #34850 (--program-suffix and --program-prefix not included ↵foobar2005-10-131-1/+1
| | | | in man page names)
* MFHfoobar2005-10-111-1/+1
|
* - MFH: Fix #34557 php -m exits with "error" 1Johannes Schlüter2005-10-061-6/+8
|
* As NetWare LibC has optind and optarg macros defined in unistd.h our local ↵Anantha Kesari H Y2005-09-011-0/+7
| | | | | | | variables were getting mistakenly preprocessed so undeffing optind and optarg --Kamesh
* Merging changes from 5.0 treeAnantha Kesari H Y2005-07-281-0/+3
| | | | | --Kamesh
* MFHfoobar2005-04-301-1/+1
|
* MFH: fix #28803 (enabled debug causes bailout errors with CLI on AIXAntony Dovgal2005-03-221-1/+4
| | | | | because of fflush() called on already closed filedescriptor)
* typofixfoobar2005-03-021-1/+1
|
* MFH: - Memory leak fixes from ZE2 + HEAD CLIfoobar2005-01-221-6/+9
|
* 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
|