From 1e19ee87853fe519cee671038bd5eba0fe9cd8be Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Wed, 20 Dec 2006 10:34:36 +0000 Subject: - 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) --- main/php.h | 1 + 1 file changed, 1 insertion(+) (limited to 'main/php.h') 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 -- cgit v1.2.1