Das Verhalten dieser Funktionen wird durch Einstellungen in der php.ini beeinflusst.
Name | Standard | Veränderbar | Changelog | Comments |
---|---|---|---|---|
mongodb.debug | "" | PHP_INI_ALL | Only available for the PHP driver, and not the HHVM one |
Hier eine kurze Erklärung der Konfigurationsoptionen:
mongodb.debug
string
Store full activity debug log in this directory or stream. The special value "stderr" can be provided to write to STDERR.
Hinweis:
Not available for HHVM