Improved GD 2 detection (bugs #736111, #741192).

This commit is contained in:
Michal Čihař
2003-05-22 12:21:53 +00:00
parent 1ccd69980a
commit 4bdb4b8deb
6 changed files with 92 additions and 6 deletions

View File

@@ -446,6 +446,13 @@ $cfg['SaveDir'] = ''; // for example, './save/'; you must
// directory
/**
* Misc. settings
*/
$cfg['GD2Available'] = 'auto'; // Is GD >= 2 available? Set to yes/no/auto. 'auto'
// does autodetection, which is a bit expensive for
// php < 4.3.0, but it is the only safe vay how to
// determine GD version.
/**
* SQL Parser Settings
*/