php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3554 imagettftext failure in PHP/4.0b4pl1
Submitted: 2000-02-21 15:52 UTC Modified: 2000-07-29 03:29 UTC
From: graf at relhum dot org Assigned:
Status: Closed Package: Other
PHP Version: 4.0 Latest CVS (21/02/2000) OS: Linux 2.2.13 (Slackware 7.0)
Private report: No CVE-ID: None
 [2000-02-21 15:52 UTC] graf at relhum dot org
Since there isn't a beta 4 choice, I'm posting it with CVS bugs.

Using imagettftext function causes a problem -- nothing at all is returned ("Document contains no data"). No errors are reported at all anywhere.

My configure line:

./configure  \
 --with-apxs=/usr/local/apache/bin/apxs \
 --with-mysql=/usr/local/mysql \
 --enable-xml \
 --enable-wddx \
 --enable-track-vars \
 --with-mod_charset \
 --with-zlib \
 --with-imap=/usr/local/imap \
 --with-ftp \
 --with-ttf=/usr/local/freetype-1.3.1 \
 --with-gd=/usr/local \
 --with-dom=/usr/local \
 --enable-inline-optimization

Freetype version 1.3.1, gd version 1.7.3. The misbehaving script is at http://www.mricon.com/image.php (source http://www.mricon.com/image.phps). The script worked happily in PHP/4.0b3 with same Freetype/GD libs. Apache version 1.3.11 with mod_charset (Russian Apache).

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-29 03:29 UTC] mrobinso@php.net
Had a look at the document, and source.
Seems to be working fine. :)

If there's still a problem, please reopen.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 01 16:01:31 2024 UTC