From d27d572a7d0d3ace4954e5335d93b07ee5060d43 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Thu, 24 Jun 2010 00:15:12 +0000 Subject: [PATCH] - typo --- php.ini-development | 2 +- php.ini-production | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/php.ini-development b/php.ini-development index cc0881b801..60d1000e90 100644 --- a/php.ini-development +++ b/php.ini-development @@ -1618,7 +1618,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 95bce4e4ec..5ace3305d5 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1625,7 +1625,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 -- 2.40.0