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
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: simon dot tuckwell at diagonal dot co dot uk
New email:
PHP Version: OS:

 

 [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: Fri Apr 26 20:01:29 2024 UTC