From 0819e6dc9b4788e5d44b64f8e606a56c969a1588 Mon Sep 17 00:00:00 2001 From: Joe Watkins Date: Mon, 17 Jun 2019 20:51:52 +0200 Subject: simple ignore arguments in exceptions implementation --- php.ini-development | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'php.ini-development') diff --git a/php.ini-development b/php.ini-development index c78921980e..eb30bd389e 100644 --- a/php.ini-development +++ b/php.ini-development @@ -354,6 +354,10 @@ zend.enable_gc = On ; Default: "" ;zend.script_encoding = +; Allows to include or exclude arguments from stack traces generated for exceptions +; Default: Off +zend.exception_ignore_args = Off + ;;;;;;;;;;;;;;;;; ; Miscellaneous ; ;;;;;;;;;;;;;;;;; @@ -1579,6 +1583,8 @@ zend.assertions = 1 ; http://php.net/assert.quiet-eval ;assert.quiet_eval = 0 + + [COM] ; path to a file containing GUIDs, IIDs or filenames of files with TypeLibs ; http://php.net/com.typelib-file -- cgit v1.2.1