php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #46768 docs say use --enable-yp but it is an unknown configure option
Submitted: 2008-12-05 16:25 UTC Modified: 2009-11-20 11:54 UTC
From: jistanidiot at gmail dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: RHEL 4
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: jistanidiot at gmail dot com
New email:
PHP Version: OS:

 

 [2008-12-05 16:25 UTC] jistanidiot at gmail dot com
Description:
------------
if --enable-yp is used as a configure option the message:

"Notice: following unknown configure options were used:
--enable-yp"

http://us2.php.net/manual/en/nis.installation.php says to use this option to enable the yp functions.

Reproduce code:
---------------
./configure --enable-yp

Expected result:
----------------
that configure enables the yp functions.

Actual result:
--------------
configure says it is an unknown option.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-12-05 16:35 UTC] philip@php.net
Good point.

It's unknown because this extension was "moved to PECL" although since it lacks a release there it's a little more difficult to explain how to install. The extension appears quite dead too (and is labeled as unmaintained):

  http://pecl.php.net/package/yp

However, it's in CVS:

  http://cvs.php.net/viewvc.cgi/pecl/yp/

So please test if it works for you via the PECL install instructions:

  http://docs.php.net/install.pecl

And here's a 2006 request to release a package for it:

  http://pecl.php.net/bugs/bug.php?id=9247

Regardless, the documentation needs up updating.
 [2009-11-20 11:54 UTC] vrana@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.


 [2009-11-20 11:54 UTC] svn@php.net
Automatic comment from SVN on behalf of vrana
Revision: http://svn.php.net/viewvc/?view=revision&revision=291070
Log: Moved to PECL (bug #46768)
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Thu Jun 25 18:00:02 2026 UTC