My company has an Apache server running PHP 5.4. My task is to update it to PHP 7.4.
The old php.ini file includes a mysqli.cache_size
property. I can't find any documentation on this property. Does it still exist in PHP 7? Could anyone link me to the documentation?
Thanks!