JamesHeinrich / phpThumb

phpThumb() - The PHP thumbnail generator
Other
315 stars 97 forks source link

Performance #128

Closed denysdesign closed 6 years ago

JamesHeinrich commented 6 years ago

phpthumb.class.php line 1487, you changed [^0-9] to [^\D] -- I assume you meant either [^\d] or [\D]. Please confirm and correct as needed before I merge.

denysdesign commented 6 years ago

Yes, use [^\d]