php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #65524 Missing zend.detect_unicode directive documentation
Submitted: 2013-08-22 19:39 UTC Modified: 2013-10-03 06:02 UTC
From: cevfora at elitemail dot org Assigned: krakjoe (profile)
Status: Closed Package: *Configuration Issues
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2013-08-22 19:39 UTC] cevfora at elitemail dot org
Description:
------------
A) There should be documentation of directive zend.detect_unicode ... probably on the page titled "Description of core php.ini directives" at

http://www.php.net/manual/en/ini.core.php

(Perhaps there was an intention to rename the "detect_unicode" setting to "zend.detect_unicode".  If so, this process is not completely reflected in the documentation.)

B) The zend.detect_unicode directive listed on the page titled "List of php.ini directives"

http://php.net/manual/en/ini.list.php

as follows

zend.detect_unicode 	"1" 	PHP_INI_ALL 	Available since PHP 5.4.0.

should be provided a link to the page with documentation.

http://www.php.net/manual/en/ini.core.php





Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-10-03 06:01 UTC] krakjoe@php.net
Automatic comment from SVN on behalf of krakjoe
Revision: http://svn.php.net/viewvc/?view=revision&revision=331652
Log: #65524 add zend.detect_unicode to core list with other zend.* options.
 [2013-10-03 06:02 UTC] krakjoe@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: krakjoe
 [2013-10-03 06:02 UTC] krakjoe@php.net
The fix for this bug has been committed.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.

The INI list is not meant to function as a sitemap, it is meant to provide an exhaustive list, but does not necessarily have to link to the manual.

I have added zend.detect_unicode to core directives page with other zend.* options.

Thankyou for your input.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 09:01:28 2024 UTC