mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
warn_not_available() will be used by other modules besides
ext/standard in the (very near) future
This commit is contained in:
parent
a0e46521e3
commit
ae1043ba0d
@ -366,6 +366,8 @@ PHPAPI int cfg_get_string(char *varname, char **result);
|
||||
#define XtOffsetOf(s_type,field) XtOffset(s_type*,field)
|
||||
#endif
|
||||
|
||||
PHP_FUNCTION(warn_not_available);
|
||||
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user