Commit graph

78 commits

Author SHA1 Message Date
Christoph Michael Becker
a0c42039db Split bcscale() signature
As of PHP 7.3.0, bcscale() may also be used as getter, which is not
properly reflected by making the $scale parameter optional.  Therefore,
we split the function signature.

Inspired by a patch provided by Tim van Dijen.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346739 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-07 13:14:36 +00:00
Christoph Michael Becker
2b8c74f614 Add missing initializer
Patch provided by Kasper Franz.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346085 c90b9560-bf6c-de11-be94-00142212c4b1
2018-11-27 11:35:50 +00:00
Christoph Michael Becker
470e1330bc Add example with decimals
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344896 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-30 22:19:36 +00:00
Christoph Michael Becker
925efa68ea Fix : bcmod returns incorrect values
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344895 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-30 22:11:13 +00:00
Jakub Vrana
ad36239c14 Unify language
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344123 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-31 07:37:42 +00:00
Jakub Vrana
4c5cc1e4aa Add scale
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344122 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-31 07:33:06 +00:00
Christoph Michael Becker
af9cbcabe1 Update wrt. change as of PHP 7.3.0
Cf. <https://bugs.php.net/67855>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343945 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-26 17:00:32 +00:00
Jakub Vrana
fa994a739c Fix function signatures
Some of these probably deserve an entry in changelog, please add it if you have energy.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343898 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 19:03:56 +00:00
Christoph Michael Becker
95d2929770 Fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343822 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-12 16:44:50 +00:00
Christoph Michael Becker
a69aa0a25f Update with regard to PR 2742
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343101 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-18 14:21:32 +00:00
Christoph Michael Becker
f59b53e589 Add note regarding possibly truncated scale
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343030 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-09 13:09:19 +00:00
Christoph Michael Becker
ae833792af Document change due to fixing bug
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343029 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-09 13:02:53 +00:00
Christoph Michael Becker
b8276aede8 Use the proper terms for the parameter names
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343028 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-09 12:50:31 +00:00
Christoph Michael Becker
d0f5b88a93 Fix supported number range
libbcmath neither stores the decimal point nor a trailing nul byte,
so actually numbers with up to 0x7fffffff digits are supported,
if there is sufficient memory.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343027 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-09 12:35:10 +00:00
Christoph Michael Becker
f922f1a7e5 Improve documentation of bcpow() and bcpowmod()
We clarify the meaning of $left_operand and $right_operand,
and also document the supported values.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343026 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-09 12:29:42 +00:00
Christoph Michael Becker
b5397d3cda Fix bug : Scientific notation
We document that float to string is problematic for BCMath.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343020 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-07 22:23:27 +00:00
Christoph Michael Becker
a3c18bfa37 bcmath numbers are not of unlimited size and precision
-- 
Provided by anonymous 17522 (divinity76@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340322 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-05 14:13:58 +00:00
Thomas Punt
4ba0ee7bd8 Resolve doc bug
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338333 c90b9560-bf6c-de11-be94-00142212c4b1
2015-12-20 00:00:25 +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
Maciej Sobaczewski
fad0f5afba Mandatory parameters don't have default values
(partially fixes )

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336318 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-01 19:37:26 +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
Jason Gerfen
2545422d0c Fixes for 'missinginitializer' errors (I am new so I am uncertain about a standard other than var types, please advise.)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333260 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-04 12:51:39 +00:00
Yannick Torres
33040b3b1b Typo found by online editor user
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331135 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-16 09:25:19 +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
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
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
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
b9c3ddd1d3 Use entities for INI headings
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322061 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-11 08:09:53 +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
Jakub Vrana
d3c871ae1e Fix protos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308253 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-11 13:16:13 +00:00
Jakub Vrana
2dea3c8f48 Initializer
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306924 c90b9560-bf6c-de11-be94-00142212c4b1
2010-12-31 14:05:09 +00:00
Adam Harvey
f5cf724823 Fix (doc) bug (bcpow() - scale parameter doesn't influensce the result
string) by adding a clarifying note about bcpow's exact behaviour when dealing
with scale.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303202 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-09 05:45:41 +00:00
Peter Cowburn
ab347942b2 Changed confusing "positive non-zero integer" note (re )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302813 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-26 15:36:56 +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
2d117865d2 fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283801 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 06:35:26 +00:00
Jakub Vrana
11092762eb Links in ini.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273180 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-09 17:33:40 +00:00
Philip Olson
7774d7bb25 Fixed simple spelling errors
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271307 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-16 01:58:18 +00:00
Philip Olson
797903d6f2 Added version information
# Split from phpdoc/phpbook/phpbook-xsl/version.xml


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267639 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-22 19:47:12 +00:00
Philip Olson
d522d135a1 Removed PHP 3 information from the manual. Goodbye PHP 3, thanks for all the memories!
This commit covers many files.
The CVS file phpweb/manual/php3.php will exist to store [most of] this info.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@253274 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-19 21:45:32 +00:00
Hannes Magnusson
e9e870b579 MFB: Upgrade to the new-reference-structure
- Moved the intro from reference.xml to book.xml
    - Change the intro ID to intro.<extname>
    - Moved the requirement section to setup.xml


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247965 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-11 06:40:20 +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
Mehdi Achour
176c563b2b more error return values
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228194 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-27 16:58:59 +00:00
Mehdi Achour
483f500ce7 ref.bc: switch to new style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228193 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-27 16:51:44 +00:00
Mehdi Achour
918764d05f WS, prepare for new style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228179 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-27 00:21:08 +00:00
Nuno Lopes
e71b51a711 bcmul() truncates, not rounds. (per user note)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@219196 c90b9560-bf6c-de11-be94-00142212c4b1
2006-08-31 22:12:25 +00:00
Nuno Lopes
52accafdfe major update of INI stuff:
with the update in the software, we are now able to catch more ini entries that were using the magic cfg_get_*()
minor tune in script

we are still lacking a better PECL integration, which is in my TODO list
~


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@203686 c90b9560-bf6c-de11-be94-00142212c4b1
2005-12-26 12:12:13 +00:00
Nuno Lopes
5f7e6c3f8f add more tags
# if someone doesnt agree with this method, please speak noe, before I touch in the other files


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@195126 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-04 11:49:43 +00:00