summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* MFH: Don't forget to flush() buffers for -w -sIlia Alshanetsky2003-08-131-0/+2
* MFH: Fixed bug #20896 (-s -w modes with php-cli cause php to hang).Ilia Alshanetsky2003-08-131-2/+0
* MFH: Fixed bug #24958 (Incorrect handling of 404s)Ilia Alshanetsky2003-08-061-9/+9
* Sync to LICENSE file in the distroEdin Kadribasic2003-08-041-2/+2
* don't overwrite script_path_translated if no PATH_TRANSLATED was receivedSascha Schumann2003-08-041-1/+2
* MFHUwe Schindler2003-08-042-8/+68
* MFHUwe Schindler2003-08-031-0/+1
* MFHUwe Schindler2003-08-031-0/+1
* MFH: Fixed bug #24177 (Status not set correctly after flush() in Apache 2)Ilia Alshanetsky2003-08-022-1/+5
* MFH: Fixed bug #22072 (Apache2 sapis do not detect aborted connections)Ilia Alshanetsky2003-08-012-6/+6
* MFH: Preserve exit status for non-php execution modes.Ilia Alshanetsky2003-08-012-3/+6
* MFH: Fixed bug #23509 (exit code lost when exit() called fromIlia Alshanetsky2003-08-012-3/+2
* MFHfoobar2003-08-011-6/+2
* put $Id:...$ in readmeUwe Schindler2003-07-241-1/+1
* MFH: Possibility to use php4_execute to display server error pages or directo...Uwe Schindler2003-07-242-31/+128
* some code cleanupsUwe Schindler2003-07-211-10/+16
* MFHfoobar2003-07-162-12/+16
* MFH: safe mode fixUwe Schindler2003-07-151-2/+2
* MFH: Make virtual() an alias for nsapi_virtual() -- better for docs/naming in...Uwe Schindler2003-07-151-7/+8
* MFH: Fixed bug #21074 (Apache2: "ErrorDocument xxx /error.php" broken).foobar2003-07-112-7/+19
* MFH: Use the proper way to get the max requests per child.foobar2003-07-101-6/+4
* MFHfoobar2003-07-081-2/+2
* MFH: - Fixed bug #24537 (apache2 compile missed include directories)foobar2003-07-082-27/+33
* fix typoUwe Schindler2003-07-021-1/+1
* Prevent user from making nested PHP requests with virtual()Uwe Schindler2003-07-021-1/+11
* MFH: Be more verbose about what is installed (and in CGI case, WHERE)foobar2003-07-021-1/+1
* Fix install-sapi dependency - it should depend on OVERALL_TARGET, of course.Sascha Schumann2003-07-022-6/+1
* MFH: Separate CGI install from install-sapi.foobar2003-07-012-1/+6
* properly restart syscallsSascha Schumann2003-07-011-3/+6
* Fixed win32 buildEdin Kadribasic2003-06-301-3/+3
* MFHShane Caraveo2003-06-291-1/+18
* MFHShane Caraveo2003-06-291-2/+16
* Serialize headers for systems with low IOV_MAX (e.g. Solaris)Sascha Schumann2003-06-271-14/+31
* MFHfoobar2003-06-271-1/+1
* Simplify/fix loggingSascha Schumann2003-06-161-20/+20
* Don't corrupt data during request body handlingSascha Schumann2003-06-041-42/+63
* Don't return CRLF from broken clientsSascha Schumann2003-06-041-5/+6
* MFH (bugfix #23902 by Shane).Edin Kadribasic2003-06-031-1/+1
* Fix a couple of closing folding tagsRasmus Lerdorf2003-06-031-0/+3
* Merged with main trunk 1.53/1.5.Holger Zimmermann2003-06-022-13/+13
* MFH: Messages for newer servers.Uwe Schindler2003-06-011-5/+5
* MFH: Update of README for newer servers; apache-similar functions nsapi_reque...Uwe Schindler2003-06-012-27/+96
* MFH(r-1.231): CGI SAPI should honour this setting (arg_separator.input)Moriyoshi Koizumi2003-05-311-1/+1
* zend_alter_ini_entry now with PHP_INI_USERUwe Schindler2003-05-311-1/+1
* Reapply this one, too.Marcus Boerger2003-05-311-0/+4
* Reapply long optsMarcus Boerger2003-05-316-478/+519
* - Re-added the FD lexer patch.foobar2003-05-3121-692/+504
* Disable virtual() if zlib.output_compression is turned on. Better detection o...Uwe Schindler2003-05-301-8/+16
* - Added a "DEBUG" qualifier to 'php -v's version output, and made the CGIDerick Rethans2003-05-302-2/+10
* virtual() now works under windows, tooUwe Schindler2003-05-301-11/+28