php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #65525 Missing documentation for YAZ configuration directives
Submitted: 2013-08-22 19:49 UTC Modified: 2013-10-03 05:31 UTC
From: cevfora at elitemail dot org Assigned:
Status: Not a bug Package: yaz (PECL)
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: cevfora at elitemail dot org
New email:
PHP Version: OS:

 

 [2013-08-22 19:49 UTC] cevfora at elitemail dot org
Description:
------------

A) The page titled "Runtime Configuration" for extension "YAZ" 

http://www.php.net/manual/en/yaz.configuration.php

is missing documentation of configuration directives.  Directives are listed on the page titled "List of php.ini directives" at

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

as

yaz.keepalive 	"120" 	PHP_INI_ALL 	 
yaz.log_file 	NULL 	PHP_INI_ALL 	Available since PHP 4.3.0. Removed in PHP 5.0.0.
yaz.log_mask 	NULL 	PHP_INI_ALL 	Available since yaz 1.0.3.
yaz.max_links 	"100" 	PHP_INI_ALL 	Available since PHP 4.3.0. Removed in PHP 5.0.0.

B) There should be links from the YAZ directives on the page at

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

to the documentation that is provided.



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-10-03 05:31 UTC] krakjoe@php.net
-Status: Open +Status: Not a bug
 [2013-10-03 05:31 UTC] krakjoe@php.net
The list of ini directives is not meant to function as a sitemap for the manual, it is meant to provide an exhaustive list of options, but does not necessarily have to link to a manual page.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 13:01:28 2024 UTC