meghlal / timthumb

Automatically exported from code.google.com/p/timthumb
0 stars 0 forks source link

Using strstr and str_replace instead of regex #245

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Is there a particular reason why you guys are using regex instead of strstr and 
str_replace? For simple string comparisons and manipulation those two functions 
are much faster.

Relating to that, is any support planned for the tilde (~) in URLs?

Original issue reported on code.google.com by chadhunt...@gmail.com on 23 Aug 2011 at 12:09

GoogleCodeExporter commented 9 years ago
Just added issue http://code.google.com/p/timthumb/issues/detail?id=263 
relating to this.

Original comment by chadhunt...@gmail.com on 9 Sep 2011 at 1:46