summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* Fix Win32 Build because of missint TSRM stuffUwe Schindler2003-08-031-0/+1
* Fixed bug #24177 (Status not set correctly after flush() in Apache 2)Ilia Alshanetsky2003-08-022-1/+5
* Fixed bug #22072 (Apache2 sapis do not detect aborted connections).Ilia Alshanetsky2003-08-012-6/+6
* Preserve exit status for non-php execution modes.Ilia Alshanetsky2003-08-012-2/+6
* Fixed bug #23509 (exit code lost when exit() called fromIlia Alshanetsky2003-08-012-4/+2
* Removed the unnecessary check of array_init() return value.Andrey Hristov2003-08-011-6/+2
* put $ID:...$ in readmeUwe Schindler2003-07-241-1/+1
* Possibility to use php5_execute to display server error pages or directory li...Uwe Schindler2003-07-242-31/+128
* some code cleanupsUwe Schindler2003-07-211-10/+16
* - Use the correct paths to apu-config / apr-configfoobar2003-07-162-12/+16
* safe mode fixUwe Schindler2003-07-151-2/+2
* Make virtual() an alias for nsapi_virtual() -- better for docs/naming in futureUwe Schindler2003-07-151-7/+8
* - Fixed bug #21074 (Apache2: "ErrorDocument xxx /error.php" broken). (Jani)foobar2003-07-112-7/+19
* Use the proper way to get the max requests per child.foobar2003-07-101-6/+4
* apache2filter does not require 2.0.44foobar2003-07-081-2/+2
* - Fixed bug #24537 (apache2 compile missing include directories)foobar2003-07-082-27/+33
* rename functions to php5_*Uwe Schindler2003-07-022-25/+25
* prevent user from making nested PHP requests using virtual()Uwe Schindler2003-07-021-1/+11
* *** empty log message ***foobar2003-07-021-1/+1
* Fix install-sapi dependency - it should depend on OVERALL_TARGET, of course.Sascha Schumann2003-07-022-6/+1
* - Separate CGI build from regular SAPI buildfoobar2003-07-012-1/+6
* properly restart syscallsSascha Schumann2003-07-011-3/+6
* renable -b option (removed when longopts were added)Shane Caraveo2003-06-291-1/+18
* fix bug http://bugs.php.net/bug.php?id=24009Shane Caraveo2003-06-291-2/+16
* Serialize headers for systems with low IOV_MAX (e.g. Solaris)Sascha Schumann2003-06-271-14/+31
* - HAVE_OPENSSL_EXT is not defined always.foobar2003-06-271-1/+1
* Simplify/fix loggingSascha Schumann2003-06-161-20/+20
* flush after banner printStanislav Malyshev2003-06-161-0/+1
* Fixed win32 buildEdin Kadribasic2003-06-152-3/+4
* Fixed ZTS buildEdin Kadribasic2003-06-151-2/+2
* No need for this in the HEAD branchEdin Kadribasic2003-06-151-5/+0
* Fixed win32 build (mod_php4 -> mod_php5)Edin Kadribasic2003-06-151-2/+2
* updating license information in the headers.James Cox2003-06-1050-158/+158
* 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
* Fix for #23902 by Shane.Edin Kadribasic2003-06-031-1/+1
* MFB - fix a couple of missing closing folding tagsRasmus Lerdorf2003-06-031-0/+3
* No C++ comments in C codefoobar2003-06-021-2/+3
* Messages for newer servers.Uwe Schindler2003-06-011-5/+5
* Update of README for newer servers; apache-similar functions nsapi_request_he...Uwe Schindler2003-06-012-27/+96
* Removed increment of read_post_bytes because this is done within SAPI (SAPI.c).Holger Zimmermann2003-06-011-1/+2
* zend_alter_ini_entry now with PHP_INI_USERUwe Schindler2003-05-311-1/+1
* Disable virtual() if zlib.output_compression is turned on. Better detection o...Uwe Schindler2003-05-301-8/+16
* CGI SAPI should honour this settingMoriyoshi Koizumi2003-05-301-1/+1
* - MFB: Version output beautificationDerick Rethans2003-05-302-1/+9
* virtual() now works under windows, tooUwe Schindler2003-05-301-11/+28
* MFBMarcus Boerger2003-05-301-0/+4
* fix of incomplete windows fixUwe Schindler2003-05-291-4/+4
* Changes for compilation under windowsUwe Schindler2003-05-291-4/+4
* Simply print errorsMarcus Boerger2003-05-291-5/+1