1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Completely remove session.sid_length and session.sid_bits_per_character from INI files (#15382)

see e8ff7c70f9

[timwolla: Adjusted commit message]
This commit is contained in:
Remi Collet
2024-08-13 17:04:22 +02:00
committed by GitHub
parent d63caf006b
commit 589cfbb24f
2 changed files with 0 additions and 20 deletions

View File

@@ -139,16 +139,6 @@
; Development Value: 1000
; Production Value: 1000
; session.sid_bits_per_character
; Default Value: 4
; 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

View File

@@ -139,16 +139,6 @@
; Development Value: 1000
; Production Value: 1000
; session.sid_bits_per_character
; Default Value: 4
; 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