Disable OPCache temporarily

Once your script runs, it’s too late to not cache the file. You need to set it outside PHP: If PHP runs as Apache module, use an .htaccess file: php_flag opcache.enable Off If PHP runs as CGI/FastCGI, use a .user.ini file: opcache.enable=0 In all cases, you can also use good old system-wide php.ini if you … Read more

How to use PHP OPCache?

Installation OpCache is compiled by default on PHP5.5+. However it is disabled by default. In order to start using OpCache in PHP5.5+ you will first have to enable it. To do this you would have to do the following. Add the following line to your php.ini: zend_extension=/full/path/to/opcache.so (nix) zend_extension=C:\path\to\php_opcache.dll (win) Note that when the path … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)