PHP5 and GD version
Posted: Mon Sep 04, 2006 6:56 pm
Does anybody know whether PHP5 ever shipped with anything less than GD 2.x? Does anybody know where I could find what GD versions have shipped with PHP5?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
[feyd@home]/php-5.0.0>php -n -d extension_dir="./ext" -r "dl('php_gd2.dll'); var_dump(gd_info());"
array(12) {
["GD Version"]=>
string(27) "bundled (2.0.23 compatible)"
["FreeType Support"]=>
bool(true)
["FreeType Linkage"]=>
string(13) "with freetype"
["T1Lib Support"]=>
bool(false)
["GIF Read Support"]=>
bool(true)
["GIF Create Support"]=>
bool(false)
["JPG Support"]=>
bool(true)
["PNG Support"]=>
bool(true)
["WBMP Support"]=>
bool(true)
["XPM Support"]=>
bool(false)
["XBM Support"]=>
bool(true)
["JIS-mapped Japanese Font Support"]=>
bool(false)
}
[feyd@home]/php-5.0.0>php -v
PHP 5.0.0 (cli) (built: Jul 13 2004 21:39:58)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v2.0.0, Copyright (c) 1998-2004 Zend Technologies