amnuts / opcache-gui

A clean, effective and responsive interface for Zend OPcache
1.21k stars 197 forks source link

Use json_encode to dump out booleans #9

Closed avindra closed 8 years ago

avindra commented 8 years ago

Per the notes from the docs, passing a boolean to json_encode will output the proper string ("true" or "false").