Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - MFH: List --rf/--rc/--re only with enabled reflection | Johannes Schlüter | 2006-02-21 | 1 | -0/+2 |
| | |||||
* | - MFH Show the exact version | Marcus Boerger | 2006-01-22 | 1 | -4/+13 |
| | |||||
* | - Make clear what -a mode gets you | Marcus Boerger | 2006-01-14 | 1 | -0/+4 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -5/+5 |
| | |||||
* | - MFH Add method support to --rfunction | Marcus Boerger | 2005-12-11 | 1 | -1/+5 |
| | |||||
* | - MFH --r* switches | Marcus Boerger | 2005-12-11 | 1 | -0/+84 |
| | |||||
* | MFH | foobar | 2005-12-06 | 1 | -3/+3 |
| | |||||
* | MFH: - Fix compile failure when ext/readline is compiled as shared (bug #35249) | foobar | 2005-11-17 | 1 | -7/+6 |
| | |||||
* | Fixed memory leak on php-cli -h | Ilia Alshanetsky | 2005-11-15 | 1 | -5/+4 |
| | |||||
* | MFH:- Fixed minor leak with -dzlib.output_compression=1 -m | foobar | 2005-11-06 | 1 | -5/+4 |
| | |||||
* | MFH: Fixed -m memory leak | Ilia Alshanetsky | 2005-10-19 | 1 | -0/+1 |
| | |||||
* | MFH: removed confusing dot. | foobar | 2005-10-11 | 1 | -1/+1 |
| | |||||
* | - MFH: Fix #34557 php -m exits with "error" 1 | Johannes Schlüter | 2005-10-06 | 1 | -6/+8 |
| | |||||
* | - Fixed problem with -dextension=foobar.so not having it's MINIT run. | foobar | 2005-08-08 | 1 | -1/+1 |
| | |||||
* | fix extension loading from command line, resources didn't work | Hartmut Holzgraefe | 2005-08-08 | 1 | -1/+1 |
| | | | | | (still related to Bug #33899) | ||||
* | Fixed possible memory corruption. | Ilia Alshanetsky | 2005-06-21 | 1 | -0/+3 |
| | |||||
* | - Expose -a as special mode and show whether it is a shell or not | Marcus Boerger | 2005-06-06 | 1 | -1/+6 |
| | |||||
* | - Fix readline loop-condition | Johannes Schlüter | 2005-05-17 | 1 | -2/+1 |
| | | | | | - Fix cli_is_valid_code detection | ||||
* | - Add command completion to CLI's -a mode | Marcus Boerger | 2005-05-14 | 1 | -214/+6 |
| | |||||
* | - Improved interactive mode of CLI (php -a) | Marcus Boerger | 2005-05-07 | 1 | -0/+286 |
| | |||||
* | fix #28803 (enabled debug causes bailout errors with CLI on AIX | Antony Dovgal | 2005-03-22 | 1 | -1/+4 |
| | | | | | because of fflush() called on already closed filedescriptor) | ||||
* | Revert bad idea. (no more error for invalid -d options) | foobar | 2005-03-18 | 1 | -7/+3 |
| | |||||
* | - Made CLI option -d output error and exit if an non-existing (or ↵ | foobar | 2005-03-17 | 1 | -3/+7 |
| | | | | unmodifyable) entry is passed | ||||
* | - ZTS fixes | Derick Rethans | 2005-03-17 | 1 | -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 via | Andrei Zmievski | 2005-03-15 | 1 | -1/+8 |
| | | | | | -dextension= mechanism. | ||||
* | it's 2005 already | Wez Furlong | 2005-03-12 | 1 | -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 correct | foobar | 2005-01-20 | 1 | -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 these | Rasmus Lerdorf | 2004-12-20 | 1 | -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 string | Antony Dovgal | 2004-11-15 | 1 | -1/+1 |
| | |||||
* | Made php -m output sorted case-insensitevly | Edin Kadribasic | 2004-07-14 | 1 | -1/+1 |
| | |||||
* | - typo (must have sleep.) | Moriyoshi Koizumi | 2004-03-04 | 1 | -1/+1 |
| | |||||
* | - Prevent cli from printing multiple "Interactive mode enabled" if | Moriyoshi Koizumi | 2004-03-04 | 1 | -3/+5 |
| | | | | | the command line option is given more than once (like -aaaaaa). | ||||
* | Bugfix #27104 CLI/CGI SAPI module variable name conflict | Marcus Boerger | 2004-02-11 | 1 | -30/+30 |
| | |||||
* | Fixed possible memory leak with INI values. | Ilia Alshanetsky | 2004-02-06 | 1 | -2/+2 |
| | |||||
* | Parse command line ini directives passed using -d before -i, to ensure | Ilia Alshanetsky | 2004-02-04 | 1 | -10/+12 |
| | | | | | correct settings output. | ||||
* | Add optional php-win.exe variation of the CLI sapi. | Wez Furlong | 2004-01-14 | 1 | -0/+14 |
| | | | | | | | | | | | php-win.exe runs in the windows GUI subsystem, and thus has no console; stdio handles are effectively set to /dev/null and no "dos box" will appear on screen when running scripts using this sapi (php-gtk people will be familiar with this concept). Aside from those differences, php-win.exe is 100% identical to regular CLI | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -4/+4 |
| | |||||
* | Disable output buffering in CLI overriding php.ini setting. | Edin Kadribasic | 2004-01-02 | 1 | -0/+1 |
| | | | | | Fixes #26755. | ||||
* | add win32 configure option for CLI to switch on CRT heap debugging | Wez Furlong | 2003-12-22 | 1 | -0/+14 |
| | |||||
* | Fixed extra byte allocation for STD* constants and replace magic numbers | Ilia Alshanetsky | 2003-12-11 | 1 | -6/+6 |
| | | | | | with sizeof(). | ||||
* | MF4: -m fix for premature extension unloading | Stanislav Malyshev | 2003-08-28 | 1 | -0/+1 |
| | |||||
* | - Provide a unified way to display uncaught exceptions, which shows | Marcus Boerger | 2003-08-24 | 1 | -4/+4 |
| | | | | | | | file/line/message info if possible. - Add zend_eval_string_ex() to be able to handle exceptions in eval'd code. - Use above function to fix memleaks in CLI. | ||||
* | Set module id 0 (internal) for constants registered by php_cli in C. | Ilia Alshanetsky | 2003-08-22 | 1 | -0/+3 |
| | |||||
* | Fix warnings | Marcus Boerger | 2003-08-17 | 1 | -4/+0 |
| | |||||
* | Fixed bug #20896 (-s -w modes with php-cli cause php to hang). | Ilia Alshanetsky | 2003-08-13 | 1 | -2/+0 |
| | |||||
* | Preserve exit status for non-php execution modes. | Ilia Alshanetsky | 2003-08-01 | 1 | -1/+3 |
| | |||||
* | Fixed bug #23509 (exit code lost when exit() called from | Ilia Alshanetsky | 2003-08-01 | 1 | -3/+1 |
| | | | | | register_shutdown_function()) | ||||
* | flush after banner print | Stanislav Malyshev | 2003-06-16 | 1 | -0/+1 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | - MFB: Version output beautification | Derick Rethans | 2003-05-30 | 1 | -0/+4 |
| |