Commit graph

25757 commits

Author SHA1 Message Date
Christoph Michael Becker
21c6f827cd Fix #65813: Reference For Cross-Platform Compatible Code when connecting to MSSQL
The reference to SQLSRV is already there, but the info that the SQLSRV drivers
are for Windows only is outdated.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349429 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-14 17:02:21 +00:00
Christoph Michael Becker
0694f17113 Fix #63060: Option LIBXML_NOEMPTYTAG is ignored
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349428 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-14 16:56:46 +00:00
Christoph Michael Becker
b03dfce3fd Fix #79302: Support for underscores in numbers not documented
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349427 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-14 16:18:30 +00:00
Christoph Michael Becker
63df6ea90b Fix #50473: static dotnet classes can't be called
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349426 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-14 15:36:27 +00:00
Christoph Michael Becker
54a343afdc Fix #71956: sem_get(0) creating an infinite amount of semaphores
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349425 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-14 15:33:40 +00:00
Christoph Michael Becker
50637b5e68 mysqli_embedded_server_(start|end) are removed as of PHP 7.4.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349424 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-14 15:29:32 +00:00
Christoph Michael Becker
ad878b0b20 Fix #75869: mysqli_driver is monostate
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349423 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-14 15:28:47 +00:00
Christoph Michael Becker
3ecee11d0a XMLReader::open()'s $encoding defaults to NULL
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349422 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-14 13:30:37 +00:00
Christoph Michael Becker
60511f0626 ftp_ssl_connect() is available in official Windows builds as of PHP 7.0.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349421 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-14 10:23:33 +00:00
Sherif Ramadan
f12adb7d02 Fix broken build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349411 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-13 18:32:58 +00:00
Sherif Ramadan
c136f24535 Fix bug #79378 - Uploading multiple files with CURLFile is not documented
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349410 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-13 18:21:35 +00:00
Christoph Michael Becker
3c28f4f9d0 Fix #79256: Generator::next not behaving as documented
Patch provided by ekin@php.net.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349409 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-13 18:07:06 +00:00
Christoph Michael Becker
ff3d7bb38b Link to hash_algos() from hash() and hash_file()
Patch provided by Ryan McCue <me@ryanmccue.info>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349408 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-13 18:01:28 +00:00
Christoph Michael Becker
59d459d265 Fix #74257: "namespace \X" does not work to declare a namespace
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349407 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-13 17:37:34 +00:00
Christoph Michael Becker
916268236f Document CURLOPT_COOKIELIST on constants page as well
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349397 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-12 17:20:13 +00:00
Christoph Michael Becker
12bae73457 Fix #72611: CURLOPT_TCP_KEEPALIVE missing
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349396 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-12 17:08:49 +00:00
Christoph Michael Becker
39ed941a15 Fix #77792: CURLOPT_SSLCERTTYPE support P12(pfx) certificate
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349395 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-12 16:12:54 +00:00
Christoph Michael Becker
a8356baaf4 Fix #78367: missing CURL_SSLVERSION_MAX_xxx
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349394 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-12 16:07:42 +00:00
Christoph Michael Becker
5d93330c9b Fix #78435: Missing CURLOPT_COOKIELIST in doc
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349393 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-12 15:52:53 +00:00
Tiffany Taylor
84b2eca180 Remove "nom noms" from eat method in Dog class
(thanks salathe)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349392 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-12 15:40:27 +00:00
Christoph Michael Becker
46b3f856ba Fix #79105: curl_share_setopt incorrect argument type
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349391 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-12 15:38:49 +00:00
Tiffany Taylor
62be58faa7 Formalize wording in variance page, remove any wording that speaks to the audience
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349390 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-12 14:36:14 +00:00
Christoph Michael Becker
55640d87ac Document CURLFile property types and constructor defaults
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349387 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-12 08:55:43 +00:00
Nikita Popov
70629e8390 Added changelog documentation to mb_convert_case()
Patch by thg2k.

Closes php/doc-en#59.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349373 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-10 20:52:39 +00:00
Christoph Michael Becker
3a68a5895a Fix #77710: Inconsistent expectation of returned values
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349367 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-10 10:07:09 +00:00
Christoph Michael Becker
09483f34bc Fix #78168: Reference Format is \n instead of \\n
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349366 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-10 09:11:07 +00:00
Remi Collet
93ae6ca0ae ZipArchive::{add,replace}File: start/length paramaters are now used
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349360 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-09 13:27:07 +00:00
Christoph Michael Becker
1e3eecef0d Fix #77875: No documentation for apcu_enabled()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349352 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-08 10:25:58 +00:00
Christoph Michael Becker
0fc2058daf Fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349351 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-08 10:05:38 +00:00
Christoph Michael Becker
337876a8bf Fix order of sections
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349350 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-08 10:05:21 +00:00
Yoshinari Takaoka
00b426f09c fixed xml build error.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349345 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-07 21:57:14 +00:00
Sherif Ramadan
fd130ca78e Fix bug #79343
json_encode fails "silently" for DOMDocument.

Updated documentation to reflect that calling json_encode() on a DOMDocument object
will result in any empty object being encoded.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349342 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-07 19:20:16 +00:00
George Peter Banyard
7ce29cc163 Fix example, add missing ')'
Provided by an anonymous user.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349340 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-07 18:20:16 +00:00
Tiffany Taylor
cc4a3f50b6 fix typo in Example #1
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349324 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-06 00:09:07 +00:00
Christoph Michael Becker
349718fef0 stip_tags() accepts array for $allowable_tags as of PHP 7.4.0
This integrates user note 124799.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349323 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-05 17:42:19 +00:00
Christoph Michael Becker
2a521fdf94 The GD and GD2 formats are obsolete
Cf. <http://libgd.github.io/manuals/2.2.5/files/gd_gd-c.html>
and <http://libgd.github.io/manuals/2.2.5/files/gd_gd2-c.html>.

This integrates user note 124797.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349322 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-05 17:40:50 +00:00
Christoph Michael Becker
9c4ad008de SplDoublyLinkedList implements Serializable
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349321 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-05 13:41:37 +00:00
Christoph Michael Becker
cd0fe35bb9 Document that chown() and chgrp() are basically unsupported on Windows
This integrates user note 124790 and 124791.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349320 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-05 13:40:22 +00:00
Christoph Michael Becker
0119ca9ded Fix build and make desired changes visible
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349319 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-05 13:39:49 +00:00
Sherif Ramadan
1b3f589696 Add missing language constructs
Take 2


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349318 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-05 11:55:36 +00:00
Sherif Ramadan
3e648f3fdf Fix grammatical error
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349317 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-05 11:30:32 +00:00
Sherif Ramadan
c8e5e322bd Remove "Binary Calculator" mention from documentation.
It's BCMath.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349316 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-05 11:28:52 +00:00
Remi Collet
954f9dce1f fix xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349314 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-05 10:52:31 +00:00
Christoph Michael Becker
0cddfa08a4 Merged revision(s) 349310 from phpdoc/en/trunk:
Updating constructs to include eval, echo, and list

........

This can't possibly work, see <https://news-web.php.net/php.doc.cvs/17222>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349313 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-05 10:51:15 +00:00
Remi Collet
55b62ad140 ZipArchive::getStatusString, status and statusSys available for closed archive
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349311 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-05 10:39:55 +00:00
Sherif Ramadan
74670c410f Updating constructs to include eval, echo, and list
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349310 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-05 10:30:27 +00:00
Christoph Michael Becker
dbf319f8b2 Fix #74897: Links to "warning" & "fatal error" have a blank href
Let's be pragmatic, and just use <constant> elements as in the rest of docs,
and hope that PhD will support automatically linking these elements sometime.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349307 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-05 08:22:42 +00:00
Remi Collet
f0453adf76 add lastId property to ZipArchvie
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349304 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-04 15:57:28 +00:00
Yoshinari Takaoka
c2bebb37ef fixed description and example text.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349302 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-04 10:51:01 +00:00
Yoshinari Takaoka
ad0da591b1 added svn:property
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349300 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-04 10:38:40 +00:00