diff options
author | Zeev Suraski <zeev@php.net> | 2000-02-16 17:46:14 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-02-16 17:46:14 +0000 |
commit | 75b1316e70dcd8f8c094357cec289ed6eeef5dca (patch) | |
tree | 3529a15e25b7c4b20fbcfdf8d8217068877a4036 /sapi/apache/sapi_apache.c | |
parent | 9bb9221642cf320af9ab528dbe5df2f62aa7987e (diff) | |
download | php-git-75b1316e70dcd8f8c094357cec289ed6eeef5dca.tar.gz |
@- Updated the browscap module to work with PHP 4.0 (Zeev)
Diffstat (limited to 'sapi/apache/sapi_apache.c')
-rw-r--r-- | sapi/apache/sapi_apache.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sapi/apache/sapi_apache.c b/sapi/apache/sapi_apache.c index 5beacc18d1..48c72bfa2c 100644 --- a/sapi/apache/sapi_apache.c +++ b/sapi/apache/sapi_apache.c @@ -21,6 +21,8 @@ */ /* $Id$ */ +#define _PHP_REGEX_H 1 + #include "php.h" #include "httpd.h" |