From 35e3efbd41e472ba8a0fee9347ace28d29408284 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Tue, 20 Jun 2000 22:12:22 +0000 Subject: [PATCH] Warn about using the built-in MySQL library --- configure.in | 20 ++++++++++++++++++-- ext/mysql/config.m4 | 4 ++++ 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 51624eb48f..2efff19d82 100644 --- a/configure.in +++ b/configure.in @@ -852,7 +852,8 @@ if true; then if test "$REDIRECT" = "0"; then if test "$DISCARD_PATH" = "0"; then echo "+--------------------------------------------------------------------+" - echo "| Warning: |" + echo "| *** WARNING *** |" + echo "| |" echo "| You will be compiling the CGI version of PHP without any |" echo "| redirection checking. By putting this cgi binary somewhere in |" echo "| your web space, users may be able to circumvent existing .htaccess |" @@ -867,7 +868,8 @@ if true; then rm -f config.cache cat <