rlerdorf / opcache-status

A one-page opcache status page
1.56k stars 375 forks source link

display thousand separator (can be turned off) #31

Closed tessus closed 9 years ago

tessus commented 9 years ago

if you have millions or billions of cache hits, the number is hard to read without a thousand separator this patch will print all integers with a thousand separator

can be turned off by changing line 3 from define('THOUSAND_SEPARATOR',true); to define('THOUSAND_SEPARATOR',false);