web/lib/Zend/Http/Cookie.php
changeset 807 877f952ae2bd
parent 207 621fa6caec0c
child 1230 68c69c656a2c
equal deleted inserted replaced
805:5e7a0fedabdf 807:877f952ae2bd
    14  * to license@zend.com so we can send you a copy immediately.
    14  * to license@zend.com so we can send you a copy immediately.
    15  *
    15  *
    16  * @category   Zend
    16  * @category   Zend
    17  * @package    Zend_Http
    17  * @package    Zend_Http
    18  * @subpackage Cookie
    18  * @subpackage Cookie
    19  * @copyright  Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
    19  * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
    20  * @version    $Id: Cookie.php 23443 2010-11-24 11:53:13Z shahar $
    20  * @version    $Id: Cookie.php 24593 2012-01-05 20:35:02Z matthew $
    21  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    21  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    22  */
    22  */
    23 
    23 
    24 /**
    24 /**
    25  * @see Zend_Uri_Http
    25  * @see Zend_Uri_Http
    39  *
    39  *
    40  * See http://wp.netscape.com/newsref/std/cookie_spec.html for some specs.
    40  * See http://wp.netscape.com/newsref/std/cookie_spec.html for some specs.
    41  *
    41  *
    42  * @category   Zend
    42  * @category   Zend
    43  * @package    Zend_Http
    43  * @package    Zend_Http
    44  * @copyright  Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
    44  * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
    45  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    45  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    46  */
    46  */
    47 class Zend_Http_Cookie
    47 class Zend_Http_Cookie
    48 {
    48 {
    49     /**
    49     /**