Bug 145890

Summary: PHP does not have tidy support compiled
Product: [Fedora] Fedora Reporter: Simon Mundy <developer>
Component: phpAssignee: Joe Orton <jorton>
Status: CLOSED NOTABUG QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideKeywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-07-17 17:36:51 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Simon Mundy 2005-01-23 10:52:15 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.5.5 (KHTML, like Gecko) Safari/125.12

Description of problem:
PHP does not come compiled with Tidy support built in, and the PECL/PEAR installer installs the incorrect (i.e. non-OO) version of Tidy

Is it possible to add '--with-tidy' to the configure script?

I did notice that Tidy / Libtidy is not in the 'devel' build of FC3 - is this up for review?

Version-Release number of selected component (if applicable):
php-5.0.3-1

How reproducible:
Always

Steps to Reproduce:
1.
2.
3.
    

Additional info:

Comment 1 Joe Orton 2005-01-24 16:46:45 UTC
I'm afraid I am going to systematically WONTFIX requests to enable PHP
extensions which rely on third-party packages which are not currently
included in Fedora Core, since there are so many which could be
requested.  I suggest one of:

1) join fedora-devel-list and argue why the particular
library package should be included: is it worth it on its own, or is
it just for PHP?

2) package the extension and the library on which it depends in Fedora
Extras


Comment 2 Simon Mundy 2005-07-17 12:33:06 UTC
Can this re-opened as Tidy is now included in extras?

Comment 3 Joe Orton 2005-07-17 17:36:51 UTC
Packages in Core cannot depend on packages in Extras.  You could make a php-tidy
package in Extras now, though.