| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | Reverted previous patch as suggested by Andi. (reopening #20539). | Edin Kadribasic | 2002-12-19 | 1 | -3/+6 |
| | | |||||
| * | MFH: Fix for #20539 (patch by Moriyoshi Koizumi). | Edin Kadribasic | 2002-12-11 | 1 | -6/+3 |
| | | |||||
| * | MFH: fix make install target on Cygwin | Melvyn Sopacua | 2002-12-09 | 1 | -0/+4 |
| | | |||||
| * | MFH | Andrei Zmievski | 2002-11-14 | 1 | -5/+43 |
| | | |||||
| * | - be more verbose | Jan Lehnardt | 2002-11-13 | 1 | -1/+1 |
| | | |||||
| * | Implemented -n switch to skip parsing ini at startup as suggested by Wez. | Marcus Boerger | 2002-11-12 | 1 | -2/+12 |
| | | | | | | | #The switch 'n' was planned to be used for beautifying....delete n to make #clear these functions do not have a switch yet. | ||||
| * | Fixed bug #20035. ZE now allows us to pass the current line position by | Ilia Alshanetsky | 2002-11-05 | 1 | -1/+1 |
| | | | | | | setting zend_lineno to (current_line * -1). | ||||
| * | call php_module_startup after zts has been initialised. This way we could | Marcus Boerger | 2002-11-05 | 1 | -6/+12 |
| | | | | | | | | have called zend_ini_deactivate(TSRMLS_C). But it seems unnecessary. #tested with ZTS and non ZTS build and many manual fail points. #now it even compiles without any warning, at least for me | ||||
| * | Made php -v output look nicer on standard 80 column display. | Edin Kadribasic | 2002-11-05 | 1 | -1/+1 |
| | | |||||
| * | Added built date and time to -v output. | foobar | 2002-10-31 | 1 | -1/+1 |
| | | |||||
| * | Fixed memory leaks. | Ilia Alshanetsky | 2002-10-26 | 1 | -3/+4 |
| | | |||||
| * | - alphabetical output for php -h (cli) | Jan Lehnardt | 2002-10-25 | 1 | -8/+8 |
| | | |||||
| * | add missing {} | Sascha Schumann | 2002-10-24 | 1 | -1/+2 |
| | | |||||
| * | - whitespace | Derick Rethans | 2002-10-24 | 1 | -2/+5 |
| | | |||||
| * | Improve shutdown-behaviour | Sascha Schumann | 2002-10-24 | 1 | -14/+19 |
| | | | | | | Noticed by: Anantha Kesari H Y | ||||
| * | *** empty log message *** | Derick Rethans | 2002-10-24 | 1 | -0/+1 |
| | | |||||
| * | centralize #include "build-defs.h" and drop (sometimes inconsistent) other | Sascha Schumann | 2002-10-24 | 1 | -2/+0 |
| | | | | | | instances | ||||
| * | Make CLI behave like other moder scripting languages. | Yasuo Ohgaki | 2002-10-23 | 1 | -1/+0 |
| | | |||||
| * | - Revert, got tricked by a stale object file | Derick Rethans | 2002-10-14 | 1 | -1/+1 |
| | | |||||
| * | - Fix CLI | Derick Rethans | 2002-10-14 | 1 | -1/+1 |
| | | |||||
| * | - Revert changed to implicit_flush behavior. The new behavior was not | Derick Rethans | 2002-10-03 | 1 | -0/+1 |
| | | | | | | intended in the first place. | ||||
| * | Shouldn't enable implicit_flush like this. | Yasuo Ohgaki | 2002-10-03 | 1 | -1/+0 |
| | | | | | | | Most problems are fixed. If you find internal function that does not follow my comment, please fix it or let me know. | ||||
