diff options
author | foobar <sniper@php.net> | 2006-04-10 11:54:54 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2006-04-10 11:54:54 +0000 |
commit | 2442d71b1631d3d39e1b28b039776c104e68ae3c (patch) | |
tree | 3d83a6347022b876ac1afb00ed41aef9e3343adc | |
parent | 591951dbfe6f00a1490c4295ae457b6009a2df9f (diff) | |
download | php-git-2442d71b1631d3d39e1b28b039776c104e68ae3c.tar.gz |
- Silence some PCRE compile warnings
-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 |