derick Thu Jun 10 10:48:47 2004 EDT Modified files: (Branch: PHP_4_3) /php-src configure.in Log: - Fixed bug #28730 (Wrong website in configure output) http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.117&r2=1.396.2.118&ty=u Index: php-src/configure.in diff -u php-src/configure.in:1.396.2.117 php-src/configure.in:1.396.2.118 --- php-src/configure.in:1.396.2.117 Thu Jun 3 08:42:05 2004 +++ php-src/configure.in Thu Jun 10 10:48:46 2004 @@ -1,4 +1,4 @@ -dnl ## $Id: configure.in,v 1.396.2.117 2004/06/03 12:42:05 iliaa Exp $ -*- sh -*- +dnl ## $Id: configure.in,v 1.396.2.118 2004/06/10 14:48:46 derick Exp $ -*- sh -*- dnl ## Process this file with autoconf to produce a configure script. divert(1) @@ -1407,7 +1407,7 @@ | 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 | +| http://www.php.net/manual/en/security.globals.php | | about the implications of having register_globals set to on, and | | avoid using it if possible. | +--------------------------------------------------------------------+
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php