diff --git a/reference/mongodb/ini.xml b/reference/mongodb/ini.xml index eb3c67bb9e..e0cf334bb2 100644 --- a/reference/mongodb/ini.xml +++ b/reference/mongodb/ini.xml @@ -23,12 +23,6 @@ PHP_INI_ALL - - mongodb.mock_service_id - "0" - PHP_INI_ALL - Available as of mongodb 1.11.0. - @@ -78,36 +72,6 @@ - - - - mongodb.mock_service_id - string - - - - This option can be used to enable or disable mocking of the - serviceId field in hello command - responses. - - - Specify an empty string, "0", - "off", "no", or - "false" to disable mocking. - - - Specify "1", "on", - "yes", or "true" to enable - mocking. - - - - This option is primarily intended for internal testing of load balancers - and should not be used under normal circumstances. - - - -