You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
; 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
The text was updated successfully, but these errors were encountered:
Description
The php.ini states:
but the non default mysqlnd.collect_memory_statistics value in the development .ini is not mentioned
Add the following to the .ini
PHP Version
Operating System
No response
The text was updated successfully, but these errors were encountered: