Bug 852492

Summary: php-gd seems like it doesn't really need t1lib
Product: [Fedora] Fedora Reporter: Adam Jackson <ajax>
Component: phpAssignee: Remi Collet <fedora>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: fedora, jorton, rcollet, rpm
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-06-27 15:13:24 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 852485    

Description Adam Jackson 2012-08-28 17:25:23 UTC
Description of problem:

PHP's binding to its embedded copy of gd (sigh) contains interfaces to both t1lib and freetype.  I'm not sure why it would need to do this since freetype can handle Type1 fonts just fine.

Comment 1 Remi Collet 2012-08-29 05:39:12 UTC
All imageps* functions directly rely on t1lib.
* imagepsloadfont
* imagepsfreefont
* imagepsencodefont
* imagepsextendfont
* imagepsslantfont
* imagepstext
* imagepsbbox

Comment 2 Fedora Admin XMLRPC Client 2014-07-16 12:03:16 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 3 Remi Collet 2016-06-27 15:13:24 UTC
Version 7 is now build in rawhide and doesn't use t1lib anymore.