Commit graph

23495 commits

Author SHA1 Message Date
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
Andrey Gromov
091d0f9b6e typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341887 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-12 08:28:27 +00:00
Andrey Gromov
1d48545f5a There is a small typo in the two examples.
-- 
Provided by anonymous 51630 (aja@emakina.fr)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341877 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-08 07:41:47 +00:00
Andrey Gromov
218c58b32d Little fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341874 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-08 07:36:03 +00:00
Dan Ackroyd
7c044d72c9 Update return type and description.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341872 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-07 23:26:29 +00:00
Dan Ackroyd
f985a4a8c0 Updating return value and parameter description.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341871 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-07 23:23:37 +00:00
Dan Ackroyd
5a03773740 Corrects parameter description.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341870 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-07 23:20:16 +00:00
Jeremy Mikola
ea6d09f6d1 Document SDAM and appname MongoDB\Driver\Manager URI options
https://jira.mongodb.org/browse/PHPC-825


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341860 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-06 20:59:38 +00:00
Andrey Gromov
d80a97dfbe missed semicolon in example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341832 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-30 21:08:56 +00:00
Joe Watkins
bebcec9d1f Documentation changes for bug #54382
-- 
Provided by anonymous 77704 (arnoutboks@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341824 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-30 18:59:59 +00:00
André Luis Ferreira da Silva Bacci
3f183a7495 Revision keyword for translations tracking.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341822 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-30 18:15:26 +00:00
Andrey Gromov
6ad0b03b45 Copypaste typo in "see also" section
-   <member><function>apc_cache_info</function></member>
+   <member><function>apcu_cache_info</function></member>

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341815 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-30 10:08:28 +00:00
Andrey Gromov
fd997f01ab Change constructor from PHP4 to modern style in example.
By naitsirch.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341814 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-30 09:55:32 +00:00
Andrey Gromov
bd2ce37841 Copypaste error correction. Add some description from IBM MQ documentation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341806 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-29 09:51:43 +00:00
Andrey Gromov
d790375863 Typo, copypaste errors and so.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341804 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-29 09:14:49 +00:00
Christoph Michael Becker
a4d6479877 Remove superfluous information
As of PHP 5.0.0 libgd 2.0.4 is required anyway.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341802 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-28 19:20:05 +00:00
Christoph Michael Becker
b90505533d Fix typos
Patches provided by anon users.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341799 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-28 18:33:56 +00:00
Christoph Michael Becker
d53f9eda5d Fix #70597: Missing info about json_decode bc changes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341796 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-28 17:33:04 +00:00
Christoph Michael Becker
69c8f73c0b Fix #67630: Mention that .htaccess requires Apache module, not just Apache
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341795 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-28 17:14:31 +00:00