O comportamento dessas funções podem ser modificado pelas configurações do php.ini.
Nome | Padrão | Modificável | Changelog | Comments |
---|---|---|---|---|
mongodb.debug | "" | PHP_INI_ALL | Only available for the PHP driver, and not the HHVM one |
Uma rápida explicação das diretivas de configuração.
mongodb.debug
string
Store full activity debug log in this directory or stream. The special value "stderr" can be provided to write to STDERR.
Nota:
Not available for HHVM