Skip to content

Commit e9fc164

Browse files
committed
[skip ci] add ini setting to quick reference
1 parent 2936f8b commit e9fc164

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

php.ini-development

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,11 @@
159159
; Development Value: Off
160160
; Production Value: On
161161

162+
; zend.exception_string_param_max_len
163+
; Default Value: 15
164+
; Development Value: 15
165+
; Production Value: 0
166+
162167
;;;;;;;;;;;;;;;;;;;;
163168
; php.ini Options ;
164169
;;;;;;;;;;;;;;;;;;;;

php.ini-production

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,11 @@
159159
; Development Value: Off
160160
; Production Value: On
161161

162+
; zend.exception_string_param_max_len
163+
; Default Value: 15
164+
; Development Value: 15
165+
; Production Value: 0
166+
162167
;;;;;;;;;;;;;;;;;;;;
163168
; php.ini Options ;
164169
;;;;;;;;;;;;;;;;;;;;

0 commit comments

Comments
 (0)