summaryrefslogtreecommitdiff
path: root/sapi/cli/php_cli.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #37306 (max_execution_time = max_input_time).Dmitry Stogov2006-05-111-2/+2
* More ZSTR() fixesFrank M. Kromann2006-04-291-1/+1
* Fix Win32 build. NULL_ZSTR was converted to ZSTR(NULL_ZSTR)Frank M. Kromann2006-04-221-1/+1
* Fix compiler errors by using NULL_ZSTR where zstr is expected.Andrei Zmievski2006-03-171-1/+1
* Unicode support for dl() patch.Dmitry Stogov2006-03-171-4/+8
* Disabled dl(). Now it is enabled only when a SAPI layer registers it explicit...Dmitry Stogov2006-03-161-2/+4
* - List --rf/--rc/--re only with enabled reflectionJohannes Schlüter2006-02-211-0/+2
* Portable unicode string API:Dmitry Stogov2006-02-211-3/+3
* Made server wide switch for unicode on/off (according to PDM).Dmitry Stogov2006-02-131-46/+40
* - Show whether this is the shell or just the starnge modeMarcus Boerger2006-01-071-0/+4
* bump year and license versionfoobar2006-01-011-4/+4
* - Add method support to --rfunctionMarcus Boerger2005-12-111-1/+5
* - Add docuMarcus Boerger2005-12-111-0/+7
* - Rewrite --r* and add --rfunctionMarcus Boerger2005-12-101-43/+44
* nuke php3 legacyfoobar2005-12-061-3/+3
* - Reflection was moved into its own extensionMarcus Boerger2005-11-171-2/+12
* - Fix compile failure when ext/readline is compiled as sharedfoobar2005-11-171-7/+6
* MFB51: Fixed memory leak on php-cli -hIlia Alshanetsky2005-11-151-5/+4
* - Fix the "php -v" output when neither --enable-debug or --enable-gcovfoobar2005-11-121-0/+2
* - Fixed minor memory leak triggered by: -dzlib.output_compression=1 -mfoobar2005-11-061-10/+16
* Fixed -m memory leakIlia Alshanetsky2005-10-191-0/+1
* - Removed confusing dot.foobar2005-10-111-1/+1
* - Fix #34557 php -m exits with "error" 1Johannes Schlüter2005-10-061-6/+8
* - Add --rclass and --rextension arguments to CLIJohannes Schlüter2005-10-031-0/+66
* - 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
* Fixed possible memory corruption.Ilia Alshanetsky2005-06-211-0/+3
* - Expose -a as special mode and show whether it is a shell or notMarcus Boerger2005-06-061-1/+6
* - Fix readline loop-conditionJohannes Schlüter2005-05-171-2/+1
* - Add command completion to CLI's -a modeMarcus Boerger2005-05-141-214/+6
* - Improved interactive mode of CLI (php -a)Marcus Boerger2005-05-071-0/+286
* fix #28803 (enabled debug causes bailout errors with CLI on AIXAntony Dovgal2005-03-221-1/+4
* 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 unmodifyabl...foobar2005-03-171-3/+7
* - ZTS fixesDerick Rethans2005-03-171-2/+2
* Make it possible to load shared extensions from command line viaAndrei Zmievski2005-03-151-1/+8
* it's 2005 alreadyWez Furlong2005-03-121-3/+3
* - Revert the weird change of ZEND_STRS() macro and use the correctfoobar2005-01-201-3/+3
* Add the new request_time sapi struct entry to all the sapis. Some of theseRasmus Lerdorf2004-12-201-0/+1
* fix CLI leaks when using malformed option stringAntony Dovgal2004-11-151-1/+1
* Made php -m output sorted case-insensitevlyEdin Kadribasic2004-07-141-1/+1
* - typo (must have sleep.)Moriyoshi Koizumi2004-03-041-1/+1
* - Prevent cli from printing multiple "Interactive mode enabled" ifMoriyoshi Koizumi2004-03-041-3/+5
* Bugfix #27104 CLI/CGI SAPI module variable name conflictMarcus Boerger2004-02-111-30/+30
* Fixed possible memory leak with INI values.Ilia Alshanetsky2004-02-061-2/+2
* Parse command line ini directives passed using -d before -i, to ensureIlia Alshanetsky2004-02-041-10/+12
* Add optional php-win.exe variation of the CLI sapi.Wez Furlong2004-01-141-0/+14
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-4/+4
* Disable output buffering in CLI overriding php.ini setting.Edin Kadribasic2004-01-021-0/+1
* add win32 configure option for CLI to switch on CRT heap debuggingWez Furlong2003-12-221-0/+14