|
|
 Steven Koch | 2011-12-20 05:28:30 |
Hi, great job!
I find this line (167):
#this is all way check exists function, even $config['check_func_exists']==false
if(!function_exists($fn) && self::$config['check_func_exists'] == true){
#maybe you can use this.
if(self::$config['check_func_exists'] == true && !function_exists($fn)){
|
| |
2. Re: contribuition |
|
Reply |
|
|
 Temperini Mirko | 2012-01-04 13:02:09 - In reply to message 1 from Steven Koch |
Hi,
and thanks for your contribution!
Yes, i think this is a good suggestione for increase peroformances... i will add it in the next release
Thanks again!
Mirko |
|