sniper Thu Jun 5 00:14:44 2003 EDT Modified files: /php4/ext/standard config.m4 Log: Fix the regex issues with apache2handler Index: php4/ext/standard/config.m4 diff -u php4/ext/standard/config.m4:1.59 php4/ext/standard/config.m4:1.60 --- php4/ext/standard/config.m4:1.59 Thu Feb 27 17:48:13 2003 +++ php4/ext/standard/config.m4 Thu Jun 5 00:14:43 2003 @@ -1,4 +1,4 @@ -dnl $Id: config.m4,v 1.59 2003/02/27 22:48:13 wez Exp $ -*- sh -*- +dnl $Id: config.m4,v 1.60 2003/06/05 04:14:43 sniper Exp $ -*- sh -*- divert(3)dnl @@ -205,7 +205,7 @@ [ 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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php