Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Typo. | Andrei Zmievski | 2006-04-23 | 1 | -1/+1 |
| | |||||
* | - MFH: List --rf/--rc/--re only with enabled reflection | Johannes Schlüter | 2006-02-21 | 1 | -0/+2 |
| | |||||
* | AIX support | Dmitry Stogov | 2006-02-02 | 1 | -1/+1 |
| | |||||
* | - 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 | 6 | -45/+26 |
| | |||||
* | - MFH Add method support to --rfunction | Marcus Boerger | 2005-12-11 | 1 | -1/+5 |
| | |||||
* | - MFH --r* switches | Marcus Boerger | 2005-12-11 | 2 | -0/+114 |
| | |||||
* | MFH | foobar | 2005-12-06 | 1 | -3/+3 |
| | |||||
* | MFH: - Fixed bug #35409 (undefined reference to 'rl_completion_matches'). | foobar | 2005-11-28 | 1 | -0/+4 |
| | |||||
* | MFH: - Fix compile failure when ext/readline is compiled as shared (bug #35249) | foobar | 2005-11-17 | 2 | -11/+9 |
| | |||||
* | Fixed memory leak on php-cli -h | Ilia Alshanetsky | 2005-11-15 | 1 | -5/+4 |
| | |||||
* | - MFH heredoc handling in -a mode | Marcus Boerger | 2005-11-07 | 1 | -1/+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 |
| | |||||
* | - Fixed bug #34850 (--program-suffix and --program-prefix not included in ↵ | foobar | 2005-10-13 | 1 | -1/+1 |
| | | | | man page names) | ||||
* | 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 |
| | |||||
* | - Fix tab-completion for constants. | Johannes Schlüter | 2005-08-14 | 1 | -1/+1 |
| | |||||
* | - MFH creadits to Johannes | Marcus Boerger | 2005-08-11 | 1 | -1/+1 |
| | |||||
* | - 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) | ||||
* | - 2004 -> 2005 | foobar | 2005-08-03 | 4 | -5/+5 |
| | |||||
* | - Bugfix #33733 | Marcus Boerger | 2005-07-25 | 1 | -1/+1 |
| | |||||
* | Fixed support for shared extensions on AIX | Dmitry Stogov | 2005-07-07 | 1 | -0/+3 |
| | |||||
* | Fixed possible memory corruption. | Ilia Alshanetsky | 2005-06-21 | 1 | -0/+3 |
| | |||||
* | Some netware related build issues fixed (patch by: Kamesh Jayachandran ↵ | foobar | 2005-06-20 | 1 | -0/+3 |
| | | | | <kameshj at fastmail dot fm> | ||||
* | - Expose -a as special mode and show whether it is a shell or not | Marcus Boerger | 2005-06-06 | 1 | -1/+6 |
| | |||||
* | - Unify the "configure --help" texts | foobar | 2005-05-29 | 1 | -1/+1 |
| | |||||
* | - Fix readline loop-condition | Johannes Schlüter | 2005-05-17 | 2 | -3/+9 |
| | | | | | - Fix cli_is_valid_code detection | ||||
* | - Add command completion to CLI's -a mode | Marcus Boerger | 2005-05-14 | 4 | -216/+469 |
| | |||||
* | typofix | foobar | 2005-05-07 | 1 | -1/+1 |
| | |||||
* | - Update | Marcus Boerger | 2005-05-07 | 1 | -4/+7 |
| | |||||
* | - Improved interactive mode of CLI (php -a) | Marcus Boerger | 2005-05-07 | 1 | -0/+286 |
| | |||||
* | Silence the warnings about weird characters in this man page | foobar | 2005-04-30 | 1 | -1/+1 |
| | |||||
* | Expose EXEEXT and use for cli/cgi binaries | foobar | 2005-04-21 | 1 | -5/+1 |
| | |||||
* | 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 |
| | |||||
* | Fix typo in man page. Bug #30727. Patch by Jakub Vrana | Frank M. Kromann | 2004-11-09 | 1 | -1/+1 |
| | |||||
* | As NetWare LibC has optind and optarg macros defined in unistd.h our local ↵ | Anantha Kesari H Y | 2004-10-08 | 1 | -0/+7 |
| | | | | variables were getting mistakenly preprocessed so undeffing optind and optarg | ||||
* | Made php -m output sorted case-insensitevly | Edin Kadribasic | 2004-07-14 | 1 | -1/+1 |
| | |||||
* | Add a notice on STDIN | Marcus Boerger | 2004-05-02 | 1 | -1/+6 |
| | |||||
* | - typo (must have sleep.) | Moriyoshi Koizumi | 2004-03-04 | 1 | -1/+1 |
| |