php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #559 Problem with ImageTTFBBox()
Submitted: 1998-07-19 10:29 UTC Modified: 1998-07-30 07:59 UTC
From: wlloyd at mpd dot ca Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 3.0.1 OS: FreeBSD 2.2.6
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
23 - 13 = ?
Subscribe to this entry?

 
 [1998-07-19 10:29 UTC] wlloyd at mpd dot ca
I'm using PHP 3.0.2 and Apache 1.2.6 and have had no problems using
imageTTFtext() with the GD library.  Nice on the fly gifs with fonts etc.

However the moment I put in a call to ImageTTFBBox in any way , the server core dumps, always.

For example this
$dfg = ImageTTFBBox(20, 0, "/fonts/ARIAL.TTF", "asdfsadf");

The only note is that the fonts are local file system, not an url.

-bill

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-07-30 07:59 UTC] rasmus
Fixed by John Ellson - patched in CVS
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 01 21:01:29 2024 UTC