Skip to content

Commit 89cd4fa

Browse files
committed
PHP-1293: Writing all debug info is not a good default
1 parent 07d317c commit 89cd4fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php_phongo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1202,7 +1202,7 @@ static void php_phongo_free(void *mem) /* {{{ */
12021202

12031203
/* {{{ INI entries */
12041204
PHP_INI_BEGIN()
1205-
STD_PHP_INI_ENTRY("phongo.debug_log", (char *)"stderr", PHP_INI_ALL, OnUpdateString, debug_log, zend_phongo_globals, phongo_globals)
1205+
STD_PHP_INI_ENTRY("phongo.debug_log", (char *)"", PHP_INI_ALL, OnUpdateString, debug_log, zend_phongo_globals, phongo_globals)
12061206
PHP_INI_END()
12071207
/* }}} */
12081208

0 commit comments

Comments
 (0)