This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| zend_extension=opcache | |
| [opcache] | |
| opcache.blacklist_filename = "" | |
| opcache.consistency_checks = 0 | |
| opcache.dups_fix = 0 | |
| opcache.enable = 1 | |
| opcache.enable_cli = 0 | |
| opcache.enable_file_override = 0 | |
| opcache.error_log = | |
| opcache.file_cache = |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Star this Gist if it helped you, cheers! | |
| # In order to get PHP8 working with Xdebug3, use the following settings (PHPStorm) | |
| # (P.S make sure xdebug is installed and module loaded, check your php.ini) | |
| 1. Edit your xdebug ini file. This could be in /etc/php/conf.d/{nn}-xdebug.ini or /etc/php/8.0/fpm/conf.d/{nn}-xdebug.ini | |
| 2. Use the following to get started: | |
| zend_extension=xdebug.so |