equal
deleted
inserted
replaced
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-2012 Zend Technologies USA Inc. (http://www.zend.com) |
19 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
20 * @version $Id: Cookie.php 24593 2012-01-05 20:35:02Z matthew $ |
20 * @version $Id$ |
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-2012 Zend Technologies USA Inc. (http://www.zend.com) |
44 * @copyright Copyright (c) 2005-2015 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 /** |