diff options
Diffstat (limited to 'PHPINFO')
-rw-r--r-- | PHPINFO | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -0,0 +1,23 @@ + +handlebars + +Version => 0.8.3 +Released => 2018-11-11 +Authors => John Boehr <jbboehr@gmail.com> (lead) +Spec Version => 4.0.5 +libhandlebars Version => 0.6.4 +libhandlebars Handlebars Spec Version => 4.0.5 +libhandlebars Mustache Spec Version => 1.1.3 +PSR support => active +Local memory usage => 48 + +Directive => Local Value => Master Value +handlebars.pool_size => 128k => 128k +handlebars.cache.enable => On => On +handlebars.cache.enable_cli => Off => Off +handlebars.cache.backend => mmap => mmap +handlebars.cache.max_size => 67108864 => 67108864 +handlebars.cache.max_entries => 349529 => 349529 +handlebars.cache.max_age => -1 => -1 +handlebars.cache.save_path => /tmp/php-handlebars-cache => /tmp/php-handlebars-cache +handlebars.cache.stat => On => On |