| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | MFH: 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) | ||||
| * | As NetWare LibC has optind and optarg macros defined in unistd.h our local ↵ | Anantha Kesari H Y | 2005-03-11 | 1 | -0/+8 |
| | | | | | variables were getting mistakenly preprocessed so undeffing optind and optarg | ||||
| * | MFH: 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 |
| | | |||||
| * | 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 |
| | | |||||
| * | - 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 | 3 | -0/+21 |
| | | | | | | | | | | | | 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 | ||||
| * | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 2 | -5/+5 |
| | | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
| * | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 2 | -6/+6 |
| | | |||||
| * | Disable output buffering in CLI overriding php.ini setting. | Edin Kadribasic | 2004-01-02 | 1 | -0/+1 |
| | | | | | | Fixes #26755. | ||||
| * | - Commit fixes to PHP man page | Andi Gutmans | 2003-12-23 | 1 | -7/+7 |
| | | |||||
| * | add win32 configure option for CLI to switch on CRT heap debugging | Wez Furlong | 2003-12-22 | 2 | -0/+18 |
| | | |||||
| * | Fixed extra byte allocation for STD* constants and replace magic numbers | Ilia Alshanetsky | 2003-12-11 | 1 | -6/+6 |
| | | | | | | with sizeof(). | ||||
| * | Add new (optional!) win32 build infrastructure. | Wez Furlong | 2003-12-02 | 1 | -0/+9 |
| | | | | | | Will follow up to internals@ shortly. | ||||
| * | - Made --program-prefix and --program-suffix work. (See bug #23030) | foobar | 2003-12-01 | 1 | -1/+1 |
| | | |||||
| * | - Should fix some CLI build problems on some systems. | foobar | 2003-09-08 | 1 | -3/+3 |
| | | |||||
| * | Add a shortcut | Marcus Boerger | 2003-09-02 | 1 | -0/+2 |
| | | |||||
| * | 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 | 4 | -14/+14 |
| | | |||||
| * | - MFB: Version output beautification | Derick Rethans | 2003-05-30 | 1 | -0/+4 |
| | | |||||
| * | MFB | Marcus Boerger | 2003-05-30 | 1 | -0/+4 |
| | | |||||
| * | Simply print errors | Marcus Boerger | 2003-05-29 | 1 | -5/+1 |
| | | |||||
| * | Update | Marcus Boerger | 2003-05-29 | 1 | -0/+1 |
| | | |||||
| * | - MFB | Derick Rethans | 2003-05-26 | 1 | -1/+8 |
| | | |||||
| * | -Fix notice | Derick Rethans | 2003-05-21 | 1 | -1/+1 |
| | | |||||
| * | More clean way of ignoring headers in CLI since we do not need to | Edin Kadribasic | 2003-04-28 | 1 | -34/+0 |
| | | | | | | | disable them selectively. This fixes problems for people who want to use session module in CLI. | ||||
| * | Reset option parsing | Marcus Boerger | 2003-04-27 | 1 | -0/+2 |
| | | | | | | # i swear i had them in before last commit | ||||
| * | split parameter parsing once more: do informal queries before others | Marcus Boerger | 2003-04-27 | 1 | -48/+57 |
| | | | | | | #still a memleak in case of a parameter conflict | ||||
| * | Revert some ini settings to be hardcoded due to popular demand | Marcus Boerger | 2003-04-23 | 1 | -5/+9 |
| | | |||||
| * | Fix more shutdown wierdness | Marcus Boerger | 2003-04-19 | 1 | -1/+3 |
| | | |||||
| * | Fix folding marker | Wez Furlong | 2003-04-19 | 1 | -1/+1 |
| | | |||||
| * | Do init CG(in_compilation) here until someone finds a better place | Marcus Boerger | 2003-04-19 | 1 | -0/+1 |
| | | |||||
| * | Shutdown memleaks | Marcus Boerger | 2003-04-19 | 1 | -9/+10 |
| | | |||||
| * | Added missing CVS Id tags | foobar | 2003-04-16 | 3 | -0/+5 |
| | | |||||
| * | Hopefully last fix on error reporting | Marcus Boerger | 2003-04-09 | 1 | -1/+1 |
| | | |||||
| * | more ini defaults for error message handling | Marcus Boerger | 2003-03-30 | 1 | -0/+2 |
| | | |||||
| * | simplify and fix | Marcus Boerger | 2003-03-30 | 1 | -3/+2 |
| | | |||||
| * | done | Marcus Boerger | 2003-03-30 | 1 | -3/+0 |
| | | |||||
| * | use sizeof() as suggested by Andrei | Marcus Boerger | 2003-03-29 | 1 | -6/+6 |
| | | |||||
