|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-06-03 07:02 UTC] sniper@php.net
[2001-06-21 23:46 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 04:00:02 2025 UTC |
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