php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13175 Font not found error between version 4.0.5 and 4.0.6
Submitted: 2001-09-06 11:12 UTC Modified: 2001-09-06 11:39 UTC
From: jcastro at elnuevodia dot com Assigned:
Status: Closed Package: GD related
PHP Version: 4.0.6 OS: Windows 2000 Professional
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: jcastro at elnuevodia dot com
New email:
PHP Version: OS:

 

 [2001-09-06 11:12 UTC] jcastro at elnuevodia dot com
I just upgraded from 4.0.5 to 4.0.6 When I did the change
the following line give me a 

Warning: Could not find/open font in C:\Xitami\webpages\ads\worddivlib.php on line 283

Line 283:
$fontfilenorm="Classifi.TTF";
	   
$fontsize =7;
Line  283 $size  = ImageTTFBBox($fontsize,0,$fontfilenorm,$text); 



NOTE:
I can reproduce this all the time since I only need to swap the dll to fix or recreate the error.
php_gd.dll from 4.0.5 4508KB
pgp_gd.dll from 4.0.6 544KB

I will use the old dll for now.




Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-09-06 11:39 UTC] sniper@php.net
This is fixed in CVS already.

--Jani

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 17:01:30 2025 UTC