diff options
author | Pierre Joye <pajoye@php.net> | 2010-06-24 00:15:12 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2010-06-24 00:15:12 +0000 |
commit | 07985e917270570393e1a8a83caf46206b293f63 (patch) | |
tree | 07ee80176e4e9d686c4f6a8736d779563af4e5e3 | |
parent | 4278f56f60acba0448b5c9e886508783ba273600 (diff) | |
download | php-git-07985e917270570393e1a8a83caf46206b293f63.tar.gz |
- typo
-rw-r--r-- | php.ini-development | 2 | ||||
-rw-r--r-- | php.ini-production | 2 |
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 |