mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed Cookie example, and show when the format changed in the changelog. Patch by Error Sayre.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333497 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
600d8bd2ab
commit
17a0fd2bd6
1 changed files with 9 additions and 2 deletions
|
@ -45,7 +45,7 @@
|
|||
<modifier>const</modifier>
|
||||
<type>string</type>
|
||||
<varname linkend="datetime.constants.cookie">DateTime::COOKIE</varname>
|
||||
<initializer>"l, d-M-y H:i:s T"</initializer>
|
||||
<initializer>"l, d-M-Y H:i:s T"</initializer>
|
||||
</fieldsynopsis>
|
||||
<fieldsynopsis>
|
||||
<modifier>const</modifier>
|
||||
|
@ -141,7 +141,7 @@
|
|||
<term><constant>DATE_COOKIE</constant></term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
HTTP Cookies (example: Monday, 15-Aug-05 15:52:01 UTC)
|
||||
HTTP Cookies (example: Monday, 15-Aug-2005 15:52:01 UTC)
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -259,6 +259,13 @@
|
|||
The class now implements <classname>DateTimeInterface</classname>.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>5.4.24</entry>
|
||||
<entry>
|
||||
The COOKIE constant was changed to reflect RFC 1036 using a four digit
|
||||
year rather than a two digit year (RFC 850) as prior versions.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>5.2.2</entry>
|
||||
<entry>
|
||||
|
|
Loading…
Reference in a new issue