summaryrefslogtreecommitdiff
path: root/sapi/cli
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'PECL_OPENSSL'.PECL_OPENSSLSVN Migration2006-10-1513-2471/+0
|
* Restore support for unquoted -d optionsIlia Alshanetsky2006-09-221-6/+20
|
* MFH: Fixed mess with CGI/CLI -d command line option (now it works with cgi; ↵Dmitry Stogov2006-09-191-40/+35
| | | | constants are working exactly like in php.ini; with FastCGI -d affects all requests).
* fix leak with `php -c /path -h`Antony Dovgal2006-09-151-3/+4
|
* Fixed bug #38543 (shutdown_executor() may segfault when memory_limit is too ↵Dmitry Stogov2006-08-221-2/+9
| | | | low).
* MFH: fix #37920 (compilation problems on z/OS)Antony Dovgal2006-06-271-3/+3
|
* MFH: initialize pointersAntony Dovgal2006-06-201-2/+2
|
* - Fix Bug #37780 memory leak trying to execute a non existing file (CLI)Michael Wallner2006-06-191-1/+10
|
* MFHJohannes Schlüter2006-06-031-40/+36
|
* Give exe files 8MB stack (same default as on Linux) instead of Windows ↵Edin Kadribasic2006-05-181-0/+2
| | | | default 1MB
* Fixed bug #37306 (max_execution_time = max_input_time)Dmitry Stogov2006-05-111-0/+1
|
* - Update after api changesMarcus Boerger2006-05-101-1/+1
|
* Typo.Andrei Zmievski2006-04-231-1/+1
|
* - MFH: List --rf/--rc/--re only with enabled reflectionJohannes Schlüter2006-02-211-0/+2
|
* AIX supportDmitry Stogov2006-02-021-1/+1
|
* - MFH Show the exact versionMarcus Boerger2006-01-221-4/+13
|
* - Make clear what -a mode gets youMarcus Boerger2006-01-141-0/+4
|
* bump year and license versionfoobar2006-01-016-45/+26
|
* - MFH Add method support to --rfunctionMarcus Boerger2005-12-111-1/+5
|
* - MFH --r* switchesMarcus Boerger2005-12-112-0/+114
|
* MFHfoobar2005-12-061-3/+3
|
* MFH: - Fixed bug #35409 (undefined reference to 'rl_completion_matches').foobar2005-11-281-0/+4
|
* MFH: - Fix compile failure when ext/readline is compiled as shared (bug #35249)foobar2005-11-172-11/+9
|
* Fixed memory leak on php-cli -hIlia Alshanetsky2005-11-151-5/+4
|
* - MFH heredoc handling in -a modeMarcus Boerger2005-11-071-1/+4
|
* MFH:- Fixed minor leak with -dzlib.output_compression=1 -mfoobar2005-11-061-5/+4
|
* MFH: Fixed -m memory leakIlia Alshanetsky2005-10-191-0/+1
|
* - Fixed bug #34850 (--program-suffix and --program-prefix not included in ↵foobar2005-10-131-1/+1
| | | | man page names)
* MFH: removed confusing dot.foobar2005-10-111-1/+1
|
* - MFH: Fix #34557 php -m exits with "error" 1Johannes Schlüter2005-10-061-6/+8
|
* - Fix tab-completion for constants.Johannes Schlüter2005-08-141-1/+1
|
* - MFH creadits to JohannesMarcus Boerger2005-08-111-1/+1
|
* - Fixed problem with -dextension=foobar.so not having it's MINIT run.foobar2005-08-081-1/+1
|
* fix extension loading from command line, resources didn't workHartmut Holzgraefe2005-08-081-1/+1
| | | | | (still related to Bug #33899)
* - 2004 -> 2005foobar2005-08-034-5/+5
|
* - Bugfix #33733Marcus Boerger2005-07-251-1/+1
|
* Fixed support for shared extensions on AIXDmitry Stogov2005-07-071-0/+3
|
* Fixed possible memory corruption.Ilia Alshanetsky2005-06-211-0/+3
|
* Some netware related build issues fixed (patch by: Kamesh Jayachandran ↵foobar2005-06-201-0/+3
| | | | <kameshj at fastmail dot fm>
* - Expose -a as special mode and show whether it is a shell or notMarcus Boerger2005-06-061-1/+6
|
* - Unify the "configure --help" textsfoobar2005-05-291-1/+1
|
* - Fix readline loop-conditionJohannes Schlüter2005-05-172-3/+9
| | | | | - Fix cli_is_valid_code detection
* - Add command completion to CLI's -a modeMarcus Boerger2005-05-144-216/+469
|
* typofixfoobar2005-05-071-1/+1
|
* - UpdateMarcus Boerger2005-05-071-4/+7
|
* - Improved interactive mode of CLI (php -a)Marcus Boerger2005-05-071-0/+286
|
* Silence the warnings about weird characters in this man pagefoobar2005-04-301-1/+1
|
* Expose EXEEXT and use for cli/cgi binariesfoobar2005-04-211-5/+1
|
* fix #28803 (enabled debug causes bailout errors with CLI on AIXAntony Dovgal2005-03-221-1/+4
| | | | | because of fflush() called on already closed filedescriptor)
* Revert bad idea. (no more error for invalid -d options)foobar2005-03-181-7/+3
|