How do I disable OPcache in PHP 7.4? [SOLVED]
How do I disable OPcache in PHP 7.4?
Details: My KyHelp is running on Debian 12 and the application is running on PHP 7.4.
Thanks.
Re: How do I disable OPcache in PHP 7.4? [SOLVED]
Re: How do I disable OPcache in PHP 7.4?
You know how forums work?
People search for a solution to their problem.
So, they'd like to know HOW you solved the problem.
--
A Windows user reinstalls software every few weeks.
A Linux user reinstalls software every few weeks.
The difference is with Linux the version numbers change.
Re: How do I disable OPcache in PHP 7.4?
I know how forums work and I ended up forgetting, it wasn't out of malice. That day I was doing a lot of activities at the same time and I forgot.
Access via SSH to the folder: opt/keyhelp/php and access the folder of the php version used, open the etc folder and open the php.ini file, look for: "opcache.enable" "opcache.enable_cli" and set the value to 0 in both. Then restart.
Re: How do I disable OPcache in PHP 7.4?
Now the thread is helpful for users which find it via Google

--
A Windows user reinstalls software every few weeks.
A Linux user reinstalls software every few weeks.
The difference is with Linux the version numbers change.