1
0
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:
Frank M. Kromann
2004-11-15 23:16:20 +00:00
parent ee3f17d3ee
commit 99041df380

View File

@@ -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)