Rasmus Lerdorf in php.internals (Fri, 12 Jun 2015 13:13:16 -0700):
>You can get even more speed by compiling with --enable-opcache-file and
>then in your php-cli.ini add:
>
> opcache.enable_cli=1
> opcache.file_cache=/var/tmp
> opcache.file_cache_only=1
>
>Then every time you run composer it won't have to recompile everything.
I saw something referring to this in the commits. But some documentation
would be welcome. I could not find any at the obvious places:
http://php.net/manual/en/opcache.configuration.php
https://github.com/zendtech/ZendOptimizerPlus
Is this documented elsewhere?
--
Jan
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
>You can get even more speed by compiling with --enable-opcache-file and
>then in your php-cli.ini add:
>
> opcache.enable_cli=1
> opcache.file_cache=/var/tmp
> opcache.file_cache_only=1
>
>Then every time you run composer it won't have to recompile everything.
I saw something referring to this in the commits. But some documentation
would be welcome. I could not find any at the obvious places:
http://php.net/manual/en/opcache.configuration.php
https://github.com/zendtech/ZendOptimizerPlus
Is this documented elsewhere?
--
Jan
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php