summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2010-06-24 00:15:12 +0000
committerPierre Joye <pajoye@php.net>2010-06-24 00:15:12 +0000
commit07985e917270570393e1a8a83caf46206b293f63 (patch)
tree07ee80176e4e9d686c4f6a8736d779563af4e5e3
parent4278f56f60acba0448b5c9e886508783ba273600 (diff)
downloadphp-git-07985e917270570393e1a8a83caf46206b293f63.tar.gz
- typo
-rw-r--r--php.ini-development2
-rw-r--r--php.ini-production2
2 files changed, 2 insertions, 2 deletions
diff --git a/php.ini-development b/php.ini-development
index ed3d1f1fd9..714cff6397 100644
--- a/php.ini-development
+++ b/php.ini-development
@@ -1525,7 +1525,7 @@ session.use_trans_sid = 0
; 0 (MD5 128 bits)
; 1 (SHA-1 160 bits)
; This option may also be set to the name of any hash function supported by
-; the hash extension. A list of available hashes is returned by the hash_alogs()
+; the hash extension. A list of available hashes is returned by the hash_algos()
; function.
; http://php.net/session.hash-function
session.hash_function = 0
diff --git a/php.ini-production b/php.ini-production
index 5fbb68899e..adbbe16cfb 100644
--- a/php.ini-production
+++ b/php.ini-production
@@ -1532,7 +1532,7 @@ session.use_trans_sid = 0
; 0 (MD5 128 bits)
; 1 (SHA-1 160 bits)
; This option may also be set to the name of any hash function supported by
-; the hash extension. A list of available hashes is returned by the hash_alogs()
+; the hash extension. A list of available hashes is returned by the hash_algos()
; function.
; http://php.net/session.hash-function
session.hash_function = 0