1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00

Avoid renaming of sprintf to php_sprintf

This commit is contained in:
Frank M. Kromann
2004-11-15 21:13:25 +00:00
parent 816bcd3aff
commit 11363296be
+1
View File
@@ -158,6 +158,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)