You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install the opcache extension to make use of JIT on PHP 8.0+ for a 20%+ performance boost!
which makes sense, some heavy duty data shoveling would probably benefit from Opcache being installed and enabled in CLI.
WDYT?
Note: even if I enable it manually, it doesn't work
/project $ php -d zend_extension=opcache.so -d opcache.enable_cli=1 /tools/psalm | head
Install the opcache extension to make use of JIT on PHP 8.0+ for a 20%+ performance boost!
Target PHP version: 8.2 (inferred from current PHP version).
Scanning files...
Analyzing files...
When running Psalm, it says
which makes sense, some heavy duty data shoveling would probably benefit from Opcache being installed and enabled in CLI.
WDYT?
Note: even if I enable it manually, it doesn't work
That might be related to Psalm's use of https://github.com/composer/xdebug-handler
The text was updated successfully, but these errors were encountered: