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 Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: wlloyd at mpd dot ca
New email:
PHP Version: OS:

 

 [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

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-07-30 07:59 UTC] rasmus
Fixed by John Ellson - patched in CVS
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 01 13:01:35 2025 UTC