88
88
;;;;;;;;;;;;;;;;;;;
89
89
; Quick Reference ;
90
90
;;;;;;;;;;;;;;;;;;;
91
+
91
92
; The following are all the settings which are different in either the production
92
93
; or development versions of the INIs with respect to PHP's default behavior.
93
94
; Please see the actual settings later in the document for more details as to why
153
154
; Development Value: "GPCS"
154
155
; Production Value: "GPCS"
155
156
157
+ ; zend.exception_ignore_args
158
+ ; Default Value: Off
159
+ ; Development Value: Off
160
+ ; Production Value: On
161
+
156
162
;;;;;;;;;;;;;;;;;;;;
157
163
; php.ini Options ;
158
164
;;;;;;;;;;;;;;;;;;;;
@@ -352,19 +358,19 @@ zend.enable_gc = On
352
358
; If enabled, scripts may be written in encodings that are incompatible with
353
359
; the scanner. CP936, Big5, CP949 and Shift_JIS are the examples of such
354
360
; encodings. To use this feature, mbstring extension must be enabled.
355
- ; Default: Off
356
361
;zend.multibyte = Off
357
362
358
363
; Allows to set the default encoding for the scripts. This value will be used
359
364
; unless "declare(encoding=...)" directive appears at the top of the script.
360
365
; Only affects if zend.multibyte is set.
361
- ; Default: ""
362
366
;zend.script_encoding =
363
367
364
368
; Allows to include or exclude arguments from stack traces generated for exceptions
365
- ; Default: Off
366
369
; In production, it is recommended to turn this setting on to prohibit the output
367
370
; of sensitive information in stack traces
371
+ ; Default Value: Off
372
+ ; Development Value: Off
373
+ ; Production Value: On
368
374
zend.exception_ignore_args = On
369
375
370
376
;;;;;;;;;;;;;;;;;
@@ -1646,9 +1652,8 @@ zend.assertions = -1
1646
1652
; http://php.net/mbstring.substitute-character
1647
1653
;mbstring.substitute_character = none
1648
1654
1649
- ; enable strict encoding detection.
1650
- ; Default: Off
1651
- ;mbstring.strict_detection = On
1655
+ ; Enable strict encoding detection.
1656
+ ;mbstring.strict_detection = Off
1652
1657
1653
1658
; This directive specifies the regex pattern of content types for which mb_output_handler()
1654
1659
; is activated.
@@ -1657,12 +1662,10 @@ zend.assertions = -1
1657
1662
1658
1663
; This directive specifies maximum stack depth for mbstring regular expressions. It is similar
1659
1664
; to the pcre.recursion_limit for PCRE.
1660
- ; Default: 100000
1661
1665
;mbstring.regex_stack_limit=100000
1662
1666
1663
1667
; This directive specifies maximum retry count for mbstring regular expressions. It is similar
1664
1668
; to the pcre.backtrack_limit for PCRE.
1665
- ; Default: 1000000
1666
1669
;mbstring.regex_retry_limit=1000000
1667
1670
1668
1671
[gd]
0 commit comments