mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
simple ignore arguments in exceptions implementation
This commit is contained in:
parent
b546ae986a
commit
0819e6dc9b
7 changed files with 40 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue