diff options
-rw-r--r-- | main/php_compat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php_compat.h b/main/php_compat.h index 2a1c3f7313..0a3c6ae612 100644 --- a/main/php_compat.h +++ b/main/php_compat.h @@ -39,6 +39,7 @@ #define pcre_maketables php_pcre_maketables #define pcre_study php_pcre_study #define pcre_version php_pcre_version +#define pcre_fullinfo php_pcre_fullinfo #endif #define lookup php_lookup |