mirror of
https://github.com/php/php-src.git
synced 2026-03-30 20:22:36 +02:00
Fix the regex issues with apache2handler
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user