diff options
author | Remi Collet <remi@remirepo.net> | 2023-08-30 12:25:55 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-08-30 12:25:55 +0200 |
commit | d792d850dfb33c25e87dc02767ae34a07c7441d9 (patch) | |
tree | af551dc35e1b6decb9664e207483a41e99ca816e /php.ini | |
parent | 627e1502d5206fc341ffb78824c46ac1dc6adb1e (diff) |
update to 8.3.0RC1
bump to final API/ABI
switch to nikic/php-parser version 5
openssl: always warn about missing curve_name
Diffstat (limited to 'php.ini')
-rw-r--r-- | php.ini | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |