If no maximum idle time is set, which is the default configuration of PEAR::Auth, this method will return 0.
最大アイドル時間が設定されていない場合は、0 が返されます(PEAR::Auth のデフォルト設定では、最大アイドル時間は設定されていません)。 - PEAR
When hashing the passwords with the MD5 algorithm, which is the default encryption method in PEAR::Auth, the password column must be at least 32 characters long.
PEAR::Auth のデフォルトの暗号化方式である MD5アルゴリズムでパスワードのハッシュ値を計算する場合、password カラムは、32文字以上とする必要があります。 - PEAR