php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1922 Didn't compile in ttf-support
Submitted: 1999-07-29 08:52 UTC Modified: 1999-08-19 02:40 UTC
From: straub at i-netpartner dot de Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0 Latest CVS (29/07/1999) OS: Linux-2.2.3 glibc-2.0.7
Private report: No CVE-ID: None
 [1999-07-29 08:52 UTC] straub at i-netpartner dot de
I've enabled TTF support with the following options:

./configure \
                --with-apache=/usr/src/apache \
                --with-gd=/usr \
                --with-ttf=/usr 

but when look on phpinfo() there is only gd Version 1.3 displayed. And the ttf functions [imagettfbbox()] are not availlable.
In the the php-4.0b1 i got this feature working. The same is with the sybase-ct support (i think).

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-07-29 09:42 UTC] straub at i-netpartner dot de
I have found a changing in the enable-flags:

this was in 4.0b1 -->> define HAVE_LIBTTF 1
now it is -->> define ENABLE_GD_TTF 1  

But this flag is not set by "configure". I have inserted the new flag 
and the TTF-functions are now working fine.
 [1999-08-19 02:40 UTC] rasmus at cvs dot php dot net
Fixed in CVS
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 11 13:01:31 2024 UTC