|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-12-13 08:47 UTC] dufuz@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 16:00:01 2025 UTC |
Description: ------------ Index: Cache/Container/msession.php =================================================================== RCS file: /repository/pear/Cache/Container/msession.php,v retrieving revision 1.4 diff -u -r1.4 msession.php --- Cache/Container/msession.php 4 Jan 2003 11:54:46 -0000 1.4 +++ Cache/Container/msession.php 18 Aug 2003 22:38:16 -0000 @@ -84,7 +84,7 @@ function Cache_Container_msession($options = '') { if (is_array($options)) - $this->setOptions($options, array_merge($this->allowed_options, array('id_lenght', 'uniq', 'host', 'port', 'connect'))); + $this->setOptions($options, array_merge($this->allowed_options, array('id_length', 'uniq', 'host', 'port', 'connect'))); if ($connect) { if (NULL == $this->host)