php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #79688 PHP Tidy links to outdated param list
Submitted: 2020-06-11 10:36 UTC Modified: 2020-06-11 15:32 UTC
From: roland at nextendweb dot com Assigned: cmb (profile)
Status: Closed Package: Tidy (PECL)
PHP Version: 7.4.6 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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: roland at nextendweb dot com
New email:
PHP Version: OS:

 

 [2020-06-11 10:36 UTC] roland at nextendweb dot com
Description:
------------
---
From manual page: https://php.net/tidy.repairstring
---

The documentation contains the following url, but that list is not up to date. http://tidy.sourceforge.net/docs/quickref.html

I'm not sure which version of Tidy PHP includes, but good param list can be reached here: http://api.html-tidy.org/

For example version 5.6.0:
http://api.html-tidy.org/tidy/quickref_5.6.0.html


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-06-11 15:32 UTC] cmb@php.net
-Status: Open +Status: Verified -Package: Documentation problem +Package: Tidy -Assigned To: +Assigned To: cmb
 [2020-06-11 15:32 UTC] cmb@php.net
PHP does not include any version of tidy; it always is built
against an external libtidy, which may still be the classic
libtidy, libtidyp (which was a short-lived fork of class libtidy)
or libtidy 5.  The used libtidy version should be shown in the PHP
info.

Anyhow, I think most users nowadays likely use libtidy 5, so
updating the URL is reasonable.
 [2020-06-11 15:45 UTC] phpdocbot@php.net
Automatic comment on behalf of cmb
Revision: http://git.php.net/?p=doc/base.git;a=commit;h=2ee9f7d4a85987e230a0277b056feceb5be788c8
Log: Fix #79688: PHP Tidy links to outdated param list
 [2020-06-11 15:45 UTC] phpdocbot@php.net
-Status: Verified +Status: Closed
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 01 17:01:34 2025 UTC