Skip to content

Commit 4dee63c

Browse files
author
Yasuo Ohgaki
committed
Remove obsolete description
1 parent d65ddb6 commit 4dee63c

File tree

2 files changed

+0
-70
lines changed

2 files changed

+0
-70
lines changed

php.ini-development

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -138,16 +138,6 @@
138138
; Development Value: "GP"
139139
; Production Value: "GP"
140140

141-
; session.bug_compat_42
142-
; Default Value: On
143-
; Development Value: On
144-
; Production Value: Off
145-
146-
; session.bug_compat_warn
147-
; Default Value: On
148-
; Development Value: On
149-
; Production Value: Off
150-
151141
; session.gc_divisor
152142
; Default Value: 100
153143
; Development Value: 1000
@@ -1476,31 +1466,6 @@ session.gc_maxlifetime = 1440
14761466
; setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
14771467
; find /path/to/sessions -cmin +24 -type f | xargs rm
14781468

1479-
; PHP 4.2 and less have an undocumented feature/bug that allows you to
1480-
; to initialize a session variable in the global scope.
1481-
; PHP 4.3 and later will warn you, if this feature is used.
1482-
; You can disable the feature and the warning separately. At this time,
1483-
; the warning is only displayed, if bug_compat_42 is enabled. This feature
1484-
; introduces some serious security problems if not handled correctly. It's
1485-
; recommended that you do not use this feature on production servers. But you
1486-
; should enable this on development servers and enable the warning as well. If you
1487-
; do not enable the feature on development servers, you won't be warned when it's
1488-
; used and debugging errors caused by this can be difficult to track down.
1489-
; Default Value: On
1490-
; Development Value: On
1491-
; Production Value: Off
1492-
; http://php.net/session.bug-compat-42
1493-
session.bug_compat_42 = On
1494-
1495-
; This setting controls whether or not you are warned by PHP when initializing a
1496-
; session value into the global space. session.bug_compat_42 must be enabled before
1497-
; these warnings can be issued by PHP. See the directive above for more information.
1498-
; Default Value: On
1499-
; Development Value: On
1500-
; Production Value: Off
1501-
; http://php.net/session.bug-compat-warn
1502-
session.bug_compat_warn = On
1503-
15041469
; Check HTTP Referer to invalidate externally stored URLs containing ids.
15051470
; HTTP_REFERER has to contain this substring for the session to be
15061471
; considered as valid.

php.ini-production

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -138,16 +138,6 @@
138138
; Development Value: "GP"
139139
; Production Value: "GP"
140140

141-
; session.bug_compat_42
142-
; Default Value: On
143-
; Development Value: On
144-
; Production Value: Off
145-
146-
; session.bug_compat_warn
147-
; Default Value: On
148-
; Development Value: On
149-
; Production Value: Off
150-
151141
; session.gc_divisor
152142
; Default Value: 100
153143
; Development Value: 1000
@@ -1476,31 +1466,6 @@ session.gc_maxlifetime = 1440
14761466
; setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
14771467
; find /path/to/sessions -cmin +24 -type f | xargs rm
14781468

1479-
; PHP 4.2 and less have an undocumented feature/bug that allows you to
1480-
; to initialize a session variable in the global scope.
1481-
; PHP 4.3 and later will warn you, if this feature is used.
1482-
; You can disable the feature and the warning separately. At this time,
1483-
; the warning is only displayed, if bug_compat_42 is enabled. This feature
1484-
; introduces some serious security problems if not handled correctly. It's
1485-
; recommended that you do not use this feature on production servers. But you
1486-
; should enable this on development servers and enable the warning as well. If you
1487-
; do not enable the feature on development servers, you won't be warned when it's
1488-
; used and debugging errors caused by this can be difficult to track down.
1489-
; Default Value: On
1490-
; Development Value: On
1491-
; Production Value: Off
1492-
; http://php.net/session.bug-compat-42
1493-
session.bug_compat_42 = Off
1494-
1495-
; This setting controls whether or not you are warned by PHP when initializing a
1496-
; session value into the global space. session.bug_compat_42 must be enabled before
1497-
; these warnings can be issued by PHP. See the directive above for more information.
1498-
; Default Value: On
1499-
; Development Value: On
1500-
; Production Value: Off
1501-
; http://php.net/session.bug-compat-warn
1502-
session.bug_compat_warn = Off
1503-
15041469
; Check HTTP Referer to invalidate externally stored URLs containing ids.
15051470
; HTTP_REFERER has to contain this substring for the session to be
15061471
; considered as valid.

0 commit comments

Comments
 (0)