Page 1 of 1

PHP Includes ?

PostPosted: 10. September 2006 05:00
by Ali Imran
Hello

First of all great effort.

My questions are,

is GD Library included with the PHP versions in package ?
Secondly, if it is included, then which version of GD Library is included ?

regards

Re: PHP Includes ?

PostPosted: 10. September 2006 06:05
by Izzy
Ali Imran wrote:Hello

First of all great effort.

My questions are,

is GD Library included with the PHP versions in package ?
Secondly, if it is included, then which version of GD Library is included ?

regards


This from my server's phpinfo()
Code: Select all
GD
GD Support          enabled
GD Version          bundled (2.0.28 compatible)
FreeType Support    enabled
FreeType Linkage    with freetype
FreeType Version    2.1.9
T1Lib Support       enabled
GIF Read Support    enabled
GIF Create Support  enabled
JPG Support         enabled
PNG Support         enabled
WBMP Support        enabled
XBM Support         enabled

PostPosted: 10. September 2006 06:09
by Ali Imran
Brilliant and quickest support.

thanks a lot.

regards