diff options
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php.h b/main/php.h index db2e966091..3be9d6af67 100644 --- a/main/php.h +++ b/main/php.h @@ -367,7 +367,7 @@ PHPAPI int cfg_get_string(char *varname, char **result); #endif -#define PHP_NOT_IN_THIS_BUILD { \ +#define PHP_NOT_IN_THIS_BUILD() { \ php_error(E_WARNING, "%s: not supported in this PHP build",get_active_function_name()); \ RETURN_FALSE; \ } |