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
 [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: Thu Apr 25 05:01:33 2024 UTC