Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.7.15 | 2020-05-02 | ||
1.7.14 | 2020-05-02 | ||
1.7.13 | 2014-06-26 | ||
1.7.12 | 2014-06-26 | ||
1.7.11 | 2011-08-08 | ||
1.7.10 | 2011-07-18 | ||
1.7.9 | 2009-01-19 | ||
1.7.8 | 2007-10-02 | ||
1.7.7 | 2007-01-21 | ||
1.7.6 | 2006-12-12 | ||
1.7.5 | 2006-10-30 | ||
1.7.4 | 2006-08-31 | ||
1.7.3 | 2006-07-17 | ||
1.7.2 | 2006-06-23 | ||
1.7.1 | 2006-04-06 | ||
1.7.0 | 2006-02-18 | ||
1.6.2 | 2005-11-25 | ||
1.6.1 | 2005-10-19 | ||
1.6.0 | 2005-07-18 | ||
1.5.4 | 2005-05-27 | ||
1.5.3 | 2005-05-04 | ||
1.5.2 | 2005-04-21 | ||
1.5.1 | 2005-04-07 | ||
1.5.0 | 2005-02-07 | ||
1.4.11 | 2004-10-11 | ||
1.4.10 | 2004-08-22 | ||
1.4.9 | 2004-08-10 | ||
1.4.8 | 2004-08-04 | ||
1.4.7 | 2004-07-28 | ||
1.4.6 | 2004-07-22 | ||
1.4.5 | 2004-06-30 | ||
1.4.4 | 2004-06-10 | ||
1.4.3 | 2004-05-28 | ||
1.4.2 | 2004-05-10 | ||
1.4.1.1 | 2004-05-10 | ||
1.4.1 | 2004-05-10 | ||
1.4.0 | 2004-04-30 | ||
1.1.2 | 2004-04-06 | ||
1.2.0 | 2004-04-06 | ||
1.2.1 | 2004-04-06 | ||
1.2.7 | 2004-04-06 | ||
1.2.8 | 2004-04-06 | ||
1.3.0 | 2004-04-06 | ||
1.3.1 | 2004-04-06 | ||
1.3.2 | 2004-04-06 | ||
1.3.4 | 2004-04-06 | ||
1.3.5 | 2004-04-06 | ||
1.3.7 | 2004-04-06 | ||
1.3.6 | 2004-04-06 | ||
README.TXT | 2014-06-26 | 1.8 kB | |
Totals: 50 Items | 1.8 kB | 2 |
////////////////////////////////////////////////////////////// /// phpThumb() by James Heinrich <info@silisoftware.com> // // available at http://phpthumb.sourceforge.net /// ////////////////////////////////////////////////////////////// ¤ = structure change or important new feature * = less important new feature or change v1.7.13-201406261000 - June 26, 2014 * Bugfix: incorrect variable name in phpThumb.php could prevent all hash values from matching v1.7.12-201406260900 - June 26, 2014 ¤ high_security_mode enabled by default and strongly recommended ¤ debug mode must be disabled to allow thumbnail generation Thanks to Rafay Baloch (www.rafayhackingarticles.net) for recommending some security configuration changes * default config_cache_directory_depth is now 2 (was 4) * Bugfix: temp files used with ImageMagick might not get deleted from cache directory * Bugfix (G:17): 'far' parameter not working as intended * Bugfix (G:16): $PHPTHUMB_DEFAULTS configuration ignored * Bugfix (G:15): $PHPTHUMB_DEFAULTS_GETSTRINGOVERRIDE logic wrong * Bugfix (G:11): config_cache_maxsize does not count wasted space * Bugfix (G:10): error images ignored relevant config options * Bugfix (#962): support symlinked subfolders for image source * Bugfix (#934): source image region (sx/sy/sw/sh) did not work when using ImageMagick * Bugfix (#925): add configurable URL separator * Bugfix (#921): non-static phpUnsharpMask::applyUnsharpMask() * Bugfix (#920): $PHPTHUMB_DEFAULTS with array value gives array-to-string PHP error * Bugfix (#909): unnecessary calls of shell commands when cached * Bugfix (#618): cached files inside subdirs won't be deleted * Bugfix (#594): ImageMagick variants not detected (e.g. OpenMP)