summaryrefslogtreecommitdiff
path: root/sapi/apache2filter/sapi_apache2.c
Commit message (Expand)AuthorAgeFilesLines
...
* TSRM issue in windows compilingUwe Schindler2003-08-031-0/+1
* Fixed bug #24177 (Status not set correctly after flush() in Apache 2)Ilia Alshanetsky2003-08-021-1/+3
* Fixed bug #22072 (Apache2 sapis do not detect aborted connections).Ilia Alshanetsky2003-08-011-3/+3
* - Fixed bug #21074 (Apache2: "ErrorDocument xxx /error.php" broken). (Jani)foobar2003-07-111-4/+10
* updating license information in the headers.James Cox2003-06-101-3/+3
* Fixed bug #23759 (PHP doesn't preserve subrequest status).Ilia Alshanetsky2003-05-231-1/+1
* Revert the last patch.Moriyoshi Koizumi2003-05-141-7/+0
* OopsMoriyoshi Koizumi2003-05-131-8/+1
* Fixed bug #23610Moriyoshi Koizumi2003-05-131-0/+14
* Fixed bug #23417 (compile failure in apache2filter sapi).Ilia Alshanetsky2003-04-301-1/+1
* Fixed bug #23232 (safe_mode does not honor PHP_AUTH_* in apache2)Ilia Alshanetsky2003-04-161-1/+1
* make Apache define SG(request_info).path_translted, like Apache 1 did.Stanislav Malyshev2003-04-101-0/+1
* update php module name to php5, not php4.Sterling Hughes2003-03-291-2/+2
* - Fix for some unixware compile problem. (comment by Sascha :)foobar2003-03-051-4/+6
* (possibly) fix Win32 builds of the Apache 2 filterZeev Suraski2003-02-241-0/+2
* Removed unnecessary codeMoriyoshi Koizumi2003-02-101-29/+0
* Fixed bug #17868 (more then the <!--include--> directive used to includeIlia Alshanetsky2003-01-281-1/+3
* Modifications for NetWare.Anantha Kesari H Y2003-01-031-0/+15
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Changed ifdef to if.Ilia Alshanetsky2002-12-311-1/+1
* Fixed bug #21045 (Apache 2 SAPI now supports the mod_php_memory_usageIlia Alshanetsky2002-12-301-0/+9
* Fixed bug #17098 (make Apache aware that PHP scripts represent dynamic dataIlia Alshanetsky2002-12-271-2/+13
* Made auth information inaccessible under safe mode as discussed in the listMoriyoshi Koizumi2002-12-211-5/+10
* WSMoriyoshi Koizumi2002-12-211-5/+5
* Added some notes about the brigade bug detectionMoriyoshi Koizumi2002-12-211-0/+10
* An intuitive attempt to hunt the bug.Moriyoshi Koizumi2002-12-181-0/+19
* Replaced deprecated APR_BRIGADE_FOREACH macro.Ilia Alshanetsky2002-12-091-2/+2
* - Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is.foobar2002-11-261-5/+0
* adding id tagsJames Cox2002-11-021-0/+2
* fix obvious copy&paste errorSascha Schumann2002-11-021-1/+1
* Added support for 'engine Off' directiveIlia Alshanetsky2002-10-221-0/+6
* Fixed a bug with .phps handler.Ilia Alshanetsky2002-10-161-1/+1
* A slightly better content-type check.Ilia Alshanetsky2002-10-041-1/+1
* Added .phps support to Apache 2. It can be enabled by addingIlia Alshanetsky2002-10-041-10/+25
* Fixed bug #17466Ilia Alshanetsky2002-09-231-1/+18
* Fixed bug #17662Ilia Alshanetsky2002-09-231-1/+12
* Fix double initializationZeev Suraski2002-09-211-1/+0
* another startup initialization fix - only ISAPI and CGI SAPI's tested,Zeev Suraski2002-09-181-1/+12
* - YAAC: I hope this is the last one!Derick Rethans2002-06-281-2/+2
* @ Add runtime Apache2 thread check to ensure we don't run a non-threadedRasmus Lerdorf2002-06-241-0/+10
* @ Turn off ZTS if Apache2 is using the prefork MPM. (Rasmus)Rasmus Lerdorf2002-06-241-1/+4
* Fixing the same possible memory leak.Stefan Esser2002-06-211-1/+4
* too many flushes are badSascha Schumann2002-06-081-1/+3
* Fix a graceful restart SEGV. We no longer only perform initializationAaron Bannert2002-05-051-5/+0
* Fix an elusive and intermittent startup SEGV. The problem wasAaron Bannert2002-05-051-3/+8
* Apache does a full load, unload, load cycle for each DSO module.Aaron Bannert2002-04-241-0/+17
* This patch implements a new Apache2 directive called PHPINIDir thatAaron Bannert2002-04-181-3/+19
* Fix an intermittent SEGV when an error bubbled up from PHP before ourAaron Bannert2002-04-181-1/+8
* It makes more sense to do the null-pointer check *before* trying to use it.Aaron Bannert2002-04-161-1/+1
* ws fixesfoobar2002-04-141-18/+15