Andrey Andreev
584095e7e8
Consistent description of getModifiers() in ReflectionClass, ReflectionMethod, ReflectionProperty
...
(relevant for the 'seealso' section on Reflection::getModifierNames())
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342105 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-13 09:28:54 +00:00
Andrey Andreev
206ead71b9
Reflection::getModifierNames() content
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342104 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-13 09:21:08 +00:00
Andrea Faulds
2518dcc566
Use &null; instead of <type>null</type>
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342102 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-12 15:02:06 +00:00
Christoph Michael Becker
5dba865d91
Improve wording
...
Patches provided by anon users.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342074 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-10 18:54:34 +00:00
Christoph Michael Becker
f9c02a448f
Fix typo
...
Patch provided by anon user.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342073 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-10 18:53:33 +00:00
Christoph Michael Becker
88560fa036
Fix #74202 : However, crypt() creates a weak password without the salt.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342072 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-10 18:40:50 +00:00
Andrey Andreev
e5ec39977f
Document session_gc() version info
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342070 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-10 14:10:44 +00:00
Peter Cowburn
a77508e1c1
Refactor fash password hashing warning, and remove unused note
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342065 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-09 13:19:13 +00:00
Pieter Hordijk
05590a4b81
Converted note discouraging use of md5 and sha1 for password hashing to a warning at top of page.
...
I kept the old note in language-snippets.ent. I will check if this is still linked somewhere tonight and convert it to a warning too when needed and after that remove the note if nothing links to it any mroe.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342064 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-09 11:10:51 +00:00
Pieter Hordijk
b50d188c7b
Improved explanation of the start param which may be zero too instead of just positive.
...
Fixes https://bugs.php.net/bug.php?id=74228
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342063 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-09 11:06:17 +00:00
Andrey Andreev
b51626a979
Correct openssl_encrypt(), openssl_decrypt() third parameter to say 'key' instead of 'password'
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342054 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-08 17:05:10 +00:00
Timandes White
2607b721ce
Sync with https://github.com/php-zookeeper/php-zookeeper-doc.git
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342044 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-08 07:38:26 +00:00
Pieter Hordijk
68cbcb4776
Made MD5 and SHA1 notes on password hashing more prominent
...
--
Provided by anonymous 59531 ()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342043 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-07 18:47:33 +00:00
Pieter Hordijk
f42f55617a
fixed settion_start -> session_start typo in example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342023 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-06 13:58:56 +00:00
Andrey Gromov
9fc4150f84
Example code style by "Bernard van der Esch"
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342004 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-02 12:02:42 +00:00
Derick Rethans
b98ce020a7
Updated to version 2017.1 (2017a)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342002 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-01 19:57:03 +00:00
Jiří Pudil
caec2ae726
Add Closure::fromCallable() documentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341998 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-01 16:11:18 +00:00
Michael Wallner
624b835678
It was not clear that the max_input_time default value of -1 actually means to re-use the value of max_execution_time, instead of unlimited time allowed to process request input.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341990 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-28 13:13:15 +00:00
Andrey Andreev
e099327c0b
Add hash_hkdf() documentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341989 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-28 11:20:58 +00:00
Andrey Gromov
69858e0f65
typo (by anonymous)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341985 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-28 06:53:01 +00:00
Maciej Sobaczewski
e1d3dc51aa
Integrate user note #120684
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341974 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-25 06:03:10 +00:00
Sherif Ramadan
4d5517430c
Add documentation for second argument to getenv.
...
Fixes bug #74143
--
Provided by anonymous 80872 (greg.bowler@g105b.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341970 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-24 23:13:06 +00:00
Christoph Michael Becker
9e9c6ea115
Remove PHP 4 alternatives example
...
The example is broken as described in user note 120693,
and we're not concerned with PHP 4 anymore, anyway.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341954 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-22 19:23:02 +00:00
Christian Weiske
08a250a6b4
Warn about missing GeoIP2 database support.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341950 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-22 10:19:08 +00:00
Maciek Sokolewicz
865071208a
Add simple documentation for the CHILD_ARRAYS_ONLY flag for RecursiveArrayIterator that was added as a fix to Bug #38618 back in the 5.3.0 release.
...
Provided by John Flatness (john@zerocrates.org )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341941 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-21 10:46:22 +00:00
Maciek Sokolewicz
ece3dc6b4c
Documentation of the new pcntl_signal_get_handler function (available from PHP 7.1.0)
...
--
Provided by David Walker (dave@mudsite.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341940 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-21 10:43:49 +00:00
Andrey Gromov
daadb28f5d
add absent tags "varlistentry"
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341938 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-20 22:47:37 +00:00
Andrey Gromov
bb8db2ad12
remove redurant tags "tbody"
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341936 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-20 22:35:01 +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
ce3996c403
documented the change in behaviour due to aliasing of rand to mt_rand in PHP 7.1.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341933 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-20 22:01:10 +00:00
Maciek Sokolewicz
f14ec684d3
fixed xml error from previous commit
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341932 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-20 21:58:12 +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
Maciek Sokolewicz
d200c0db9e
Fixed incorrect note in opcache.force_restart_timeout description. A warning is logged as of opcache.log_verbosity_level 2 (WARNING) or higher instead of 3 (INFO) or higher.
...
Patch provided by Arnout Boks
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341928 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-20 19:53:44 +00:00
Maciek Sokolewicz
30e1776899
note that the function returns false on error
...
patch provided by an anonymous contributor
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341927 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-20 19:46:09 +00:00
Christoph Michael Becker
b896533ae5
Fix #74098 : Misleading information on static function calls.
...
A feature that is available as of PHP 5.4.0 should not be exemplified
by code requiring a newer version, even though the example would be
less verbose.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341922 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-17 18:21:47 +00:00
Christoph Michael Becker
fae36040d4
void and iterable are reserved as of PHP 7.1.0
...
Patch provided by Vlad Veselov.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341921 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-17 18:07:33 +00:00
Christoph Michael Becker
b9f7ef8203
Fix grammar
...
Patch provided by Travis Raymond Uribe.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341920 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-17 18:06:35 +00:00
Christoph Michael Becker
6a8863a5a9
Fix typo
...
Patch provided by savdeep singh.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341919 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-17 18:05:40 +00:00
Christoph Michael Becker
f258d65696
Improve example wrt. to CS
...
Patch provided by anon user.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341918 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-17 18:04:34 +00:00
Christoph Michael Becker
cdf488a697
CURLOPT_SAFE_UPLOAD has been removed as of PHP 7.0.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341917 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-17 18:03:48 +00:00
Christoph Michael Becker
25550c2a4e
Fix changelog order
...
Patch provided by anon user.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341916 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-17 18:02:12 +00:00
Christoph Michael Becker
52ae7dd55e
Improve wording
...
Patch provided by anon user.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341915 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-17 17:51:30 +00:00
Christoph Michael Becker
97ca95ebfa
Update docs for PHP 7.0.0
...
Patch provided by anon user.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341914 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-17 17:50:56 +00:00
Christoph Michael Becker
70a1b73d04
Fix typo
...
Patch provided by anon user.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341913 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-17 17:50:09 +00:00
Jeremy Mikola
2736845f69
Use consistent units for default connectTimeoutMS MongoDB URI option
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341908 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-16 16:04:23 +00:00
Jeremy Mikola
d6fe182e3b
Document limits for heartbeatFrequencyMS and maxStalenessSeconds MongoDB URI options
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341907 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-16 16:03:27 +00:00
Jeremy Mikola
e650d676f4
Fix typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341906 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-16 15:44:51 +00:00
Jeremy Mikola
2a53b0b53c
MongoDB Manager does not support authMechanism and authMechanismProperties in options array
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341904 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-15 19:39:53 +00:00
Christoph Michael Becker
74116203db
INTL_IDNA_VARIANT_2003 is deprecated as of PHP 7.2.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341894 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-14 13:50:30 +00:00