summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* CleanupDmitry Stogov2006-03-231-0/+4
* Allowed '-b' with UNIX sockets:Dmitry Stogov2006-03-231-1/+12
* - fix php_apache_sapi_header_handler() modifying sapi_headerMichael Wallner2006-03-192-2/+6
* Optimized FastCGI SAPI check. Check for ini options only once.Dmitry Stogov2006-03-171-23/+32
* MFH Fix for RISC OSAlex Waugh2006-03-071-0/+1
* MFH Improve DOCUMENT_ROOT settingAlex Waugh2006-03-071-3/+6
* - Warning fixes by StephMarcus Boerger2006-02-261-1/+1
* - MFH: List --rf/--rc/--re only with enabled reflectionJohannes Schlüter2006-02-211-0/+2
* fix memory leak and possible invalid readsAntony Dovgal2006-02-151-4/+8
* MFH: fix #36400 (Custom 5xx error does not return correct HTTP response error...Antony Dovgal2006-02-151-1/+20
* Fix build on win32Frank M. Kromann2006-02-041-2/+5
* Fixed bug #36158 (SIGTERM is not handled correctly when running as a FastCGI ...Dmitry Stogov2006-02-032-4/+12
* AIX supportDmitry Stogov2006-02-022-2/+2
* Reimplement FastCGI interfaceDmitry Stogov2006-02-025-10/+1095
* - MFH Show the exact versionMarcus Boerger2006-01-221-4/+13
* - Make clear what -a mode gets youMarcus Boerger2006-01-141-0/+4
* MFH: I don't recall the reason for messing with r->allowed here, so let'sRasmus Lerdorf2006-01-061-3/+0
* Added param checks for ap2 fetch respose/request header functions.Ilia Alshanetsky2006-01-031-0/+8
* Fixed possible crash in apache_getenv()/apache_setenv() on invalidIlia Alshanetsky2006-01-021-8/+14
* MFH: fixed apache_setenv(): at least 2 parameters are requiredfoobar2006-01-021-1/+1
* Added safety checksIlia Alshanetsky2006-01-011-4/+2
* bump year and license versionfoobar2006-01-0145-165/+146
* MFH(r-1.7) Silence compiler warning: unused variableSara Golemon2005-12-291-3/+9
* MFHAndrei Zmievski2005-12-161-1/+1
* Fixed bug #35571 (Fixed crash in Apache 2 SAPI when more then one phpIlia Alshanetsky2005-12-141-1/+1
* - MFH Add method support to --rfunctionMarcus Boerger2005-12-111-1/+5
* - MFH --r* switchesMarcus Boerger2005-12-112-0/+114
* Fixed bug #34429 (Output buffering cannot be turned off with FastCGI)Dmitry Stogov2005-12-091-0/+2
* MFH: nuke php3 legacyfoobar2005-12-068-9/+9
* MFH: nuke php3 legacyfoobar2005-12-064-24/+24
* MFHfoobar2005-12-061-3/+3
* MFH: fix possible compile errorfoobar2005-12-031-1/+1
* change "-o" to "||" (fixes potential problems on weird systems where test doe...Antony Dovgal2005-11-292-2/+2
* MFH: - Fixed bug #35409 (undefined reference to 'rl_completion_matches').foobar2005-11-281-0/+4
* Fixed bug #35278 (Multiple virtual() calls crash Apache 2 php module).Ilia Alshanetsky2005-11-181-5/+13
* MFH: Resolve Apache 2 regression with sub-request handling on non-linuxIlia Alshanetsky2005-11-171-0/+1
* MFH: - Fix compile failure when ext/readline is compiled as shared (bug #35249)foobar2005-11-172-11/+9
* Fixed memory leak on php-cli -hIlia Alshanetsky2005-11-151-5/+4
* - MFH heredoc handling in -a modeMarcus Boerger2005-11-071-1/+4
* MFH:- Fixed minor leak with -dzlib.output_compression=1 -mfoobar2005-11-061-5/+4
* - sapi_header_op(SAPI_HEADER_(REPLACE|ADD), {NULL, 0, 0}) caused HTTP respons...Michael Wallner2005-11-021-13/+5
* Additional tweaks to the patch for bug #34249.Ilia Alshanetsky2005-10-261-1/+4
* MFH: Fixed -m memory leakIlia Alshanetsky2005-10-191-0/+1
* MFH: initialize SG(request_info).auth_digestAntony Dovgal2005-10-181-0/+1
* MFH: Fixed bug #34905 (Digest authentication does not work with Apache 1).Ilia Alshanetsky2005-10-181-6/+6
* - Fixed bug #34850 (--program-suffix and --program-prefix not included in man...foobar2005-10-131-1/+1
* fix bug #34581 (crash with mod_rewrite)Antony Dovgal2005-10-121-1/+10
* MFH: removed confusing dot.foobar2005-10-111-1/+1
* - MFH: Fix #34557 php -m exits with "error" 1Johannes Schlüter2005-10-062-9/+11
* MFH: Fixed possible INI setting leak via virtual() in Apache 2 sapi.Ilia Alshanetsky2005-10-051-15/+10