heui
Results
1
comments of
heui
I test found leak memory when unused bind params ```php while (true) { // unbind code $count = EcmStore::count('add_time > '. (time()- random_int(86400, 100*86400))); echo sprintf("%s %s\n", memory_get_usage(), $count); /*...