diff options
Diffstat (limited to 'main/php_compat.h')
-rw-r--r-- | main/php_compat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/php_compat.h b/main/php_compat.h index 8acbffb05e..c01efad282 100644 --- a/main/php_compat.h +++ b/main/php_compat.h @@ -38,6 +38,8 @@ #define pcre_study php_pcre_study #define pcre_version php_pcre_version #define pcre_fullinfo php_pcre_fullinfo +#define pcre_free php_pcre_free +#define pcre_malloc php_pcre_malloc #endif #define lookup php_lookup |