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!
pdo_mysql.cache_size
INI directive is removed (it has been unused since PHP 5.3.0 due to a bug): https://github.com/php/php-src/pull/2777