Christoph Michael Becker
4754397753
Revert revision 351727 from phpdoc/en/trunk:
...
Document false and null return types
Cf. <https://news-web.php.net/php.doc.cvs/17645 >.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351729 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 17:58:32 +00:00
Jakub Vrana
69bd53265b
Document false and null return types
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351727 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 15:12:46 +00:00
Christoph Michael Becker
7f569e1f17
Remove more changelog entries, mostly from PHP 5.3 era
...
Patch contributed by Sobak <msobaczewski@gmail.com>.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350655 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-26 14:08:59 +00:00
Tyson Andre
a9ada9d6f9
fix typos in extension documentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346848 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-18 05:42:50 +00:00
Christoph Michael Becker
fe89d01098
Fix link markup
...
As it was, the links to the migration guide where skipped by PhD,
which may be a bug. Anyhow, we work around this issue by linking
like it's done elsewhere in the files.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344025 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-28 22:12:17 +00:00
Thomas Punt
adc3221467
Document rand/mt_rand changes
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343522 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-29 22:29:47 +00:00
Christoph Michael Becker
797064ec67
Fix typos
...
Patches provided by anon users.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342309 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-11 14:30:36 +00:00
Andrey Gromov
19ad131127
remove redurant tags "tbody"
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341935 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-20 22:30:53 +00:00
Maciek Sokolewicz
2d7563fa07
some text was incorrectly copied in the previous commit, fixed it now.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341930 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-20 21:35:49 +00:00
Maciek Sokolewicz
aa4c1e923c
documented the mt_(s)rand changes in PHP 7.1.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341929 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-20 20:48:22 +00:00
Yasuo Ohgaki
5ab1ebc578
Add warnings to rand()/mt_rand().
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338662 c90b9560-bf6c-de11-be94-00142212c4b1
2016-02-24 21:58:20 +00:00
Sammy Kaye Powers
b9271c0d58
Add docs for CSPRNG in PHP 7 and update related docs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336957 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-14 20:50:32 +00:00
Andrea Faulds
e36faa1eae
Clarity on behaviour of mt_getrandmax() and mt_rand()'s max
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335710 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-11 01:55:26 +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
Adam Harvey
0f7994371a
Add cautions about rand() and mt_rand() being cryptographically insecure.
...
Further reading (and the blog that prompted this):
https://spideroak.com/blog/20121205114003-exploit-information-leaks-in-random-numbers-from-python-ruby-and-php
This may at least partially fix bug #62966 , but since that's still private and
I only know about it via a separate bug in the bug tracker, I can't be sure.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328689 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-06 05:41:36 +00:00
Sherif Ramadan
04988bdb61
Added change log entry for mt_rand checking that max > min parameter, also fixes bug #66559 -- patch by Lonny
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328367 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-15 17:44:11 +00:00
Adam Harvey
ab63bd1f26
Fix doc bug #55519 (mt_rand only generetes even 64 bits numbers) by adding a
...
cautionary note to the mt_rand() documentation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315633 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-28 04:36:02 +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
47b4458c69
fixed properties
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283821 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 07:54:14 +00:00
Etienne Kneuss
28a4ad2460
Document #48224 and put randomseed in the changelog
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280285 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-10 17:55:00 +00:00
Jakub Vrana
575b7172f7
Undocument PHP 3
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273641 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-16 15:28:43 +00:00
Jakub Vrana
d2c6b0a506
No such PHP constant RAND_MAX
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263170 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-22 10:15:50 +00:00
Hannes Magnusson
b3b542379d
Fixed bug#44904 (mt_rand does not accept a single parameter but documented
...
like it does)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@258982 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-03 16:48:28 +00:00
Richard Quadling
fbb43f0278
Fix #42925
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244053 c90b9560-bf6c-de11-be94-00142212c4b1
2007-10-11 11:41:25 +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
Hartmut Holzgraefe
4af8e58936
conversion to new format finished
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@233023 c90b9560-bf6c-de11-be94-00142212c4b1
2007-03-31 19:18:23 +00:00
Hartmut Holzgraefe
83c82b47af
moving towards new structure
...
(work-in-progress commit as i'm about to change machines, will finish soon)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@233015 c90b9560-bf6c-de11-be94-00142212c4b1
2007-03-31 11:20:55 +00:00
Hartmut Holzgraefe
68f6b97171
whitespace
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@233013 c90b9560-bf6c-de11-be94-00142212c4b1
2007-03-31 10:43:52 +00:00
Kenneth Schwartz
d259129bb0
use example.outputs[.similar] entity
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@181877 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-11 16:11:52 +00:00
Mehdi Achour
e62b27dd06
Added title to examples
...
wrapped the see also lines (make it easy to translate)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153341 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-10 14:39:13 +00:00
Kenneth Schwartz
d50c95ad1c
removed cryptography phrase, per MT homepage (bug #23639 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@151676 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-18 03:13:27 +00:00
Nuno Lopes
cee1e32056
added example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146706 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-18 09:23:59 +00:00
Philip Olson
9fd7018715
Implement ¬e.randomseed; which states that random number generation is
...
automatic as of PHP 4.2.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129466 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-30 19:48:38 +00:00
Philip Olson
992b05380b
Removing 404 link which is uneeded anyway. Reworded a bit too.
...
Helps close bug #14732
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104353 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-15 19:47:05 +00:00
Sander Roobol
a98c8b62e9
Some more (small) changes/improvements to the math functions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@84537 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-03 15:06:16 +00:00
Sander Roobol
6a3d115965
Added notes that seeding is no longer necessary since 4.2.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@81938 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-12 13:18:54 +00:00
Hartmut Holzgraefe
5b9fc29465
revision tags added
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78496 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-17 06:45:35 +00:00
Hartmut Holzgraefe
a4b6d72ad3
banana-split
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78202 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-15 00:12:54 +00:00