summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2006-12-20 10:34:36 +0000
committerHannes Magnusson <bjori@php.net>2006-12-20 10:34:36 +0000
commit1e19ee87853fe519cee671038bd5eba0fe9cd8be (patch)
treecd226d09acabe1c8f32be22c7772e0370d711c87 /main/php.h
parent6a8a2e8b0e66632b84c4b640023281052decd805 (diff)
downloadphp-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.h1
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