php 7.3 opcache not caching

vacancy

Verified User
Joined
Jul 5, 2019
Messages
30
I'm having the php 7.3 opcache problem. (openlitespeed - centos 7)

Opcache is not functional in php 7.3. Cache hits, Cache misses, Cached scripts, Cached keys null.

1.png
 
No, it's not about what you said.

It works in versions 5.5, 5.6, 7.0, 7.1 and 7.2. All versions have the same lsapi mode. Openlitespeed is already running in detached mode. Detached mode supports opcache, it doesn't cache in only one php version. There may be a bug specific to the php version.
 
If you are using Openlitespeed and after ./build opcache then you will need to run the following command:
Code:
killall -9 lsphp
 
Are you using ionCube PHP Loader and is your version up-to-date? There was a bug with an earlier version which caused opcache not to work on PHP 7.3. However, this was fixed a year ago:

Code:
11th Oct 2019 - Loader version 10.3.9
Fix for an issue in the PHP 7.3 Loader which could cause OPcache to be disabled on unencoded files.
 
Back
Top