summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* - 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
* UpdateMarcus Boerger2003-05-291-0/+1
* Added php.ini value: nsapi.read_timeout; Included the apache-like virtual() f...Uwe Schindler2003-05-291-18/+228
* - Fix the error message if apxs|2 is fubar.foobar2003-05-283-3/+3
* MFB: nuked php_header() call from the sapi_cgi_log_message()foobar2003-05-261-6/+1
* - MFBDerick Rethans2003-05-261-1/+8
* - Fix typoDerick Rethans2003-05-261-1/+1
* http://bugs.php.net/bug.php?id=14409Shane Caraveo2003-05-261-1/+1
* Fixed bug #23759 (PHP doesn't preserve subrequest status).Ilia Alshanetsky2003-05-232-2/+2
* -Fix noticeDerick Rethans2003-05-211-1/+1
* Set exspected threads to tsrm_startup() to number of threads NSAPI returns fo...Uwe Schindler2003-05-201-2/+9
* NSAPI SAPI sends now 404 if script not found and 500 if execution failed. Inc...Uwe Schindler2003-05-191-83/+63
* continuation on bugfix #13757Shane Caraveo2003-05-191-1/+7
* bugfix #13757 - passing query string on command line when run from shellShane Caraveo2003-05-191-25/+25
* Implement feature request #8879: Added possibility to alter ini entries by ph...Uwe Schindler2003-05-182-4/+42
* Fixed bug #23669Moriyoshi Koizumi2003-05-171-1/+1