Searched refs:version_compare_replacement (Results 1 – 6 of 6) sorted by relevance
/plugin/photogallery/phpThumb/demo/ |
H A D | phpThumb.demo.check.php | 101 } elseif (phpthumb_functions::version_compare_replacement($versions['base']['this'], $versions['bas… 129 …if (!defined('phpThumbConfigFileVersion') || phpthumb_functions::version_compare_replacement($vers… 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', '>=')) {
|
/plugin/photogallery/phpThumb/ |
H A D | phpthumb.filters.php | 34 if (phpthumb_functions::version_compare_replacement(PHP_VERSION, '4.3.2', '>=')) { 135 …if (phpthumb_functions::version_compare_replacement(PHP_VERSION, '5.0.0', '>=') && phpthumb_functi… 148 …if (phpthumb_functions::version_compare_replacement(PHP_VERSION, '5.0.0', '>=') && phpthumb_functi… 167 …if (phpthumb_functions::version_compare_replacement(PHP_VERSION, '5.0.0', '>=') && phpthumb_functi… 198 …if (phpthumb_functions::version_compare_replacement(PHP_VERSION, '5.0.0', '>=') && phpthumb_functi… 237 …if (phpthumb_functions::version_compare_replacement(PHP_VERSION, '5.0.0', '>=') && phpthumb_functi… 398 …if (phpthumb_functions::version_compare_replacement(PHP_VERSION, '5.0.0', '>=') && phpthumb_functi… 439 …if (phpthumb_functions::version_compare_replacement(PHP_VERSION, '5.0.0', '>=') && phpthumb_functi… 516 …if (phpthumb_functions::version_compare_replacement(PHP_VERSION, '5.0.0', '>=') && phpthumb_functi… 853 …if (phpthumb_functions::version_compare_replacement(PHP_VERSION, '5.0.0', '>=') && phpthumb_functi… [all …]
|
H A D | phpthumb.functions.php | 102 public static function version_compare_replacement($version1, $version2, $operator='') { function in phpthumb_functions 238 if (self::version_compare_replacement(PHP_VERSION, '4.3.2', '>=') && ($alpha !== false)) { 550 if (self::version_compare_replacement(PHP_VERSION, '4.3.0', '>=')) { 571 if (self::version_compare_replacement(PHP_VERSION, '4.3.0', '>=')) { 929 if (self::version_compare_replacement(PHP_VERSION, '4.1.0', '>=')) {
|
H A D | phpthumb.class.php | 558 if (phpthumb_functions::version_compare_replacement(PHP_VERSION, '5.1.2', '>=')) { 2016 …haCapableFormats).')#i', $outputFormat) || phpthumb_functions::version_compare_replacement($this->… 2485 if (phpthumb_functions::version_compare_replacement(PHP_VERSION, '4.2.0', '>=')) { 2954 …if ($invert && phpthumb_functions::version_compare_replacement(PHP_VERSION, '5.0.0', '>=') && phpt… 3537 …if (phpthumb_functions::version_compare_replacement(PHP_VERSION, '4.2.0', '>=') && function_exists… 3554 if (phpthumb_functions::version_compare_replacement(PHP_VERSION, '4.3.0', '>=')) { 4387 …if (phpthumb_functions::version_compare_replacement(PHP_VERSION, '4.3.0', '>=') && headers_sent($h…
|
H A D | phpThumb.config.php.default | 137 if (phpthumb_functions::version_compare_replacement(phpversion(), '4.3.2', '>=') && !defined('memor…
|
/plugin/photogallery/phpThumb/docs/ |
H A D | phpthumb.changelog.txt | 1265 * Bugfix: version_compare_replacement() was broken for 1311 * Bugfix: version_compare_replacement() was broken in PHP
|