Skip to content

Commit b5b1e75

Browse files
remicolletphracek
authored andcommitted
clean-up ini
1 parent b778765 commit b5b1e75

File tree

4 files changed

+8
-46
lines changed

4 files changed

+8
-46
lines changed

8.0/root/opt/app-root/etc/php.ini.template

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1435,11 +1435,6 @@ zend.assertions = -1
14351435
; http://php.net/assert.callback
14361436
;assert.callback = 0
14371437

1438-
; Eval the expression with current error_reporting(). Set to true if you want
1439-
; error_reporting(0) around the eval().
1440-
; http://php.net/assert.quiet-eval
1441-
;assert.quiet_eval = 0
1442-
14431438
[mbstring]
14441439
; language for internal character representation.
14451440
; This affects mb_send_mail() and mbstring.detect_order.

8.1/root/opt/app-root/etc/php.ini.template

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1435,11 +1435,6 @@ zend.assertions = -1
14351435
; http://php.net/assert.callback
14361436
;assert.callback = 0
14371437

1438-
; Eval the expression with current error_reporting(). Set to true if you want
1439-
; error_reporting(0) around the eval().
1440-
; http://php.net/assert.quiet-eval
1441-
;assert.quiet_eval = 0
1442-
14431438
[mbstring]
14441439
; language for internal character representation.
14451440
; This affects mb_send_mail() and mbstring.detect_order.

8.2/root/opt/app-root/etc/php.ini.template

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -973,6 +973,10 @@ sendmail_path = /usr/sbin/sendmail -t -i
973973
; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
974974
mail.add_x_header = On
975975

976+
; Use mixed LF and CRLF line separators to keep compatibility with some
977+
; RFC 2822 non conformant MTA.
978+
mail.mixed_lf_and_crlf = Off
979+
976980
; The path to a log file that will log all mail() calls. Log entries include
977981
; the full path of the script, line number, To address and headers.
978982
;mail.log =
@@ -1103,9 +1107,6 @@ mysqli.default_user =
11031107
; http://php.net/mysqli.default-pw
11041108
mysqli.default_pw =
11051109

1106-
; Allow or prevent reconnect
1107-
mysqli.reconnect = Off
1108-
11091110
[mysqlnd]
11101111
; Enable / Disable collection of general statistics by mysqlnd which can be
11111112
; used to tune and monitor MySQL operations.
@@ -1440,11 +1441,6 @@ zend.assertions = -1
14401441
; http://php.net/assert.callback
14411442
;assert.callback = 0
14421443

1443-
; Eval the expression with current error_reporting(). Set to true if you want
1444-
; error_reporting(0) around the eval().
1445-
; http://php.net/assert.quiet-eval
1446-
;assert.quiet_eval = 0
1447-
14481444
[mbstring]
14491445
; language for internal character representation.
14501446
; This affects mb_send_mail() and mbstring.detect_order.

8.3/root/opt/app-root/etc/php.ini.template

Lines changed: 4 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -988,6 +988,10 @@ sendmail_path = /usr/sbin/sendmail -t -i
988988
; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
989989
mail.add_x_header = On
990990

991+
; Use mixed LF and CRLF line separators to keep compatibility with some
992+
; RFC 2822 non conformant MTA.
993+
mail.mixed_lf_and_crlf = Off
994+
991995
; The path to a log file that will log all mail() calls. Log entries include
992996
; the full path of the script, line number, To address and headers.
993997
;mail.log =
@@ -1118,9 +1122,6 @@ mysqli.default_user =
11181122
; http://php.net/mysqli.default-pw
11191123
mysqli.default_pw =
11201124

1121-
; Allow or prevent reconnect
1122-
mysqli.reconnect = Off
1123-
11241125
[mysqlnd]
11251126
; Enable / Disable collection of general statistics by mysqlnd which can be
11261127
; used to tune and monitor MySQL operations.
@@ -1435,31 +1436,6 @@ url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"
14351436
; http://php.net/zend.assertions
14361437
zend.assertions = -1
14371438

1438-
; Assert(expr); active by default.
1439-
; http://php.net/assert.active
1440-
;assert.active = On
1441-
1442-
; Throw an AssertationException on failed assertions
1443-
; http://php.net/assert.exception
1444-
;assert.exception = On
1445-
1446-
; Issue a PHP warning for each failed assertion. (Overridden by assert.exception if active)
1447-
; http://php.net/assert.warning
1448-
;assert.warning = On
1449-
1450-
; Don't bail out by default.
1451-
; http://php.net/assert.bail
1452-
;assert.bail = Off
1453-
1454-
; User-function to be called if an assertion fails.
1455-
; http://php.net/assert.callback
1456-
;assert.callback = 0
1457-
1458-
; Eval the expression with current error_reporting(). Set to true if you want
1459-
; error_reporting(0) around the eval().
1460-
; http://php.net/assert.quiet-eval
1461-
;assert.quiet_eval = 0
1462-
14631439
[mbstring]
14641440
; language for internal character representation.
14651441
; This affects mb_send_mail() and mbstring.detect_order.

0 commit comments

Comments
 (0)