summaryrefslogtreecommitdiff
path: root/sapi/apache2filter
Commit message (Expand)AuthorAgeFilesLines
* 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 a note on how to enable .phps support.Ilia Alshanetsky2002-10-041-0/+4
* Added .phps support to Apache 2. It can be enabled by addingIlia Alshanetsky2002-10-041-10/+25
* Added missing TSRMLS_DC to php_apache_lookup_uri()Ilia Alshanetsky2002-10-031-3/+3
* Added apache_response_headers(), apache_note(), apache_getenv() andIlia Alshanetsky2002-10-021-15/+160
* Fixed bug #17466Ilia Alshanetsky2002-09-232-1/+20
* Allow this to build on beos with it's bizarre linking.David Reid2002-09-231-0/+8
* Fixed bug #17662Ilia Alshanetsky2002-09-231-1/+12
* Fix double initializationZeev Suraski2002-09-213-7/+0
* another startup initialization fix - only ISAPI and CGI SAPI's tested,Zeev Suraski2002-09-182-2/+13
* Break up the INSTALL_IT line into comprehensible piecesSascha Schumann2002-07-111-1/+9
* Use a simple IFS; set step to interprete the httpd -v outputSascha Schumann2002-07-111-1/+1
* - Fix the version check again.foobar2002-07-071-1/+1
* Better fix it here too..foobar2002-06-291-1/+1
* Mention Apache 2.0.40.Sebastian Bergmann2002-06-281-2/+1
* Require 2.0.40foobar2002-06-281-2/+2
* - YAAC: I hope this is the last one!Derick Rethans2002-06-281-2/+2
* Fixed bug: #17491 (honor INSTALL_ROOT)foobar2002-06-281-3/+5
* @ 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-242-2/+8
* Made php_admin_value work outside <location> and <directory> blocks.Sander Roobol2002-06-221-2/+2
* Fixing the same possible memory leak.Stefan Esser2002-06-211-1/+4
* too many flushes are badSascha Schumann2002-06-081-1/+3
* That macro is and always was hopelessly broken, which is why it'sCliff Woolley2002-05-301-1/+1
* Allow the version checks for --with-apxs= and --with-apxs2= to workCliff Woolley2002-05-171-1/+1
* apache 2.0's apache_lookup_uri() was returning an array rather than anCliff Woolley2002-05-171-4/+13
* * restore the php_flag and php_admin_flag Apache directives which forCliff Woolley2002-05-171-2/+30
* Patch by Justin Erenkrantz <jerenkrantz@apache.org> for enablingMarko Karppinen2002-05-131-1/+12
* More verbose but more generic error message when we spot multipleJim Jagielski2002-05-131-1/+1
* Patch by Justin Erenkrantz <jerenkrantz@apache.org>. This should be MFHed.Sebastian Bergmann2002-05-111-0/+2
* - Added Aaron Bannert as maintainerDerick Rethans2002-05-081-1/+1
* 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
* Well that didn't last long! (Reverting previous.)Marko Karppinen2002-05-051-1/+1
* Prelim. patch to enable apache2filter to link on Darwin.Marko Karppinen2002-05-051-1/+1
* be a bit more verbose about what is wrongSascha Schumann2002-04-261-2/+2
* - Fix for bug: #16791. (more reliable test)foobar2002-04-261-6/+10
* Apache does a full load, unload, load cycle for each DSO module.Aaron Bannert2002-04-241-0/+17
* Typo in error stringJim Jagielski2002-04-221-1/+1
* Refine the OS X support a bitMarko Karppinen2002-04-221-3/+6
* Merged the Mac OS X compile changes from the Apache 1.3 SAPI.Marko Karppinen2002-04-221-8/+18
* Reverting my previous patch.Edin Kadribasic2002-04-221-6/+6
* Added ..\..\..\php_build\lib\apache2 to libpath andEdin Kadribasic2002-04-211-6/+6
* Document the new PHPINIDir directive in the apache2filter/README.Aaron Bannert2002-04-181-0/+9
* This patch implements a new Apache2 directive called PHPINIDir thatAaron Bannert2002-04-183-3/+43
* 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
* - Added checks to prevent building the DSO with wrong configure option.foobar2002-04-121-0/+6