derick          Sun Jun 29 11:07:04 2003 EDT

  Modified files:              
    /php-src    configure.in 
  Log:
  - Remove register_globals warning, and "built-in MySQL lib" warning
  
  
Index: php-src/configure.in
diff -u php-src/configure.in:1.452 php-src/configure.in:1.453
--- php-src/configure.in:1.452  Fri Jun 27 18:18:06 2003
+++ php-src/configure.in        Sun Jun 29 11:07:03 2003
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.452 2003/06/27 22:18:06 edink Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.453 2003/06/29 15:07:03 derick Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -1273,20 +1273,6 @@
 X
   fi
 
-  if test "$MYSQL_MODULE_TYPE" = "builtin" && test "$PHP_SAPI" != "cgi" && test 
"$PHP_SAPI" != "cli" && test "$php_multiple_shlib_versions_ok" != "yes"; then
-cat <<X
-+--------------------------------------------------------------------+
-|                        *** WARNING ***                             |
-|                                                                    |
-| You chose to compile PHP with the built-in MySQL support.  If you  |
-| are compiling a server module, and intend to use other server      |
-| modules that also use MySQL (e.g, mod_auth_mysql, PHP 3.0,         |
-| mod_perl) you must NOT rely on PHP's built-in MySQL support, and   |
-| instead build it with your local MySQL support files, by adding    |
-| --with-mysql=/path/to/mysql to your configure line.                |
-X
-  fi
-
   # Warn about linking Apache with libpthread if oci8 extension is enabled on linux.
   if test "$PHP_OCI8" != "no" -o "$PHP_ORACLE" != "no"; then
     if test "$PHP_SAPI" = "apache"; then
@@ -1321,16 +1307,6 @@
 | process, you are bound by the terms of this license agreement.     |
 | If you do not agree with the terms of this license, you must abort |
 | the installation process at this point.                            |
-+--------------------------------------------------------------------+
-|                          *** NOTE ***                              |
-|            The default for register_globals is now OFF!            |
-|                                                                    |
-| If your application relies on register_globals being ON, you       |
-| should explicitly set it to on in your php.ini file.               |
-| Note that you are strongly encouraged to read                      |
-| http://www.php.net/manual/en/security.registerglobals.php          |
-| about the implications of having register_globals set to on, and   |
-| avoid using it if possible.                                        |
 +--------------------------------------------------------------------+
 
 Thank you for using PHP.



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to