diff options
author | Derick Rethans <derick@php.net> | 2004-06-10 14:48:46 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2004-06-10 14:48:46 +0000 |
commit | 45b4b82fe486dcec809e5a497439dbdce41ab5df (patch) | |
tree | 75227f9a045e5b641cb5d0b97227d62544675494 /configure.in | |
parent | 323a19116c8660aee340eeab8e0981dd0acd01b4 (diff) | |
download | php-git-45b4b82fe486dcec809e5a497439dbdce41ab5df.tar.gz |
- Fixed bug #28730 (Wrong website in configure output)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 960a548378..08fa0728b5 100644 --- a/configure.in +++ b/configure.in @@ -1407,7 +1407,7 @@ cat <<X | 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. | +--------------------------------------------------------------------+ |