From:             [EMAIL PROTECTED]
Operating system: Linux RedHat 7.0
PHP version:      4.0.4pl1
PHP Bug Type:     GD related
Bug description:  ImagePSText does not draw text

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





-- 
Edit Bug report at: http://bugs.php.net/?id=9028&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to