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 backend dev walks into a bar, orders 1 beer.
Then orders 100 beers.
Then orders -1 beers.
Then orders “a lizard”.
Then explodes.
The bartender says: “You really should validate your input.”
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 backend dev walks into a bar, orders 1 beer.
Then orders 100 beers.
Then orders -1 beers.
Then orders “a lizard”.
Then explodes.
The bartender says: “You really should validate your input.”