Lines Matching refs:phpthumb_functions
39 $ServerInfo['gd_string'] = phpthumb_functions::gd_version(true);
40 $ServerInfo['gd_numeric'] = phpthumb_functions::gd_version(false);
74 …'latest' => phpthumb_functions::SafeURLread('http://phpthumb.sourceforge.net/?latestversion=1', $d…
101 } elseif (phpthumb_functions::version_compare_replacement($versions['base']['this'], $versions['bas…
129 …if (!defined('phpThumbConfigFileVersion') || phpthumb_functions::version_compare_replacement($vers…
153 $password_complexity = phpthumb_functions::PasswordStrength($PHPTHUMB_CONFIG['high_security_passwor…
172 phpthumb_functions::EnsureDirectoryExists(dirname($phpThumb->cache_filename));
208 if (phpthumb_functions::version_compare_replacement(PHP_VERSION, '5.0.0', '>=')) {
210 } elseif (phpthumb_functions::version_compare_replacement(PHP_VERSION, '4.4.2', '=')) {
212 } elseif (phpthumb_functions::version_compare_replacement(PHP_VERSION, '4.3.3', '>=')) {
214 } elseif (phpthumb_functions::version_compare_replacement(PHP_VERSION, '4.2.0', '>=')) {
216 } elseif (phpthumb_functions::version_compare_replacement(PHP_VERSION, '4.1.0', '>=')) {
218 } elseif (phpthumb_functions::version_compare_replacement(PHP_VERSION, '4.0.6', '>=')) {
373 if (phpthumb_functions::version_compare_replacement($matches[1], '2.0.0', '>=')) {