From: Hartmut Holzgraefe Date: Tue, 20 May 2003 13:32:21 +0000 (+0000) Subject: C++ extensions build fix X-Git-Tag: RELEASE_1_0_2~700 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78b874f85ee4629324f5969db0fd81b98ef5f685;p=php C++ extensions build fix --- diff --git a/ext/standard/info.h b/ext/standard/info.h index 8a0403d8d1..2cbe04a0a0 100644 --- a/ext/standard/info.h +++ b/ext/standard/info.h @@ -55,6 +55,7 @@ #define ZEND_LOGO_GUID "PHPE9568F35-D428-11d2-A769-00AA001ACF42" #define PHP_CREDITS_GUID "PHPB8B5F2A0-3C92-11d3-A3A9-4C7B08C10000" +BEGIN_EXTERN_C() PHP_FUNCTION(phpversion); PHP_FUNCTION(phpinfo); PHP_FUNCTION(phpcredits); @@ -82,5 +83,6 @@ PHPAPI void php_info_print_hr(void); PHPAPI char *php_logo_guid(void); void register_phpinfo_constants(INIT_FUNC_ARGS); +END_EXTERN_C(); #endif /* INFO_H */