php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #55404 bad redirect for for mysql.allow_local_infile
Submitted: 2011-08-11 18:41 UTC Modified: 2011-08-17 12:12 UTC
From: jonnykent at gmail dot com Assigned: bjori (profile)
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: all
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: jonnykent at gmail dot com
New email:
PHP Version: OS:

 

 [2011-08-11 18:41 UTC] jonnykent at gmail dot com
Description:
------------
default php.ini show a link http://php.net/mysql.allow_local_infile
but that link returns a 404:
"PHP Function List
mysql.allow_local_infile doesn't exist. Closest matches:" plus a reference to 
the spanish ini file


however a site search finds a reference to mysql.allow_local_infile at 
http://www.php.net/manual/en/mysqli.configuration.php which has a link to 
http://www.php.net/manual/en/mysqli.configuration.php#ini.mysqli.allow-local-
infile

and that link works correctly

other links work as expected such as http://php.net/mysql.allow-persistent 
correctly redirects to 
http://www.php.net/manual/en/mysql.configuration.php#ini.mysql.allow-persistent
 

Test script:
---------------
open http://www.php.net/manual/en/mysqli.configuration.php#ini.mysqli.allow-local-infile


Expected result:
----------------
a redirect to 
http://www.php.net/manual/en/mysqli.configuration.php#ini.mysqli.allow-local-
infile

Actual result:
--------------
404:
http://www.php.net/manual-lookup.php?
pattern=mysql.allow_local_infile&lang=en&scope=404quickref

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-08-17 11:52 UTC] bjori@php.net
Automatic comment from SVN on behalf of bjori
Revision: http://svn.php.net/viewvc/?view=revision&revision=315060
Log: Document mysql[i].allow_local_infile, see bug#55404
 [2011-08-17 12:12 UTC] bjori@php.net
Automatic comment from SVN on behalf of bjori
Revision: http://svn.php.net/viewvc/?view=revision&revision=315063
Log: add the ini entries from php.ini, see bug#55404
 [2011-08-17 12:12 UTC] bjori@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: bjori
 [2011-08-17 12:12 UTC] bjori@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 20:01:29 2024 UTC