From ec6879325fec5f38cd95ceff417537ffa39d319d Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Tue, 3 Nov 2015 05:23:59 +0000 Subject: [PATCH] Its called mongodb.debug - not mongodb.debug_log now git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338075 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongodb/ini.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/mongodb/ini.xml b/reference/mongodb/ini.xml index c7ab0a14ca..7fd1250f1a 100644 --- a/reference/mongodb/ini.xml +++ b/reference/mongodb/ini.xml @@ -19,7 +19,7 @@ - mongodb.debug_log + mongodb.debug "" PHP_INI_ALL @@ -34,14 +34,14 @@ - + - mongodb.debug_log + mongodb.debug string - Store full activity debug log in this file. + Store full activity debug log in this directory or stream. The special value "stderr" can be provided to write to STDERR.