diff options
author | Hannes Magnusson <bjori@php.net> | 2006-12-20 10:38:24 +0000 |
---|---|---|
committer | Hannes Magnusson <bjori@php.net> | 2006-12-20 10:38:24 +0000 |
commit | 460360ae5363be1acce2a86aa0273a5913e01bdd (patch) | |
tree | 31587a62cc899f97932b01896af34976cf63f9bb /main/php.h | |
parent | 4006f0021937c9ec94c1aee8560bfe5d90c49723 (diff) | |
download | php-git-460360ae5363be1acce2a86aa0273a5913e01bdd.tar.gz |
MFB:
- 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 84bf8927a4..97049ead23 100644 --- a/main/php.h +++ b/main/php.h @@ -336,6 +336,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 |