How to install or configure php 4.2.1 downloaded from www.php.net on red Hat
Linux 7.0 that i used function imagettfbox().
I create install file with command
./configure --prefix=/usr --exec-prefix=/usr
--with-config-file-path=/etc --disable-debug
--enable-pic --enable-inline-optimization
--with-apxs=/usr/sbin/apxs --disable-static
--with-exec-dir=/usr/bin --with-regex=system --with-gd
--with-jpeg-dir=/usr --with-tiff-dir=/usr --with-ttf
--with-png --with-zlib --with-db2 --with-db3 --with-gdbm
--enable-debugger --enable-magic-quotes --enable-safe-mode
--enable-sysvsem --enable-sysvshm --enable-track-vars --enable-yp
--enable-ftp --with-xml --with-mysql
but when i use functio imagettfbox() in php script I get this error message
:
Fatal error: Call to undefined function: imagettfbbox() in ....
thanks for help
roman
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php