sniper Thu Jun 5 00:15:03 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/standard config.m4
Log:
MFH: fix regex issues with apache2handler
Index: php4/ext/standard/config.m4
diff -u php4/ext/standard/config.m4:1.47.2.2 php4/ext/standard/config.m4:1.47.2.3
--- php4/ext/standard/config.m4:1.47.2.2 Thu Feb 13 20:27:42 2003
+++ php4/ext/standard/config.m4 Thu Jun 5 00:15:03 2003
@@ -1,4 +1,4 @@
-dnl $Id: config.m4,v 1.47.2.2 2003/02/14 01:27:42 sniper Exp $ -*- sh -*-
+dnl $Id: config.m4,v 1.47.2.3 2003/06/05 04:15:03 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