php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9028 ImagePSText does not draw text
Submitted: 2001-01-31 07:57 UTC Modified: 2001-06-21 23:46 UTC
From: simon dot tuckwell at diagonal dot co dot uk Assigned:
Status: Closed Package: GD related
PHP Version: 4.0.4pl1 OS: Linux RedHat 7.0
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:
11 + 6 = ?
Subscribe to this entry?

 
 [2001-01-31 07:57 UTC] simon dot tuckwell at diagonal dot co dot uk
The ImagePS...() functions are reporting success, but not drawing the text onto the image.  Otherwise gd is working fine and the rest of the png graphic is visible.

This feature and the script used to work with 4.0.3pl1 without problem.

t1lib-1.0.1 is installed and configure is --with-t1lib=/usr/share/t1lib/.  PHP is built from the RedHat SRPM.

./configure \
        --prefix=%{_prefix} \
        --with-config-file-path=%{_sysconfdir} \
        --disable-debug \
        --enable-pic \
        --enable-shared \
        --enable-inline-optimization \
        $* \
        --with-exec-dir=%{_bindir} \
        --with-regex=system \
        --with-gettext \
        --with-gd \
        --with-jpeg-dir=%{_prefix} \
        --with-png \
        --with-zlib \
        --with-db2 \
        --with-db3 \
        --with-gdbm \
        --enable-debugger \
        --enable-magic-quotes \
        --enable-safe-mode \
        --enable-sockets \
        --enable-sysvsem \
        --enable-sysvshm \
        --enable-track-vars \
        --enable-yp \
        --enable-ftp \
        --enable-wddx \
        --without-mysql \
        --without-oracle \
        --without-oci8 \
        --with-xml \
        --with-t1lib=/usr/share/t1lib/ \
        --with-ttflib



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-03 07:02 UTC] sniper@php.net
Please try the latest release candidate:

http://www.php.net/~andi/php-4.0.6RC2.tar.gz

--Jani

 [2001-06-21 23:46 UTC] sniper@php.net
Reopen if this doesn't work with PHP 4.0.6

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Jun 16 05:01:29 2024 UTC