summaryrefslogtreecommitdiff
path: root/sapi/cli
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* - Made CLI option -d output error and exit if an non-existing (or ↵foobar2005-03-171-3/+7
| | | | unmodifyable) entry is passed
* - ZTS fixesDerick Rethans2005-03-171-2/+2
| | | | | | #- Andrei, it would be nice if you could test ZTS builds too before you # commit...
* Make it possible to load shared extensions from command line viaAndrei Zmievski2005-03-151-1/+8
| | | | | -dextension= mechanism.
* it's 2005 alreadyWez Furlong2005-03-121-3/+3
| | | | | # and we're all too lazy to go through and update all the copyright years :)
* - Revert the weird change of ZEND_STRS() macro and use the correctfoobar2005-01-201-3/+3
| | | | | | ZEND_STRL() macro. # ZEND_STRS was changed to be same as ZEND_STRL..someone on crack? :)
* Add the new request_time sapi struct entry to all the sapis. Some of theseRasmus Lerdorf2004-12-201-0/+1
| | | | | | | may have ways of getting the request time without the extra syscall, but for now let's just make sure we don't crash and people will eventually fill these in where applicable.
* fix CLI leaks when using malformed option stringAntony Dovgal2004-11-151-1/+1
|
* Fix typo in man page. Bug #30727. Patch by Jakub VranaFrank M. Kromann2004-11-091-1/+1
|
* As NetWare LibC has optind and optarg macros defined in unistd.h our local ↵Anantha Kesari H Y2004-10-081-0/+7
| | | | variables were getting mistakenly preprocessed so undeffing optind and optarg
* Made php -m output sorted case-insensitevlyEdin Kadribasic2004-07-141-1/+1
|
* Add a notice on STDINMarcus Boerger2004-05-021-1/+6
|
* - typo (must have sleep.)Moriyoshi Koizumi2004-03-041-1/+1
|