Christoph Michael Becker
cf895b5554
Add respectively replace &caution.cryptographically-insecure;
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339624 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-10 12:25:24 +00:00
Christoph Michael Becker
6798718d38
Fix typo (by Shaunak Sontakke <shaunak.s@gmail.com>)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339623 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-10 12:14:00 +00:00
Christoph Michael Becker
96e8d5d946
Fix typo (by Harold Iedema <harold@iedema.me>)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339622 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-10 12:13:18 +00:00
Christoph Michael Becker
31a36e13fa
Improve wording (by anon user)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339621 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-10 11:59:52 +00:00
Christoph Michael Becker
3aca09435c
Fix typo (by anon user)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339620 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-10 11:59:19 +00:00
Christoph Michael Becker
0a7a550a65
Grammar fixes by anon users
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339619 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-10 11:58:44 +00:00
Christoph Michael Becker
1c4dd2621d
Fix example comment (provided by A3020 <a3020@fastmail.com>)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339618 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-10 11:57:22 +00:00
Christoph Michael Becker
114db47247
Fix method prototype
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339617 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-10 11:37:14 +00:00
Christoph Michael Becker
37287d6b0c
Apparently, a word has been swallowed
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339612 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-10 11:05:01 +00:00
Christoph Michael Becker
6c1ab89a89
Hexadecimal numeric entities are denoted by an x
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339610 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-10 10:47:04 +00:00
Christoph Michael Becker
5435723c4c
CURLINFO_FILETIME requires CURLOPT_FILETIME
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339608 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-10 10:39:17 +00:00
Jeremy Mikola
658ff33bce
PHPC-708: Fix structure and refs in MongoDB security articles
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339600 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-09 18:27:25 +00:00
Jeremy Mikola
0effe19af6
Fix title abbreviation for MongoDB BSON classes
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339599 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-09 18:12:26 +00:00
Jeremy Mikola
e0fb30d761
Update MongoDB::__construct() example for SSL and client cert
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339598 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-09 18:10:31 +00:00
Jeremy Mikola
56791338a6
PHPC-637: Revise notes on encoding MongoDB URI components
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339597 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-09 17:37:51 +00:00
Christoph Michael Becker
fea0321607
Document precision and serialize_precision ini changes
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339595 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-09 12:41:41 +00:00
Christoph Michael Becker
c047c527e6
Fix #72567 : PHP 7.1 changes in json_encode() wrt. encoding floats undocumented
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339594 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-09 12:20:37 +00:00
Christoph Michael Becker
471b30ab5d
Document new PHP_FD_SETSIZE constant
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339590 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-08 18:56:58 +00:00
Christoph Michael Becker
d8669a0bd4
Document unary plus operator
...
Despite having two *downvoted* notes about the unary plus operator
(108105 and 116868), we document it in the manual (and delete the notes).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339585 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-08 00:10:36 +00:00
Christoph Michael Becker
f81df0ec7a
Add example wrt. +,- and . having the same precedence
...
Albeit the behavior should be clear from the precendence table, Antistone
posted a note about this two years ago which has got 67 votes and there
have been two replies to this note which also have been upvoted, so we
integrate this information into the manual, and delete the notes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339582 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-07 18:41:06 +00:00
Jeremy Mikola
1c818c8c51
Fix arg type for MongoDB\Driver\WriteConcern constructor
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339578 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-06 14:59:22 +00:00
Derick Rethans
5f8dc963a0
Updated to version 2016.6 (2016f)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339577 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-06 10:10:36 +00:00
Christoph Michael Becker
6145544e01
Integrate user notes 116312 and 118639
...
We clarify the difference between define() and const wrt. to allowed values.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339565 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-05 13:11:07 +00:00
Pieter Hordijk
6f2a633c72
Moved introduction texts under the correct subtitle
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339564 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-05 08:57:56 +00:00
Xinchen Hui
d980c7d0fe
add example of named capture group
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339562 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-05 07:03:59 +00:00
Christoph Michael Becker
44aadfc0fe
Document predefined PHP 7 interfaces and classes
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339552 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-03 21:47:39 +00:00
Christoph Michael Becker
9525b846ae
Fix documentation according to http://news.php.net/php.doc.cvs/14277
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339548 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-03 17:23:12 +00:00
Christoph Michael Becker
f5700836b5
Document cURL constant added in PHP 7.0.7 plus a few added in PHP 5.5.0
...
Fixes also bug #72522 (No option CURLOPT_UNIX_SOCKET_PATH).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339547 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-03 16:54:52 +00:00
Christoph Michael Becker
7ab8ac3b12
Update docs wrt. https://github.com/php/php-src/commit/c0efb06
...
The migration guide to 7.1 will also have to mention this change, but it
has not been started yet and the info is already contained in UPGRADING.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339543 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-03 11:51:54 +00:00
Christoph Michael Becker
56293cbaa6
Address #61168 : fwrite() has no buffering
...
The info that fwrite() is normally buffered is obviously wrong, but the
rest of the paragraph also looks fishy, so we remove it altogether.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339538 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-01 21:12:58 +00:00
Christoph Michael Becker
30cd273018
Address #63510 : Integer overflow with chr
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339537 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-01 20:07:17 +00:00
Christoph Michael Becker
714b2ac860
Fix #69730 : PDO: incorrect description of how to close the connection to the database
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339536 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-01 09:07:57 +00:00
Christoph Michael Becker
cb4e1a108a
Address #61740 : base_convert skips over out-of-range or unknown characters
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339532 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-30 11:43:06 +00:00
Bob Weinand
8c3557271d
Add caution/note regarding yield from and iterator_to_array
...
It's been a common source of mistake, see also https://bugs.php.net/72518
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339531 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-30 00:24:35 +00:00
Christoph Michael Becker
1ad5dfe5e0
Fix #71804 : proc_close does not return exit code
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339529 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-29 18:23:56 +00:00
Christoph Michael Becker
9caf16a8ba
Fix #70654 : array_map key preservation behaviour not explicit
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339528 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-29 17:49:53 +00:00
Eric Stenson
35fe181ae7
Update message format for REMOVED items to conform to existing style
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339527 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-29 17:48:28 +00:00
Christoph Michael Becker
ec77057bf3
Fix #62200 : __set_state() not implemented
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339526 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-29 17:03:32 +00:00
André Luis Ferreira da Silva Bacci
9a8ee04fdf
s/search/sort
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339523 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-29 16:45:26 +00:00
Christoph Michael Becker
a5c1a2e211
Fix #66613 : PDOStatement::columnCount and empty result sets
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339522 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-29 12:53:26 +00:00
Christoph Michael Becker
b362985477
Fix #72514 : Behaviour of relative date format "this week" has changed
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339521 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-29 11:44:50 +00:00
Christoph Michael Becker
e440c79af1
Fix #53394 : Insufficient docs regarding PDOStatement::fetch(Object) and constructors
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339520 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-29 11:03:39 +00:00
Christoph Michael Becker
cd2eae76e7
SQLite3::bind(Param|Value) accepts ints as well as strings
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339509 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-27 14:14:18 +00:00
Christoph Michael Becker
7b918120f8
Fix #62361 : SQLite3::escapeString is not binary safe
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339508 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-27 14:12:35 +00:00
Christoph Michael Becker
2e9c07ed8f
Fix #65216 : Missing documentation for SQLite3Stmt::readOnly()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339507 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-27 11:57:06 +00:00
Christoph Michael Becker
204df16150
Fix #68465 : Broken link on php.net, MSSQL server connection documentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339501 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-26 00:51:53 +00:00
Christoph Michael Becker
a10fa06420
Improve table introduced with r339499
...
We replace the quotes with <literal>s and make a real table caption.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339500 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-25 23:49:54 +00:00
Christoph Michael Becker
ef1b0b43d3
Address #67811 : htmlspecialchars: document why/when apos instead of #39 is used
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339499 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-25 23:35:39 +00:00
Christoph Michael Becker
385badd002
Fix #66938 : ext/filter misses some constants in documentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339498 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-25 23:08:19 +00:00
Christoph Michael Becker
534cfca423
Fix #65253 : $_FILES documentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339495 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-25 16:30:49 +00:00