From: [EMAIL PROTECTED]
Operating system: Windows 2000 Professional
PHP version: 4.0.6
PHP Bug Type: GD related
Bug description: Font not found error between version 4.0.5 and 4.0.6
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.
--
Edit bug report at: http://bugs.php.net/?id=13175&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]