php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #37768 readline docs have outdated links
Submitted: 2006-06-09 18:11 UTC Modified: 2006-06-09 18:32 UTC
From: judas dot iscariote at gmail dot com Assigned: bjori (profile)
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
 [2006-06-09 18:11 UTC] judas dot iscariote at gmail dot com
Description:
------------
in the radline documentation there is a outdated link to libedit sources.

Reproduce code:
---------------
visit the http://php.net/readline

Expected result:
----------------
Correct link now is :

http://www.thrysoee.dk/editline/

patch :

Index: entities/global.ent
===================================================================
RCS file: /repository/phpdoc/entities/global.ent,v
retrieving revision 1.265
diff -u -a -r1.265 global.ent
--- entities/global.ent 29 May 2006 17:16:13 -0000      1.265
+++ entities/global.ent 9 Jun 2006 18:07:14 -0000
@@ -160,7 +160,7 @@
 <!ENTITY url.ldap.openldap "http://www.openldap.org/">
 <!ENTITY url.ldap.openldap.source "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-stable/">
 <!ENTITY url.ldap.openldap-c-api "http://www.openldap.org/devel/cvsweb.cgi/~checkout~/doc/drafts/draft-ietf-ldapext-ldap-c-api-xx.txt">
-<!ENTITY url.libedit "http://sourceforge.net/projects/libedit/">
+<!ENTITY url.libedit "http://www.thrysoee.dk/editline/">
 <!ENTITY url.libiconv "http://www.gnu.org/software/libiconv/">
 <!ENTITY url.libxml "http://www.xmlsoft.org/">
 <!ENTITY url.libxslt "http://xmlsoft.org/XSLT/">


Actual result:
--------------
http://sourceforge.net/projects/libedit/

ps: the captcha system do suck , nobody thinks in visually limited people here ?

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-06-09 18:32 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-2025 The PHP Group
All rights reserved.
Last updated: Wed Nov 19 23:00:01 2025 UTC