summaryrefslogtreecommitdiffstats
path: root/php.ini
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-06-05 17:46:15 +0200
committerRemi Collet <remi@php.net>2023-06-05 17:46:15 +0200
commit209c04be421b89be605cf422947bafe16225ca78 (patch)
tree63f275de77c6a5e7883bef1abf7a42c015502069 /php.ini
parentce6bb895e772b36d61237c635770e4c2ee51f766 (diff)
update to 8.2.0-dev
Diffstat (limited to 'php.ini')
-rw-r--r--php.ini10
1 files changed, 10 insertions, 0 deletions
diff --git a/php.ini b/php.ini
index fa92cd3..38b10a4 100644
--- a/php.ini
+++ b/php.ini
@@ -144,6 +144,11 @@
; Development Value: 5
; Production Value: 5
+; session.sid_length
+; Default Value: 32
+; Development Value: 26
+; Production Value: 26
+
; short_open_tag
; Default Value: On
; Development Value: Off
@@ -154,6 +159,11 @@
; Development Value: "GPCS"
; Production Value: "GPCS"
+; zend.assertions
+; Default Value: 1
+; Development Value: 1
+; Production Value: -1
+
; zend.exception_ignore_args
; Default Value: Off
; Development Value: Off