| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | MFH: - Fixed bug #34850 (--program-suffix and --program-prefix not included ↵ | foobar | 2005-10-13 | 1 | -1/+1 |
| | | | | | in man page names) | ||||
| * | MFH | 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 |
| | | |||||
| * | As NetWare LibC has optind and optarg macros defined in unistd.h our local ↵ | Anantha Kesari H Y | 2005-09-01 | 1 | -0/+7 |
| | | | | | | | | variables were getting mistakenly preprocessed so undeffing optind and optarg --Kamesh | ||||
| * | Merging changes from 5.0 tree | Anantha Kesari H Y | 2005-07-28 | 1 | -0/+3 |
| | | | | | | --Kamesh | ||||
| * | MFH | foobar | 2005-04-30 | 1 | -1/+1 |
| | | |||||
| * | 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) | ||||
| * | typofix | foobar | 2005-03-02 | 1 | -1/+1 |
| | | |||||
| * | MFH: - Memory leak fixes from ZE2 + HEAD CLI | foobar | 2005-01-22 | 1 | -6/+9 |
| | | |||||
| * | MFH: Made php -m output sorted case-insensitevly | Edin Kadribasic | 2004-07-14 | 1 | -1/+1 |
| | | |||||
| * | MFH: Bug #27104 CLI/CGI SAPI module variable name conflict | Marcus Boerger | 2004-02-11 | 1 | -25/+25 |
| | | |||||
| * | MFH: Fixed possible memory leak with INI values. | Ilia Alshanetsky | 2004-02-06 | 1 | -2/+2 |
| | | |||||
| * | MFH: Parse command line ini directives passed using -d before -i, to ensure | Ilia Alshanetsky | 2004-02-04 | 1 | -10/+12 |
| | | | | | | correct settings output. | ||||
| * | - Fixed year in version notices | Derick Rethans | 2004-01-13 | 1 | -2/+2 |
| | | |||||
| * | MFH: cli overrides php.ini and switches output buffering off. | Edin Kadribasic | 2004-01-03 | 1 | -0/+1 |
| | | |||||
| * | MFH | foobar | 2003-12-01 | 1 | -1/+1 |
| | | |||||
| * | - MFH: build problems fix with CLI | foobar | 2003-09-08 | 1 | -3/+3 |
| | | |||||
| * | Null dtor so that extensions won't be unloaded prematurely by list | Stanislav Malyshev | 2003-08-28 | 1 | -0/+1 |
| | | | | | | destruction | ||||
| * | MFH: Fixed bug #20896 (-s -w modes with php-cli cause php to hang). | Ilia Alshanetsky | 2003-08-13 | 1 | -2/+0 |
| | | |||||
| * | Sync to LICENSE file in the distro | Edin Kadribasic | 2003-08-04 | 1 | -2/+2 |
| | | |||||
| * | MFH: Preserve exit status for non-php execution modes. | Ilia Alshanetsky | 2003-08-01 | 1 | -1/+3 |
| | | |||||
| * | MFH: Fixed bug #23509 (exit code lost when exit() called from | Ilia Alshanetsky | 2003-08-01 | 1 | -3/+1 |
| | | | | | | register_shutdown_function()) | ||||
| * | Reapply this one, too. | Marcus Boerger | 2003-05-31 | 1 | -0/+4 |
| | | |||||
| * | Reapply long opts | Marcus Boerger | 2003-05-31 | 3 | -274/+302 |
| | | |||||
| * | - Re-added the FD lexer patch. | foobar | 2003-05-31 | 4 | -464/+289 |
| | | | | | | # Marcus is going to add the long-opts patches back in after this. | ||||
| * | - Added a "DEBUG" qualifier to 'php -v's version output, and made the CGI | Derick Rethans | 2003-05-30 | 1 | -1/+5 |
| | | | | | | version statement look the same as the CLI version. (Derick) | ||||
| * | Nuke the rest of headers-sent code | Edin Kadribasic | 2003-05-29 | 1 | -5/+0 |
| | | |||||
| * | MFH: new switches and --style switches | Marcus Boerger | 2003-05-29 | 4 | -310/+479 |
| | | |||||
| * | MFH: In CLI log errors always | Marcus Boerger | 2003-05-26 | 1 | -4/+1 |
| | | |||||
| * | - Fixed a bug in reporting start-up errors with the CLI: No HTTP header shall | Derick Rethans | 2003-05-26 | 1 | -1/+8 |
| | | | | | | be shown. | ||||
| * | Fix typo | Zeev Suraski | 2003-05-21 | 1 | -1/+1 |
| | | |||||
| * | Revert PHP part of the fd patch | Zeev Suraski | 2003-05-21 | 1 | -15/+12 |
| | | |||||
| * | protect against further surprises by initializing all zend_file_handle's | Sascha Schumann | 2003-05-17 | 1 | -1/+1 |
| | | |||||
| * | Fixed a memory leak when -h flag is used. | Ilia Alshanetsky | 2003-05-14 | 1 | -0/+1 |
| | | |||||
| * | - Fixed bug #23584 (error line numbers off by one when using #!php). | foobar | 2003-05-14 | 1 | -2/+8 |
| | | | | | | # already fixed in php5 | ||||
| * | Use POSIX IO here, mainly to fix interactive mode. | Sascha Schumann | 2003-05-13 | 1 | -11/+22 |
| | | | | | | | This also fixes a possible cpu-time hog bug where a file would consist of "#" and nothing else. | ||||
| * | Fix leak in "php -m". | Wez Furlong | 2003-04-30 | 1 | -0/+1 |
| | | |||||
| * | MFH fix | Marcus Boerger | 2003-04-27 | 1 | -1/+1 |
| | | |||||
| * | MFH Synch: shutdown and ini defaults | Marcus Boerger | 2003-04-23 | 1 | -15/+24 |
| | | |||||
| * | MFH: cli/ini/html_errors/info (they are related) | Marcus Boerger | 2003-04-09 | 2 | -10/+28 |
| | | |||||
| * | MFH: erroneous newline at start | Marcus Boerger | 2003-04-08 | 1 | -1/+1 |
| | | |||||
| * | MFH | foobar | 2003-02-12 | 4 | -301/+4 |
| | | |||||
| * | This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. | SVN Migration | 2003-02-12 | 1 | -0/+299 |
| | | |||||
| * | MFH | foobar | 2003-02-12 | 2 | -2/+4 |
| | | |||||
| * | MFH: manpage for this version | Marcus Boerger | 2003-02-08 | 1 | -99/+30 |
| | | |||||
| * | This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. | SVN Migration | 2003-02-07 | 1 | -0/+289 |
| | | |||||
| * | MFH | Ilia Alshanetsky | 2003-01-08 | 1 | -0/+7 |
| | | |||||
| * | MFH: Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -2/+2 |
| | | |||||
| * | MFH | Moriyoshi Koizumi | 2002-12-20 | 1 | -6/+3 |
| | | |||||
| * | Make sure cli install dir is created before trying to install in it. | Edin Kadribasic | 2002-12-20 | 1 | -1/+1 |
| | | |||||
