838 Commits (bfbb3bba1f830cbf86bcf1df2c81583067390ec6)

Author SHA1 Message Date
Sebastian Bergmann 2ff115b01e Add note on which version of Apache 2 this SAPI module is compatible with. 24 years ago
Sebastian Bergmann 118761e11e Sync with Apache2 Filter API change. 24 years ago
Marcus Boerger 343b413cf8 -passing arguments to CLI, see: php -h 24 years ago
Ben Mansell 889988763f Instructions for using FastCGI-PHP with Apache 24 years ago
Ben Mansell 8154dbb7a2 Improved documentation for FastCGI SAPI. Documents the environment 24 years ago
Ben Mansell 8ac087a232 Add command line option to FastCGI SAPI to make it bind & listen to a 24 years ago
Sascha Schumann a643a467e3 Add a note regarding which version we support 24 years ago
Sebastian Bergmann 3573a92c1a Fix warning, hope this is okay. 24 years ago
Shane Caraveo c8f5565bf3 woohoo, take some credit! 24 years ago
Shane Caraveo f3a60dd1a6 children should be zero by default, enable by setting PHP_FCGI_CHILDREN env var. 24 years ago
Shane Caraveo 79bb884eec combine fastcgi capability with regular cgi binary 24 years ago
Edin Kadribasic 7918fe45b4 Cleaned up previous commit. 24 years ago
Edin Kadribasic 61071e6b7b @- Added -r option to the CLI version of PHP which executes a piece of PHP 24 years ago
Sascha Schumann 9d9d39a0de Please welcome the new build system. 24 years ago
Derick Rethans 393cbe0ac3 - Put them back (and do it right) 24 years ago
Derick Rethans c8740575c4 - Remove unused variables 24 years ago
Derick Rethans a6738260af - Fix for bug #15572 (Patch by Ralf Nyrén <ralf.nyren@educ.umu.se>) 24 years ago
Sascha Schumann a2065b8743 Reduce operations in the ub_write loop. 24 years ago
Sascha Schumann 66535c240e Free status line, initialize number_vec, correctly account for 24 years ago
Alex Waugh e0a228f55d Updated build instructions 24 years ago
Shane Caraveo db73f90953 add comment for IIS users 24 years ago
Shane Caraveo cd18533a10 This is much better. With FORCE_CGI_REDIRECT turned on by default for compilation, 24 years ago
Shane Caraveo e2b1161ea6 fix force redirect crash under multithreaded compile 24 years ago
Yasuo Ohgaki 83059ae3de Use {NULL, NULL, NULL} to terminate function entry. 24 years ago
Edin Kadribasic ca1fdf8a55 Default name of CGI binary changed to php-cgi. 24 years ago
Sebastian Bergmann 90613d2282 Maintain headers. 24 years ago
Sebastian Bergmann e3b86cb645 URLEncoder.encode(string) is deprecated in the Java 2 SDK 1.4. 24 years ago
jim winstead 63669c6a64 make it more clear that --with-apache and --with-apxs only work with apache 1.x. 24 years ago
Holger Zimmermann 46acc391f0 Fixed functionality to read in server variables. 24 years ago
Derick Rethans 9d6c7626da - Reformatting 24 years ago
David Hedbor aecccb16e9 Fixed environment hashing again. 24 years ago
Alex Waugh 11318ff8ef Updated to new TSRM macros 24 years ago
Derick Rethans b8a5daf59c - Make the errorcode 255. (Doing docs right away) 24 years ago
Derick Rethans 86fa2d3937 - Let php_execute_script return 0 on failure and 1 on sucess, and change 24 years ago
Edin Kadribasic 48f688a261 Turned implicit_flush on. 24 years ago
Edin Kadribasic f47a9c8af3 Added README file for CLI SAPI. 24 years ago
Sebastian Bergmann 3e845aaea4 Fugbix typo. 24 years ago
Shane Caraveo 14de816ecf now needs getopt 24 years ago
Shane Caraveo 3b81b97c40 an update to stresstest 24 years ago
Sebastian Bergmann dcd4e0a2ec Remove obsolete CG(extended_info) = 0 calls, we already do this in zend_set_default_compile_time_values(). 24 years ago
Yasuo Ohgaki 866a609208 A fix for the bug number 13231 & 11699. 24 years ago
Edin Kadribasic 13ca332184 Enable extensions to specify that they are not supposed to be 24 years ago
Sebastian Bergmann ec4bb876a3 Fugbix typo. Update path to /lib/optional. 24 years ago
Jon Parise ea089d09ae Add a note that this statement will never be reached. 24 years ago
Doug MacEachern a1b21e0c4c adjust to ap_get_brigade() API change 24 years ago
Edin Kadribasic fd7ff95fde Added --disable-cli option. 24 years ago
Sebastian Bergmann 43b1d2acd1 Give Edin Kadribasic his due credits. 24 years ago
Edin Kadribasic f18fade888 No need to dupe this string in cli sapi (Bug #15181). 24 years ago
Edin Kadribasic 1769e3fcdc Fixed bug #9041 and others in the same class (patch by pete.lee@ubs.com) 24 years ago
Doug MacEachern cb0a09808f adjust to ap_get_brigade and input filter api changes 24 years ago