From: Derick Rethans Date: Fri, 16 May 2003 15:03:45 +0000 (+0000) Subject: - Fix speling: X-Git-Tag: BEFORE_FD_REVERT~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c8c6b2141efc767f19aff74e170e57fb6fb35f49;p=php - 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' --- 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)