Browse Source

- duplicate entry

pull/12/head
Pierre Joye 16 years ago
parent
commit
761dbeedbb
  1. 3
      php.ini-development
  2. 3
      php.ini-production

3
php.ini-development

@ -1592,9 +1592,6 @@ session.entropy_length = 0
;session.entropy_file = /dev/urandom
session.entropy_file =
; http://php.net/session.entropy-length
;session.entropy_length = 16
; Set to {nocache,private,public,} to determine HTTP caching aspects
; or leave this empty to avoid sending anti-caching headers.
; http://php.net/session.cache-limiter

3
php.ini-production

@ -1599,9 +1599,6 @@ session.entropy_length = 0
; Windows random source (using the CryptoAPI)
;session.entropy_file = /dev/urandom
; http://php.net/session.entropy-length
;session.entropy_length = 16
; Set to {nocache,private,public,} to determine HTTP caching aspects
; or leave this empty to avoid sending anti-caching headers.
; http://php.net/session.cache-limiter

Loading…
Cancel
Save