]> granicus.if.org Git - php/commitdiff
C++ extensions build fix
authorHartmut Holzgraefe <hholzgra@php.net>
Tue, 20 May 2003 13:32:21 +0000 (13:32 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Tue, 20 May 2003 13:32:21 +0000 (13:32 +0000)
ext/standard/info.h

index 8a0403d8d1427762ea8b9f81c5f5186ae40b6436..2cbe04a0a0dd80790eb30467e45c09cf60ff2411 100644 (file)
@@ -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 */