Yoshinari Takaoka
56f51f601b
Added PHP 8 into versions.xml for calendar based on stubs.
...
Closes GH-389.
2021-01-24 15:42:20 +01:00
Christoph Michael Becker
789af83432
Generate calendar methodsynopses based on stubs
...
Based on a patch contributed by Máté Kocsis <kocsismate@woohoolabs.com>.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351553 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-23 22:36:15 +00:00
Christoph Michael Becker
b95d28e6ec
Fix return types
...
Functions which return false on failure should state that in their
signature as well.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351135 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 15:52:35 +00:00
Christoph Michael Becker
86e6094e86
Use canonical type names
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351133 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 15:39:04 +00:00
Christoph Michael Becker
9418329a85
Document important changes due to bugfixes
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350808 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-07 16:36:13 +00:00
Christoph Michael Becker
8498214e08
Document $method parameter
...
Cf. <https://github.com/php/php-src/pull/4552#discussion_r315430346 >.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347874 c90b9560-bf6c-de11-be94-00142212c4b1
2019-08-20 09:01:50 +00:00
Christoph Michael Becker
84c932da65
Clarify date range
...
It may be much larger on 64bit systems, and 32bit systems may support
negative timestamps.
Inspired by a patch provided by an anonymous user.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344981 c90b9560-bf6c-de11-be94-00142212c4b1
2018-05-08 12:14:18 +00:00
Christoph Michael Becker
cca0f0ce48
Improve gregoriantojd() docs
...
* clarify valid date range
* document overflow behavior
* document return value 0 on failure
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344466 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-08 15:25:00 +00:00
Christoph Michael Becker
df530262db
Fix return value section
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344421 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-02 14:44:09 +00:00
Christoph Michael Becker
a2a7e00403
Clarify meaning of $fl parameter and improve example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344411 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-01 15:21:10 +00:00
Christoph Michael Becker
8bdb32ed3d
Improve order of the constants
...
The `CAL_JEWISH_ADD_*` constants are not directly related to
`CAL_JEWISH`.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344410 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-01 15:07:50 +00:00
Christoph Michael Becker
304a15b2d7
Document meaning of the ext/calendar constants
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344409 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-01 15:02:36 +00:00
Christoph Michael Becker
4f99f45ac5
Improve jdmonthname man page
...
We replace the numeric literals with their predefined constant names,
and also call the parameter "mode" everywhere.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344408 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-01 12:59:05 +00:00
Christoph Michael Becker
ce74b736cf
Fix bug #63930 : cal_from_jd['dow'] gives 0 for Sunday
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344407 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-01 12:26:16 +00:00
Christoph Michael Becker
7a411177d7
Hebrew jdtojewish() output is ISO-8859-8 encoded
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344404 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-01 00:50:14 +00:00
Jakub Vrana
b8758b0605
Use entities in initializer
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343899 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 19:11:34 +00:00
Christoph Michael Becker
f8011435b0
Clarify meaning of "start of the given Julian day"
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342999 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-04 12:58:24 +00:00
Christoph Michael Becker
b92b86af55
Fix bug #67870 (jdtounix() claims localtime, but that's not true)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342998 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-04 12:02:58 +00:00
Christoph Michael Becker
e80cd5ffce
Integrate user note 69769
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342994 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-03 16:42:05 +00:00
Christoph Michael Becker
b03454fec4
Fix bug #70687 (Month List for 5775 Incorrect)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342993 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-03 16:32:09 +00:00
Maciej Sobaczewski
95bdd6883b
Another round of PHP 4 content removal (mostly inline mentions)
...
Review is welcome
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341282 c90b9560-bf6c-de11-be94-00142212c4b1
2016-12-05 10:17:07 +00:00
Maciej Sobaczewski
92bff06867
Update bunch of versions.xml for PHP 7
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337985 c90b9560-bf6c-de11-be94-00142212c4b1
2015-10-12 07:06:29 +00:00
Peter Cowburn
db43575bd6
lowercase calendar function names
...
Patch by cmb
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336889 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-08 22:46:53 +00:00
Maciek Sokolewicz
87d952ec1b
fixed small grammar mistake (incongruency) in example
...
---
Patch by Nikhil Vimal
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336260 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-30 12:14:02 +00:00
Jean-Sebastien Hedde
204bc2974d
Anonymous contributions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335457 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-29 12:49:12 +00:00
Simion Onea
14af302c9c
Making the XML definition consistent across the entire project.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334762 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-05 07:44:07 +00:00
Maciej Sobaczewski
e41aab5eca
Remove changelogs for PHP 4 - 3rd round
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334621 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-27 17:46:13 +00:00
Maciej Sobaczewski
8b5940cade
Remove changelogs for PHP 4 - 2nd round
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334605 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-26 14:28:17 +00:00
Maciej Sobaczewski
361be30820
Mention these not only in changelogs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334560 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-18 10:10:20 +00:00
Peter Cowburn
bf0b399e38
Minor English fixes
...
--
Provided by anonymous 30003 (pt@fb.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333096 c90b9560-bf6c-de11-be94-00142212c4b1
2014-03-24 20:43:08 +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
Adam Harvey
f8f64b7216
Add a note about the timezone gotcha in easter_date().
...
Fixes doc bug #63597 (easter_date ignores PHP's timezone and uses the TZ env
variable).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328495 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-26 02:54:01 +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
Hannes Magnusson
28f9526986
This is a version column
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326063 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 17:14:24 +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
Jakub Vrana
ac04b2ea21
Extension purpose is not needed anymore
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313269 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-15 15:46:15 +00:00
Philip Olson
dd95f273f8
Changed changelog version number entries to be consistent with an X.Y.Z format
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311057 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-15 17:58:55 +00:00
Philip Olson
f66adeb508
Removed credits that are (and belong) in php-src
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298915 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-03 16:46:47 +00:00
Daniel Egeberg
96c9d88bad
Converted to utf-8
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297028 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-28 22:10:10 +00:00
Torben Wilson
af4410a7e1
Normalized the sgml-default-dtd-file local-variable line for those
...
still using this, after discussion on the phpdoc list.
From now on, manual.ced will need to be found at ~/.phpdoc/manual.ced.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288721 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-25 07:04:39 +00:00
Nilgün Belma Bugüner
a657af6cc4
fixed properties
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283802 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 06:41:36 +00:00
Richard Quadling
8ac9109e3d
Use Unicode characters and UTF-8 encoding.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278175 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-02 12:58:06 +00:00
Mehdi Achour
33452ee6b3
Add/move sections to changelogs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277645 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-23 21:08:01 +00:00
Philip Olson
df50bd494a
Added PHP/PECL version information
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275622 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-11 22:20:31 +00:00
Jakub Vrana
4d50cfcce4
Initializers - part 1
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273174 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-09 17:08:52 +00:00
Hartmut Holzgraefe
34752e3400
parameter documentation fixes
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@255035 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-13 12:04:07 +00:00
Hartmut Holzgraefe
ab28467306
duplicate info removed
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@255034 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-13 11:54:19 +00:00
Hannes Magnusson
8305a929cb
MFB: Upgrade to the new-reference-structure
...
- Moved the intro from reference.xml to book.xml
- Change the intro ID to intro.<extname>
- Changes constants to <appendix>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247973 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-11 07:13:24 +00:00
Hannes Magnusson
0258a77f1e
MFB: Rename "functions.xml" to entities.<dirname>.xml
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247901 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-10 17:06:11 +00:00
Hannes Magnusson
c030e2adf7
Upgrade to DocBook5:
...
- All id attributes are now xml:id
- Add docbook namespace to all root elements
- Replace <ulink /> with <link xlink:href />
- Minor markup fixes here and there
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238160 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-20 22:25:43 +00:00