Hi,
I have compiled PHP on an AIX 4.3 system. I have some
problems using the "imagettftext" function with the GD
library. I get no error messages and no text appear.
When I look at the result array that "imagettftext" returns
I get a string looking like this:
32,0,804391376,804391784,-803820132,804391312,804391376,537189536
The comma separation is the same as a new array element.
As you can see these values make no sense. I have compiled
PHP with these options:
'./configure --prefix=/usr/local/caeweb --with-apache=../apache_1.3.27 --with-zlib-dir=/usr/local/caeweb --with-gd=/usr/local/caeweb --enable-gd-native-ttf --with-png-dir=/usr/local/caeweb --with-freetype-dir=/usr/local/caeweb --with-oci8=/local/appl/oracle/product/8.1.7 --without-mysql'
I use these versions of the softwares:
PHP 4.2.3
Apache 1.3.27
GD 2.0.2
Freetype 2.1.2
libpng 1.2.5
zlib 1.1.3
Oracle 8.1.7 Client
//Mattias