Fix the regex issues with apache2handler

This commit is contained in:
foobar 2003-06-05 04:14:43 +00:00
parent 2cf370142d
commit 89e2d04ab9

View File

@ -205,7 +205,7 @@ AC_ARG_WITH(regex,
[
case $withval in
system)
if test "$PHP_SAPI" = "apache" || test "$PHP_SAPI" = "apache2filter"; then
if test "$PHP_SAPI" = "apache" || test "$PHP_SAPI" = "apache2filter" || test "$PHP_SAPI" = "apache2handler"; then
REGEX_TYPE=php
else
REGEX_TYPE=system