Closed
Description
Description
The php.ini states:
; The following are all the settings which are different in either the production
; or development versions of the INIs with respect to PHP's default behavior
but the non default mysqlnd.collect_memory_statistics value in the development .ini is not mentioned
Add the following to the .ini
; mysqlnd.collect_memory_statistics
; Default Value: Off
; Development Value: On
; Production Value: Off
PHP Version
Operating System
No response