diff options
author | Edin Kadribasic <edink@php.net> | 2003-07-25 11:41:33 +0000 |
---|---|---|
committer | Edin Kadribasic <edink@php.net> | 2003-07-25 11:41:33 +0000 |
commit | 37cbc7cbb5b91da52dd0ad4b776076d881960bc8 (patch) | |
tree | fb64b2c5dc6ebc90afe301020ab1e3aaf23575bf /main/php_compat.h | |
parent | 9fe5094d77356e5c2e31196b49510b6fe604ca20 (diff) | |
download | php-git-37cbc7cbb5b91da52dd0ad4b776076d881960bc8.tar.gz |
Partial MDB
Diffstat (limited to 'main/php_compat.h')
-rw-r--r-- | main/php_compat.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main/php_compat.h b/main/php_compat.h index 0a3c6ae612..d68d7613ea 100644 --- a/main/php_compat.h +++ b/main/php_compat.h @@ -127,4 +127,8 @@ #define XML_NS 1 #endif +#ifdef PHP_EXPORTS +#define PCRE_STATIC +#endif + #endif |