summaryrefslogtreecommitdiff
path: root/sapi/apache2filter
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a typo and a build error detected by the lovely HPUX11 ANSI C compiler.Aaron Bannert2002-04-121-5/+7
* Fix a problem where php-generated data was pushed down the entire outputAaron Bannert2002-04-112-3/+5
* PHP filters and Apache 2 aren't quite a perfect match yet, so we haveAaron Bannert2002-04-112-24/+70
* Don't depend on the context provided by the filter (f->ctx) anymore. InAaron Bannert2002-04-111-6/+3
* Return the number of bytes consumed, not the number of bytes left.Aaron Bannert2002-04-111-1/+1
* Update README.Sebastian Bergmann2002-04-111-5/+2
* Patch by Aaron Bannert <aaron@clove.org> and Cliff Woolley <jwoolley@virginia...Sebastian Bergmann2002-04-112-82/+72
* Let people know this stuff is experimental.foobar2002-04-101-1/+1
* eekk -- and ssb thought my macro's were icky :)Sterling Hughes2002-04-091-2/+2
* fix compile warningsSterling Hughes2002-04-091-2/+2
* Fix output directory.Sebastian Bergmann2002-04-061-3/+3