Details
-
Type:
Docs: Problem
-
Status:
Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.7.6
-
Component/s: Zend_Http_Cookie
-
Labels:None
-
Language:English
Description
I was looking at the documentation of Zend_Http_Cookie:
Zend_Http_Cookie __construct (string $name, string $value, string $domain, [int $expires = null], [string $path = null], [bool $secure = false])
- string $name
- string $value
- int $expires
- string $domain
- string $path
- bool $secure
"domain" and "expires" are switched in the list of parameters, which is confusing.
Solved in SVN r14130