zendtech / ZendOptimizerPlus

Other
915 stars 142 forks source link

Feature request: opcache.interned_strings_buffer usage #165

Closed iHeadRu closed 10 years ago

iHeadRu commented 10 years ago

Add information about current opcache.interned_strings_buffer usage.

TerryE commented 10 years ago

See https://bugs.php.net/bug.php?id=66472 I've already offered a patch to do this.

jpauli commented 10 years ago

I offered those ideas : https://github.com/jpauli/ZendOptimizerPlus/compare/interned_string_patch

dstogov commented 10 years ago

done.

["interned_strings_usage"]=> array(4) { ["buffer_size"]=> int(8388608) ["used_memory"]=> int(192532) ["free_memory"]=> int(8196076) ["number_of_strings"]=> int(3690) }

iHeadRu commented 10 years ago

it works :)