From 75b1316e70dcd8f8c094357cec289ed6eeef5dca Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Wed, 16 Feb 2000 17:46:14 +0000 Subject: @- Updated the browscap module to work with PHP 4.0 (Zeev) --- sapi/apache/mod_php4.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sapi/apache/mod_php4.c') diff --git a/sapi/apache/mod_php4.c b/sapi/apache/mod_php4.c index 5d23a64ab6..08591fbb31 100644 --- a/sapi/apache/mod_php4.c +++ b/sapi/apache/mod_php4.c @@ -19,6 +19,8 @@ */ /* $Id$ */ +#define _PHP_REGEX_H 1 + #include "zend.h" #include "php.h" #include "php_variables.h" -- cgit v1.2.1