diff options
author | Hannes Magnusson <bjori@php.net> | 2006-12-20 10:34:36 +0000 |
---|---|---|
committer | Hannes Magnusson <bjori@php.net> | 2006-12-20 10:34:36 +0000 |
commit | 1e19ee87853fe519cee671038bd5eba0fe9cd8be (patch) | |
tree | cd226d09acabe1c8f32be22c7772e0370d711c87 /main/php.h | |
parent | 6a8a2e8b0e66632b84c4b640023281052decd805 (diff) | |
download | php-git-1e19ee87853fe519cee671038bd5eba0fe9cd8be.tar.gz |
- Fixed incorrect function names on FreeBSD where inet_pton() was named
__inet_pton() and inet_ntop() was named __inet_ntop()
- Fixed bug #39685 (iconv() - undefined function)
- Fixed bug #38852 (XML-RPC Breaks iconv)
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php.h b/main/php.h index a3825a4659..59e9762ac1 100644 --- a/main/php.h +++ b/main/php.h @@ -340,6 +340,7 @@ END_EXTERN_C() #define PHP_FUNCTION ZEND_FUNCTION #define PHP_METHOD ZEND_METHOD +#define PHP_RAW_NAMED_FE ZEND_RAW_NAMED_FE #define PHP_NAMED_FE ZEND_NAMED_FE #define PHP_FE ZEND_FE #define PHP_DEP_FE ZEND_DEP_FE |