Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
phpThumb_1.3.1.zip | 2004-04-06 | 22.8 kB | |
Totals: 1 Item | 22.8 kB | 0 |
////////////////////////////////////////////////////////////// /// 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)