]> granicus.if.org Git - php/commitdiff
Fix the regex issues with apache2handler
authorfoobar <sniper@php.net>
Thu, 5 Jun 2003 04:14:43 +0000 (04:14 +0000)
committerfoobar <sniper@php.net>
Thu, 5 Jun 2003 04:14:43 +0000 (04:14 +0000)
ext/standard/config.m4

index ca333157b2e6c5f580d2361807afff8723578fc9..967c969ba9b20f7de3eb29323ebb465d2794a6e4 100644 (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