mirror of
https://github.com/php/php-src.git
synced 2026-03-31 12:42:29 +02:00
Avoid renaming of sprintf to php_sprintf
This commit is contained in:
@@ -165,6 +165,7 @@ typedef struct _user_tick_function_entry {
|
||||
static void user_shutdown_function_dtor(php_shutdown_function_entry *shutdown_function_entry);
|
||||
static void user_tick_function_dtor(user_tick_function_entry *tick_function_entry);
|
||||
|
||||
#undef sprintf
|
||||
|
||||
function_entry basic_functions[] = {
|
||||
PHP_FE(constant, NULL)
|
||||
|
||||
Reference in New Issue
Block a user