Skip to content

Commit

Permalink
Change PHP 6 refs to PHP 5.4 and sync some spelling with PHP_5_4 bran…
Browse files Browse the repository at this point in the history
…ch files
  • Loading branch information
cjbj committed Mar 1, 2012
1 parent 1476b02 commit 4fff475
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions php.ini-development
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ memory_limit = 128M
; development and early testing.
;
; Error Level Constants:
; E_ALL - All errors and warnings (includes E_STRICT as of PHP 6.0.0)
; E_ALL - All errors and warnings (includes E_STRICT as of PHP 5.4.0)
; E_ERROR - fatal run-time errors
; E_RECOVERABLE_ERROR - almost fatal run-time errors
; E_WARNING - run-time warnings (non-fatal errors)
Expand Down Expand Up @@ -748,7 +748,7 @@ post_max_size = 8M
; enable the feature. We strongly recommend you use the escaping mechanisms
; designed specifically for the database your using instead of relying on this
; feature. Also note, this feature has been deprecated as of PHP 5.3.0 and is
; scheduled for removal in PHP 6.
; removed in PHP 5.4.
; Default Value: On
; Development Value: Off
; Production Value: Off
Expand Down Expand Up @@ -1497,7 +1497,7 @@ session.use_cookies = 1
;session.cookie_secure =

; This option forces PHP to fetch and use a cookie for storing and maintaining
; the session id. We encourage this operation as it's very helpful in combatting
; the session id. We encourage this operation as it's very helpful in combating
; session hijacking when not specifying and managing your own session id. It is
; not the end all be all of session hijacking defense, but it's a good start.
; http://php.net/session.use-only-cookies
Expand Down Expand Up @@ -1627,7 +1627,7 @@ session.cache_expire = 180
; - User may send URL contains active session ID
; to other person via. email/irc/etc.
; - URL that contains active session ID may be stored
; in publically accessible computer.
; in publicly accessible computer.
; - User may access your site with the same session ID
; always using URL stored in browser's history or bookmarks.
; http://php.net/session.use-trans-sid
Expand Down
8 changes: 4 additions & 4 deletions php.ini-production
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ memory_limit = 128M
; development and early testing.
;
; Error Level Constants:
; E_ALL - All errors and warnings (includes E_STRICT as of PHP 6.0.0)
; E_ALL - All errors and warnings (includes E_STRICT as of PHP 5.4.0)
; E_ERROR - fatal run-time errors
; E_RECOVERABLE_ERROR - almost fatal run-time errors
; E_WARNING - run-time warnings (non-fatal errors)
Expand Down Expand Up @@ -748,7 +748,7 @@ post_max_size = 8M
; enable the feature. We strongly recommend you use the escaping mechanisms
; designed specifically for the database your using instead of relying on this
; feature. Also note, this feature has been deprecated as of PHP 5.3.0 and is
; scheduled for removal in PHP 6.
; scheduled removed in PHP 5.4.
; Default Value: On
; Development Value: Off
; Production Value: Off
Expand Down Expand Up @@ -1497,7 +1497,7 @@ session.use_cookies = 1
;session.cookie_secure =

; This option forces PHP to fetch and use a cookie for storing and maintaining
; the session id. We encourage this operation as it's very helpful in combatting
; the session id. We encourage this operation as it's very helpful in combating
; session hijacking when not specifying and managing your own session id. It is
; not the end all be all of session hijacking defense, but it's a good start.
; http://php.net/session.use-only-cookies
Expand Down Expand Up @@ -1627,7 +1627,7 @@ session.cache_expire = 180
; - User may send URL contains active session ID
; to other person via. email/irc/etc.
; - URL that contains active session ID may be stored
; in publically accessible computer.
; in publicly accessible computer.
; - User may access your site with the same session ID
; always using URL stored in browser's history or bookmarks.
; http://php.net/session.use-trans-sid
Expand Down

0 comments on commit 4fff475

Please sign in to comment.