
4 Jun
2011
4 Jun
'11
5:33 p.m.
Hi, Is there any reason for hardcoding array sizes in sqlparser.data.php? count()'s complexity is O(1), it just reads item count from hash table which is used internally for storing arrays. -- Regards, Piotr Przybylski