From: Zeev Suraski Date: Tue, 20 Jun 2000 22:12:22 +0000 (+0000) Subject: Warn about using the built-in MySQL library X-Git-Tag: php-4.0.1RC~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=35e3efbd41e472ba8a0fee9347ace28d29408284;p=php Warn about using the built-in MySQL library --- 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 <