Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11460 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19733 invoked by uid 1010); 22 Jul 2004 08:25:02 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 19709 invoked by uid 1007); 22 Jul 2004 08:25:02 -0000 Message-ID: <20040722082502.19708.qmail@pb1.pair.com> To: internals@lists.php.net Date: Thu, 22 Jul 2004 10:24:57 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030901 Thunderbird/0.2 X-Accept-Language: en-us, en MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------010308060402030403070305" X-Posted-By: 81.57.128.152 Subject: [patch] broken link in php.ini-recommended From: didou@php.net (Mehdi Achour) --------------010308060402030403070305 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hi Internals, Attached a patch fixing a broken link to the manual. Regards, didou --------------010308060402030403070305 Content-Type: text/plain; name="php.ini-recommended.patch.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="php.ini-recommended.patch.txt" Index: php.ini-recommended =================================================================== RCS file: /repository/php-src/php.ini-recommended,v retrieving revision 1.159 diff -u -r1.159 php.ini-recommended --- php.ini-recommended 15 Jul 2004 19:09:37 -0000 1.159 +++ php.ini-recommended 22 Jul 2004 08:18:07 -0000 @@ -77,7 +77,7 @@ ; import_request_variables() function. ; Note that register_globals is going to be depracated (i.e., turned off by ; default) in the next version of PHP, because it often leads to security bugs. -; Read http://php.net/manual/en/security.registerglobals.php for further +; Read http://php.net/manual/en/security.globals.php for further ; information. ; - register_long_arrays = Off [Performance] ; Disables registration of the older (and deprecated) long predefined array --------------010308060402030403070305--