mirror of
https://github.com/php/php-src.git
synced 2026-04-24 00:18:23 +02:00
C++ extensions build fix
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user