@@ -484,7 +484,7 @@ memory_limit = 128M
484
484
; development and early testing.
485
485
;
486
486
; Error Level Constants:
487
- ; E_ALL - All errors and warnings (includes E_STRICT as of PHP 6.0 .0)
487
+ ; E_ALL - All errors and warnings (includes E_STRICT as of PHP 5.4 .0)
488
488
; E_ERROR - fatal run-time errors
489
489
; E_RECOVERABLE_ERROR - almost fatal run-time errors
490
490
; E_WARNING - run-time warnings (non-fatal errors)
@@ -748,7 +748,7 @@ post_max_size = 8M
748
748
; enable the feature. We strongly recommend you use the escaping mechanisms
749
749
; designed specifically for the database your using instead of relying on this
750
750
; feature. Also note, this feature has been deprecated as of PHP 5.3.0 and is
751
- ; scheduled for removal in PHP 6 .
751
+ ; scheduled removed in PHP 5.4 .
752
752
; Default Value: On
753
753
; Development Value: Off
754
754
; Production Value: Off
@@ -1497,7 +1497,7 @@ session.use_cookies = 1
1497
1497
;session.cookie_secure =
1498
1498
1499
1499
; This option forces PHP to fetch and use a cookie for storing and maintaining
1500
- ; the session id. We encourage this operation as it's very helpful in combatting
1500
+ ; the session id. We encourage this operation as it's very helpful in combating
1501
1501
; session hijacking when not specifying and managing your own session id. It is
1502
1502
; not the end all be all of session hijacking defense, but it's a good start.
1503
1503
; http://php.net/session.use-only-cookies
@@ -1627,7 +1627,7 @@ session.cache_expire = 180
1627
1627
; - User may send URL contains active session ID
1628
1628
; to other person via. email/irc/etc.
1629
1629
; - URL that contains active session ID may be stored
1630
- ; in publically accessible computer.
1630
+ ; in publicly accessible computer.
1631
1631
; - User may access your site with the same session ID
1632
1632
; always using URL stored in browser's history or bookmarks.
1633
1633
; http://php.net/session.use-trans-sid
0 commit comments