diff options
author | Frank M. Kromann <fmk@php.net> | 2004-11-15 21:13:25 +0000 |
---|---|---|
committer | Frank M. Kromann <fmk@php.net> | 2004-11-15 21:13:25 +0000 |
commit | 11363296be5158f0a079fcce964ade5992a5daa5 (patch) | |
tree | ff267aa10665526ba4573a6bce4d25bf5c576068 | |
parent | 816bcd3affd6838471982ef9d51a258d02226876 (diff) | |
download | php-git-11363296be5158f0a079fcce964ade5992a5daa5.tar.gz |
Avoid renaming of sprintf to php_sprintf
-rw-r--r-- | ext/standard/basic_functions.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 6b91c80a02..fc108d9abe 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -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) |