| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tag 'help'.help | SVN Migration | 2002-03-13 | 127 | -23601/+0 |
| * | Sync with Apache2 Filter API change. | Sebastian Bergmann | 2002-03-13 | 1 | -2/+2 |
| * | -passing arguments to CLI, see: php -h | Marcus Boerger | 2002-03-11 | 2 | -41/+64 |
| * | Instructions for using FastCGI-PHP with Apache | Ben Mansell | 2002-03-11 | 1 | -0/+53 |
| * | Improved documentation for FastCGI SAPI. Documents the environment | Ben Mansell | 2002-03-11 | 1 | -0/+74 |
| * | Add command line option to FastCGI SAPI to make it bind & listen to a | Ben Mansell | 2002-03-11 | 1 | -4/+34 |
| * | Add a note regarding which version we support | Sascha Schumann | 2002-03-11 | 1 | -2/+2 |
| * | Fix warning, hope this is okay. | Sebastian Bergmann | 2002-03-11 | 1 | -1/+0 |
| * | woohoo, take some credit! | Shane Caraveo | 2002-03-10 | 1 | -0/+2 |
| * | children should be zero by default, enable by setting PHP_FCGI_CHILDREN env var. | Shane Caraveo | 2002-03-10 | 1 | -1/+1 |
| * | combine fastcgi capability with regular cgi binary | Shane Caraveo | 2002-03-10 | 16 | -13/+8253 |
| * | Cleaned up previous commit. | Edin Kadribasic | 2002-03-08 | 1 | -5/+2 |
| * | @- Added -r option to the CLI version of PHP which executes a piece of PHP | Edin Kadribasic | 2002-03-08 | 1 | -1/+16 |
| * | Please welcome the new build system. | Sascha Schumann | 2002-03-07 | 35 | -190/+43 |
| * | - Put them back (and do it right) | Derick Rethans | 2002-03-06 | 1 | -0/+6 |
| * | - Remove unused variables | Derick Rethans | 2002-03-06 | 1 | -2/+0 |
| * | - Fix for bug #15572 (Patch by Ralf Nyrén <ralf.nyren@educ.umu.se>) | Derick Rethans | 2002-03-04 | 1 | -1/+1 |
| * | Reduce operations in the ub_write loop. | Sascha Schumann | 2002-03-04 | 1 | -7/+10 |
| * | Free status line, initialize number_vec, correctly account for | Sascha Schumann | 2002-03-04 | 1 | -9/+21 |
| * | Updated build instructions | Alex Waugh | 2002-03-03 | 2 | -12/+6 |
| * | add comment for IIS users | Shane Caraveo | 2002-03-01 | 1 | -14/+15 |
| * | This is much better. With FORCE_CGI_REDIRECT turned on by default for compil... | Shane Caraveo | 2002-03-01 | 1 | -7/+14 |
| * | fix force redirect crash under multithreaded compile | Shane Caraveo | 2002-03-01 | 1 | -8/+22 |
| * | Use {NULL, NULL, NULL} to terminate function entry. | Yasuo Ohgaki | 2002-02-28 | 2 | -2/+2 |
| * | Default name of CGI binary changed to php-cgi. | Edin Kadribasic | 2002-02-28 | 1 | -1/+1 |
| * | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 6 | -6/+6 |
| * | URLEncoder.encode(string) is deprecated in the Java 2 SDK 1.4. | Sebastian Bergmann | 2002-02-27 | 1 | -4/+11 |
| * | make it more clear that --with-apache and --with-apxs only work with apache 1.x. | jim winstead | 2002-02-25 | 1 | -4/+4 |
| * | Fixed functionality to read in server variables. | Holger Zimmermann | 2002-02-23 | 2 | -40/+54 |
| * | - Reformatting | Derick Rethans | 2002-02-20 | 1 | -43/+54 |
| * | Fixed environment hashing again. | David Hedbor | 2002-02-19 | 1 | -80/+26 |
| * | Updated to new TSRM macros | Alex Waugh | 2002-02-17 | 1 | -35/+20 |
| * | - Make the errorcode 255. (Doing docs right away) | Derick Rethans | 2002-02-15 | 2 | -4/+4 |
| * | - Let php_execute_script return 0 on failure and 1 on sucess, and change | Derick Rethans | 2002-02-14 | 3 | -3/+11 |
| * | Turned implicit_flush on. | Edin Kadribasic | 2002-02-14 | 1 | -5/+4 |
| * | Added README file for CLI SAPI. | Edin Kadribasic | 2002-02-14 | 1 | -0/+15 |
| * | Fugbix typo. | Sebastian Bergmann | 2002-02-11 | 1 | -1/+1 |
| * | now needs getopt | Shane Caraveo | 2002-02-02 | 2 | -0/+187 |
| * | an update to stresstest | Shane Caraveo | 2002-02-02 | 2 | -37/+128 |
| * | Remove obsolete CG(extended_info) = 0 calls, we already do this in zend_set_d... | Sebastian Bergmann | 2002-02-02 | 4 | -5/+1 |
| * | A fix for the bug number 13231 & 11699. | Yasuo Ohgaki | 2002-01-31 | 1 | -3/+3 |
| * | Enable extensions to specify that they are not supposed to be | Edin Kadribasic | 2002-01-30 | 1 | -1/+0 |
| * | Fugbix typo. Update path to /lib/optional. | Sebastian Bergmann | 2002-01-30 | 1 | -5/+5 |
| * | Add a note that this statement will never be reached. | Jon Parise | 2002-01-27 | 2 | -2/+2 |
| * | adjust to ap_get_brigade() API change | Doug MacEachern | 2002-01-25 | 1 | -1/+1 |
| * | Added --disable-cli option. | Edin Kadribasic | 2002-01-24 | 1 | -3/+18 |
| * | Give Edin Kadribasic his due credits. | Sebastian Bergmann | 2002-01-23 | 1 | -3/+3 |
| * | No need to dupe this string in cli sapi (Bug #15181). | Edin Kadribasic | 2002-01-23 | 1 | -1/+1 |
| * | Fixed bug #9041 and others in the same class (patch by pete.lee@ubs.com) | Edin Kadribasic | 2002-01-20 | 1 | -1/+3 |
| * | adjust to ap_get_brigade and input filter api changes | Doug MacEachern | 2002-01-20 | 1 | -3/+3 |