Go to the source code of this file.
Variables | |
| ver = $info['GD Version'] | |
| module | |
|
|
Initial value: array(
"name" => "GD Library support",
"var" => "gdlib",
"type" => "function_check",
"functions" => "imagecreatetruecolor:imagecreatefromjpeg:imagecreatefromgif:imagecreatefrompng:imagecopyresampled:imagejpeg:imagegif:imagepng",
"serious" => true,
"error" => 7,
"warning" => 0,
"passed" => "All needed GD functions founded.",
"failed" => "Too many (or all) GD functions were missing. Please check that you have GD 2.0.0 or newer installed in PHP!<br />".(($ver != "") ? "Currently installed PHP: $ver" : "No GD installed!"),
"notpassed" => "Some functions are missing from GD support. You will need GD 2.0.0 or newer!")
|
|
|
Definition at line 25 of file 1gd.php. Referenced by versionInfo(). |
1.3