From c8c6b2141efc767f19aff74e170e57fb6fb35f49 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Fri, 16 May 2003 15:03:45 +0000 Subject: [PATCH] - Fix speling: /dat/dev/php/php-4.3.2RC3/ext/mysql/libmysql/my_tempnam.c:115: the use of `tempnam' is dangerous, better use `mkstemp' --- Makefile.global | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.global b/Makefile.global index cfd7ae6a89..d8713cf475 100644 --- a/Makefile.global +++ b/Makefile.global @@ -9,7 +9,7 @@ COMMON_FLAGS = $(DEFS) $(INCLUDES) $(EXTRA_INCLUDES) $(CPPFLAGS) $(PHP_FRAMEWORK all: $(all_targets) @echo @echo "Build complete." - @echo "(It is safe to ignore warnings about tmpnam)." + @echo "(It is safe to ignore warnings about tempnam)." @echo build-modules: $(PHP_MODULES) -- 2.50.1