Hi!

> I was browsing bugs and found old feature request that can be fixed easily.
> 
> Request #35703 when session_name("123") consist only digits, should warning
> https://bugs.php.net/bug.php?id=35703&thanks=1
> 
> session.name cannot be integer like string, since it will be initialized as
> "long" key hash while session module trying to find as "string" key hash. I
> don't understand why some users are willing to use digits only session
> name, but problem is problem.

Yes, I think we need to generate some message on that, given that such
session name would not actually work properly.
-- 
Stanislav Malyshev, Software Architect
SugarCRM: http://www.sugarcrm.com/
(408)454-6900 ext. 227

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to