Skip to content

Commit 4fff475

Browse files
committed
Change PHP 6 refs to PHP 5.4 and sync some spelling with PHP_5_4 branch files
1 parent 1476b02 commit 4fff475

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

php.ini-development

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ memory_limit = 128M
484484
; development and early testing.
485485
;
486486
; 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)
488488
; E_ERROR - fatal run-time errors
489489
; E_RECOVERABLE_ERROR - almost fatal run-time errors
490490
; E_WARNING - run-time warnings (non-fatal errors)
@@ -748,7 +748,7 @@ post_max_size = 8M
748748
; enable the feature. We strongly recommend you use the escaping mechanisms
749749
; designed specifically for the database your using instead of relying on this
750750
; feature. Also note, this feature has been deprecated as of PHP 5.3.0 and is
751-
; scheduled for removal in PHP 6.
751+
; removed in PHP 5.4.
752752
; Default Value: On
753753
; Development Value: Off
754754
; Production Value: Off
@@ -1497,7 +1497,7 @@ session.use_cookies = 1
14971497
;session.cookie_secure =
14981498

14991499
; 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
15011501
; session hijacking when not specifying and managing your own session id. It is
15021502
; not the end all be all of session hijacking defense, but it's a good start.
15031503
; http://php.net/session.use-only-cookies
@@ -1627,7 +1627,7 @@ session.cache_expire = 180
16271627
; - User may send URL contains active session ID
16281628
; to other person via. email/irc/etc.
16291629
; - URL that contains active session ID may be stored
1630-
; in publically accessible computer.
1630+
; in publicly accessible computer.
16311631
; - User may access your site with the same session ID
16321632
; always using URL stored in browser's history or bookmarks.
16331633
; http://php.net/session.use-trans-sid

php.ini-production

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ memory_limit = 128M
484484
; development and early testing.
485485
;
486486
; 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)
488488
; E_ERROR - fatal run-time errors
489489
; E_RECOVERABLE_ERROR - almost fatal run-time errors
490490
; E_WARNING - run-time warnings (non-fatal errors)
@@ -748,7 +748,7 @@ post_max_size = 8M
748748
; enable the feature. We strongly recommend you use the escaping mechanisms
749749
; designed specifically for the database your using instead of relying on this
750750
; 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.
752752
; Default Value: On
753753
; Development Value: Off
754754
; Production Value: Off
@@ -1497,7 +1497,7 @@ session.use_cookies = 1
14971497
;session.cookie_secure =
14981498

14991499
; 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
15011501
; session hijacking when not specifying and managing your own session id. It is
15021502
; not the end all be all of session hijacking defense, but it's a good start.
15031503
; http://php.net/session.use-only-cookies
@@ -1627,7 +1627,7 @@ session.cache_expire = 180
16271627
; - User may send URL contains active session ID
16281628
; to other person via. email/irc/etc.
16291629
; - URL that contains active session ID may be stored
1630-
; in publically accessible computer.
1630+
; in publicly accessible computer.
16311631
; - User may access your site with the same session ID
16321632
; always using URL stored in browser's history or bookmarks.
16331633
; http://php.net/session.use-trans-sid

0 commit comments

Comments
 (0)