From: foobar Date: Thu, 5 Jun 2003 04:14:43 +0000 (+0000) Subject: Fix the regex issues with apache2handler X-Git-Tag: RELEASE_1_0_2~423 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89e2d04ab970981146655ed45cd744306a8dcfef;p=php Fix the regex issues with apache2handler --- diff --git a/ext/standard/config.m4 b/ext/standard/config.m4 index ca333157b2..967c969ba9 100644 --- a/ext/standard/config.m4 +++ b/ext/standard/config.m4 @@ -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