summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* Replaced PCHAR by CHAR * (not defined in pi3web_sapi header)Holger Zimmermann2005-06-261-2/+2
* Fix for bug #33057 - Don't send extraneous entity-headers on a 304 as perRasmus Lerdorf2005-05-191-3/+9
* MFHfoobar2005-04-301-1/+1
* MFHfoobar2005-04-281-2/+2
* MFHfoobar2005-04-281-1/+6
* fix C++ commentsAntony Dovgal2005-04-222-3/+3
* MFH: - Fixed bug #31887 (ISAPI: Custom 5xx error does not return correct HTTP...foobar2005-04-171-5/+18
* MFH: - Fixed bug #32587 (Apache2: errors sent to error_log do not include tim...foobar2005-04-082-20/+8
* MFH: fix #28803 (enabled debug causes bailout errors with CLI on AIXAntony Dovgal2005-03-221-1/+4
* MFH: - Fixed bug #31717: Reject PATH_INFO if "AcceptPathInfo off" is used.Joe Orton2005-03-101-0/+10
* MFHfoobar2005-03-041-27/+31
* typofixfoobar2005-03-021-1/+1
* Revert broken patchfoobar2005-02-111-11/+1
* MFH: - Fixed bug #28227 (PHP CGI depends upon non-standard SCRIPT_FILENAME)foobar2005-02-041-1/+11
* - MFH: There is no --with-apache2, only apxs2Derick Rethans2005-01-261-1/+1
* Fix several egregious leaks in ext/browscap and sapi/embed.Andrei Zmievski2005-01-251-0/+1
* MFH: Fixed regression #31645 - only flush before running the subrequest.Joe Orton2005-01-241-4/+4
* MFH: - Memory leak fixes from ZE2 + HEAD CLIfoobar2005-01-221-6/+9
* MFH - Fixed bug #31519: Set r->status_line to SAPI-provided status-line.Joe Orton2005-01-171-0/+8
* MFH: Fixed bug #30446 - virtual() includes files out of sequence,Joe Orton2005-01-111-0/+5
* MFH: Fix ZTS buildfoobar2005-01-111-0/+2
* MFH: - Fixed bug #28074 (FastCGI: stderr should be written in a FCGI stderr s...foobar2005-01-101-0/+7
* MFH: - Fix outside-source-tree builds. Always include generated header filesfoobar2005-01-091-1/+1
* MFH: - Fixed bug #31055 (apache2filter: per request leak proportional to the ...foobar2005-01-071-0/+3
* - Quote macro names in AC_DEFUN()foobar2004-12-302-2/+2
* MFH: - Fixed bug #7782 (Cannot use PATH_INFO fully with php isapi)foobar2004-12-181-46/+127
* Missing CVS id tagfoobar2004-12-181-0/+1
* - MFHMoriyoshi Koizumi2004-12-162-8/+8
* MFH: Fix typo (avaliable -> available). (bug #28725)foobar2004-12-161-1/+1
* fix startup - if startup did not succeed, do not continue with executionStanislav Malyshev2004-12-061-3/+5
* do not zero out peak - MM shutdown would do thatStanislav Malyshev2004-12-061-2/+1
* Replaced static server variables by function call and configurable list at th...Holger Zimmermann2004-12-053-84/+40
* MFH: Fix case where php_handle_aborted_connection was calledJoe Orton2004-10-211-0/+2
* MFH: Fixed apache2* SAPI build against httpd 2.1.Joe Orton2004-10-212-6/+18
* Fixed bug #29805 (HTTP Authentication Issues)Uwe Schindler2004-09-211-0/+2
* Sorry REVERT bevor 4.3.9 is out because of not critical!!!!Uwe Schindler2004-09-151-2/+0
* Fixed bug #29805 (HTTP Authentication Issues)Uwe Schindler2004-09-151-0/+2
* typo in config.m4 (potential configuration problem with Stronghold)Antony Dovgal2004-08-181-1/+1
* MFHEdin Kadribasic2004-07-211-1/+1
* Merge all not yet merged security fixes into the 4_3 branchStefan Esser2004-07-211-8/+9
* - MFH (sapi_apache2.c: 1.41): request_dtor() should be called if a fatalMoriyoshi Koizumi2004-07-201-2/+2
* MFH: Made php -m output sorted case-insensitevlyEdin Kadribasic2004-07-142-2/+2
* - revert to proper behaviour. The environment variable PHP_FCGI_CHILDRENSascha Schumann2004-07-051-1/+1
* MFH: replace strncpy with strlcpyUwe Schindler2004-06-261-5/+3
* Memory leak fix (patch by Joe Orton)Edin Kadribasic2004-06-251-24/+2
* Addendum to bug #28878: change ini keys as PHP_INI_SYSTEMUwe Schindler2004-06-231-17/+10
* Fix bug #28878: php.ini values in php4_executeUwe Schindler2004-06-221-1/+1
* MFH: Fixed bug #28818 (Apache 2 sapis do not export st_dev).Ilia Alshanetsky2004-06-182-0/+2
* MFH: Make isapi more compatible with apache sapis as far as the creationIlia Alshanetsky2004-05-131-1/+3
* Security fix: Put '\0' string termination before loopUwe Schindler2004-05-031-1/+1