Derick Rethans
7501a2137a
- Updated to version 2013.4 (2013d)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330811 c90b9560-bf6c-de11-be94-00142212c4b1
2013-07-09 08:07:48 +00:00
Adam Harvey
9826ef1ad3
Fix English in the DateTimeZone::listIdentifiers() description.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330580 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-21 00:18:38 +00:00
Jakub Vrana
b89d5b4683
Add missing version info
...
Found by PhD
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330435 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-31 22:33:43 +00:00
Adam Harvey
a7600e75ab
Make DateTime::__construct()'s changelog clearer on the point that exceptions
...
are thrown if the date format is invalid, rather than the date itself.
Fixes doc bug #64908 (DateTime's constructor accepts time that not exists
because of DST).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330341 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-23 18:38:53 +00:00
Jakub Vrana
1634a88641
Delete redundant <!-- Membership: -->
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330340 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-23 17:38:21 +00:00
Jakub Vrana
2479b98e82
Don't inherit from DateTimeInterface
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330270 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-17 18:17:21 +00:00
Jakub Vrana
f65a959cff
Document PHP 5.5 date classes
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330266 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-17 06:06:10 +00:00
Jakub Vrana
e0fc301e08
Put PHP 5.5 methods to versions.xml
...
Generated by http://pastebin.com/s5DSrPc3
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330251 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-16 20:34:19 +00:00
Jakub Vrana
a445db39cd
Put PHP 5.5 functions to versions.xml
...
Generated by http://pastebin.com/VLfQAUT7
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330246 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-16 19:55:27 +00:00
Peter Cowburn
41f1e8e0de
exception info for dateinterval::__construct() (doc #63906 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330157 c90b9560-bf6c-de11-be94-00142212c4b1
2013-04-27 10:51:41 +00:00
Derick Rethans
86c0099cdc
- Updated to version 2013.3 (2013c)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330132 c90b9560-bf6c-de11-be94-00142212c4b1
2013-04-22 16:52:19 +00:00
Derick Rethans
aadb70fe74
- Updated to version 2013.2 (2013b)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329745 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-11 21:37:07 +00:00
Derick Rethans
bfeefa6f2e
- Updated to version 2013.1 (2013a)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329640 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-03 18:14:11 +00:00
Philip Olson
04b11e621f
Fixed spelling
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329325 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-29 01:47:09 +00:00
Sherif Ramadan
c2cc749d26
Updated changelog for strtotime's relative week changes. Fixes bug #52143 .
...
This affects Derick's commits for 357292a098f572bc7baf11a8438314072af6c00b and 089bc254eb33b3c42418f869f2478ce35558c9ea in PHP 5.3, which change this behavior.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329158 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-16 11:04:22 +00:00
Richard Quadling
8cb6042764
Added complete svn:keywords
...
Ignore entities.*.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329114 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-13 00:47:14 +00:00
Shein Alexey
3854039e51
Fix typo.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328654 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-04 11:43:56 +00:00
Adam Harvey
04af3ce6d4
Update the documentation for the %z and %Z strftime() modifiers to reflect how
...
C99 specifies them, and describe how Windows misinteprets them.
Also add a <literal /> to the Solaris warning, since there was one missing and
I was already in there.
Fixes doc bug #63662 (Strftime documentation for %z & %Z is not (necessarily?)
correct.).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328617 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-03 01:57:57 +00:00
Daniel Convissor
aaed38ddf7
Clarify absolute param for diff(); modifies rdohms' patch.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328424 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-19 18:47:35 +00:00
Joe Watkins
f8c03a7657
bug #61100
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328383 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-16 14:22:12 +00:00
Joe Watkins
e25450d9dc
many bugs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328365 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-15 13:40:31 +00:00
Peter Cowburn
749312bffa
Added script execution timing example which utilizes REQUEST_TIME_FLOAT (microtime as float) added in PHP 5.4
...
--
Provided by Dejan Marjanovic (dejan.marjanovic@gmail.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328336 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 22:34:55 +00:00
Sherif Ramadan
ba85c1721c
Update %a format character to reflect correct behavior
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328303 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-11 05:08:16 +00:00
Derick Rethans
99255aeb5b
- Updated to version 2012.9 (2012i)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328232 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-04 16:25:02 +00:00
Adam Harvey
44a4313949
Add documentation for the %k strftime() modifier, and fix a couple of spelling
...
errors at the same time.
Fixes doc bug #63390 (Doc incomplete for strftime).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328193 c90b9560-bf6c-de11-be94-00142212c4b1
2012-10-30 06:17:20 +00:00
Derick Rethans
d4df7f9534
- Updated to version 2012.8 (2012h)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328158 c90b9560-bf6c-de11-be94-00142212c4b1
2012-10-27 14:20:27 +00:00
Yannick Torres
3a8dc25d68
Typo found by online editor user
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328095 c90b9560-bf6c-de11-be94-00142212c4b1
2012-10-22 11:49:37 +00:00
Derick Rethans
aed2eed7cc
- Updated to version 2012.7 (2012g)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328077 c90b9560-bf6c-de11-be94-00142212c4b1
2012-10-18 20:53:33 +00:00
Derick Rethans
53a10a3340
- Updated to version 2012.6 (2012f)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327656 c90b9560-bf6c-de11-be94-00142212c4b1
2012-09-14 08:39:06 +00:00
Philip Olson
41f7d3c5c7
Added MySQL datetime format example. Patch by Ben Kuhl.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327190 c90b9560-bf6c-de11-be94-00142212c4b1
2012-08-20 19:06:11 +00:00
Derick Rethans
0eae31f825
- Updated to version 2012.5 (2012e)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326999 c90b9560-bf6c-de11-be94-00142212c4b1
2012-08-06 12:00:09 +00:00
Adam Harvey
6ad9c387c0
Clarify when the "u" format string actually does something useful, per doc bug
...
#55743 (date u - Microseconds (added in PHP 5.2.2)).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326951 c90b9560-bf6c-de11-be94-00142212c4b1
2012-08-03 01:57:04 +00:00
Adam Harvey
d8fc668de6
Give the DateInterval documentation a bit of a freshen up; in particular,
...
provide a set of examples of the sort of format
DateInterval::createFromDateString() expects.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326736 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-20 10:07:07 +00:00
Adam Harvey
4174a16888
Fix doc bug #62486 (Missing documentation for DatePeriod).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326735 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-20 09:39:42 +00:00
Derick Rethans
fb16d269be
- Updated to version 2012.4 (2012d)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326731 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-20 09:11:15 +00:00
Hannes Magnusson
858cacd62c
mark bunch of extensions with "membership" PI (like the membership comment)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326064 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 17:34:56 +00:00
Derick Rethans
f850d69654
- Updated to version 2012.3 (2012c)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324705 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-02 09:40:27 +00:00
Derick Rethans
1f4b14b007
- Updated to version 2012.2 (2012b)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323833 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-02 17:06:53 +00:00
Derick Rethans
bb0c470b94
- Updated to version 2012.1 (2012a)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323709 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-01 15:10:23 +00:00
Jakub Vrana
f052ac1bd7
Revert useless change in 326638
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323642 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-29 00:24:15 +00:00
Jakub Vrana
c0ade579d4
PHP_INI_* is in fact INI_
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323638 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 20:26:39 +00:00
Jakub Vrana
4de5cce5d8
Linkable reference constants
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323624 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 13:22:09 +00:00
Peter Cowburn
06c5e16e4c
mention that @ sets the timezone to UTC (doc #55642 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323519 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-25 16:29:32 +00:00
Peter Cowburn
08a9abb395
use date_offset_get() in procedural example (doc #61179 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323517 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-25 16:17:59 +00:00
Maciek Sokolewicz
06ffcb46b1
Fixed incorrect english use (incorrect use of 'an' and 'one of those:' )
...
--
Provided by anonymous #13445 ()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323195 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-13 20:08:15 +00:00
Maciek Sokolewicz
7ae82a50bb
Changed wording of "hour of day relevent to start of day" to relative to start of day. Of course this is 'relevant', but still relative ;)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323194 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-13 19:59:43 +00:00
Peter Cowburn
cab50ec5a8
added changelog entry for datetime object comparisons
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323164 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-12 16:06:16 +00:00
Peter Cowburn
6aeb850f29
Quotes around DateTime string constants' initializers. Patch by Volker Dusch.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322441 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-18 10:31:03 +00:00
Jakub Vrana
0bce004e94
Close PHP tag
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322160 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-13 02:11:53 +00:00
Jakub Vrana
fcddfb2551
Link directly to magic methods
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322136 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-12 15:01:15 +00:00