| Commit message (Collapse) | 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 |
| | | | | | | variable tunings and the new command line usage. | ||||
| * | Add command line option to FastCGI SAPI to make it bind & listen to a | Ben Mansell | 2002-03-11 | 1 | -4/+34 |
| | | | | | | socket. This makes setting up 'remote' fastcgi much easier. | ||||
| * | 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 |
| | | | | | | | | | | include fastcgi library for ease of windows builds NOTE: included fastcgi library is modified for thread safety, but fastcgi support in cgi_main.c is only written for single threaded serving. This does not present any issue for using fastcgi. | ||||
| * | Cleaned up previous commit. | Edin Kadribasic | 2002-03-08 | 1 | -5/+2 |
| | | | | | | #Oops, commited older patch the first time :) | ||||
| * | @- Added -r option to the CLI version of PHP which executes a piece of PHP | Edin Kadribasic | 2002-03-08 | 1 | -1/+16 |
| | | | | | | @ code directly from the commmand line. (Edin) | ||||
| * | Please welcome the new build system. | Sascha Schumann | 2002-03-07 | 35 | -190/+43 |
| | | | | | | | | | | | If you encounter any problems, please make sure to email sas@php.net directly. An introduction can be found on http://schumann.cx/buildv5.txt | ||||
| * | - 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 |
| | | | | | | the number of bytes in the document, avoid strcpy/strlen. | ||||
| * | Updated build instructions | Alex Waugh | 2002-03-03 | 2 | -12/+6 |
| | | |||||
| * | add comment for IIS users | Shane Caraveo | 2002-03-01 | 1 | -14/+15 |
| | | | | | | fix some whitespace | ||||
| * | This is much better. With FORCE_CGI_REDIRECT turned on by default for ↵ | Shane Caraveo | 2002-03-01 | 1 | -7/+14 |
| | | | | | | | | | | | | | | compilation, we can now define this in the ini file. So it can be turned on for apache, turned off for IIS which does not have a redirect issue. Alternately, a different 'REDIRECT_STATUS' environment var can be defined in case some web server out there needs it. new ini vars cgi.force_redirect 0|1 cgi.redirect_status_env ENV_VAR_NAME | ||||
| * | fix force redirect crash under multithreaded compile | Shane Caraveo | 2002-03-01 | 1 | -8/+22 |
| | | | | | | | | should be discused: fix redirect detection to only work with apache or netscape, where we know they set an environment variable regarding redirect. IIS has no security issue here. Don't know about other windows web servers. | ||||
| * | Use {NULL, NULL, NULL} to terminate function entry. | Yasuo Ohgaki | 2002-02-28 | 2 | -2/+2 |
| | | | | | | # It does not fix any bugs, since {0} works also. | ||||
| * | Default name of CGI binary changed to php-cgi. | Edin Kadribasic | 2002-02-28 | 1 | -1/+1 |
| | | | | | | | # Please note that this only applies when installing php with # make install. The binary is still built as "php" in top build dir. | ||||
| * | 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 |
| | | | | | | SAPIs accordingly. (Andrei, Derick) | ||||
| * | Turned implicit_flush on. | Edin Kadribasic | 2002-02-14 | 1 | -5/+4 |
| | | | | | | Cleaned up help text. | ||||
| * | 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 ↵ | Sebastian Bergmann | 2002-02-02 | 4 | -5/+1 |
| | | | | | zend_set_default_compile_time_values(). | ||||
| * | A fix for the bug number 13231 & 11699. | Yasuo Ohgaki | 2002-01-31 | 1 | -3/+3 |
| | | | | | | Makes the roxen support compile. Patch by Lars Wilhelmsen <lars@sral.org> | ||||
| * | Enable extensions to specify that they are not supposed to be | Edin Kadribasic | 2002-01-30 | 1 | -1/+0 |
| | | | | | | | built with the CLI SAPI. This is done by passing "nocli" as the 3rd parameter to PHP_EXTENSION macro. | ||||
| * | 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 |
| | | |||||
