Christoph Michael Becker
ffb4a54293
Use the appropriate constant as parameter default
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344547 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-21 22:23:24 +00:00
Jeremy Mikola
f51ada4a11
Fix name of MONGODB-X509 auth mechanism
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344543 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-20 18:49:59 +00:00
Jeremy Mikola
6750175fff
Document SCRAM-SHA-1 authMechanism for MongoClient
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344542 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-20 18:49:16 +00:00
Katherine Walker
e56d9eadaa
Document CommandException
...
https://jira.mongodb.org/browse/PHPC-1089
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344541 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-20 17:23:52 +00:00
Katherine Walker
2af032c790
Document ServerException
...
https://jira.mongodb.org/browse/PHPC-1087
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344540 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-20 14:12:33 +00:00
Katherine Walker
e8d7ed4e2f
Test III
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344539 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-20 14:04:55 +00:00
Derick Rethans
8499ec6a6b
Test II
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344538 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-20 14:01:39 +00:00
Derick Rethans
50f1f0e64f
Test
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344537 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-20 13:59:23 +00:00
Christoph Michael Becker
9fadd7d16a
Fix #76104 : Generator::next() causes yield to return null
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344528 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-16 17:33:42 +00:00
Peter Cowburn
1c7bd933fe
be more brave - use php 7.2 for travis builds
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344525 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-15 22:35:24 +00:00
Peter Cowburn
f1f3bf8a2f
use php 7 for travis builds
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344524 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-15 22:32:45 +00:00
Peter Cowburn
dde9fdb533
fix build (unwanted entity)
...
This fixes the build failure, which logged:
ERROR (.../en/reference/solr/solrmissingmandatoryparameterexception.xml:58:66)
&reference.solr.entities.solrmissingmandatoryparameterexception;
------------------------------------------------------------------^
Entity 'reference.solr.entities.solrmissingmandatoryparameterexception' not
defined
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344523 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-15 22:21:52 +00:00
Peter Cowburn
0dad2268d5
add missing svn properties, svn:eol-style and svn:keywords
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344522 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-15 22:01:56 +00:00
Peter Cowburn
a22f9c2717
set svn:ignore "entities.*.xml" for directories that did not have it
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344521 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-15 21:54:42 +00:00
Peter Cowburn
1113dcb235
remove unwanted entities.*.xml files
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344520 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-15 21:51:09 +00:00
Baokun Dou
322606e4f1
Update swoole docs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344519 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-15 16:05:53 +00:00
Christoph Michael Becker
0d15d9602e
Partially fix #76102 : language.types.integer - binary structure missing
...
This fixes the part of the bug report which is not related to the
translation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344518 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-15 15:31:27 +00:00
Jeremy Mikola
f8eaba8728
Add missing final modifiers to MongoDB classes
...
These classes have always been final, but that was not reflected in the documentation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344505 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-14 17:24:49 +00:00
Christoph Michael Becker
ec7b74c91b
Fix #61542 : xml_parse with invalid attribute returns 1
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344503 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-14 16:17:11 +00:00
Christoph Michael Becker
3e98008f28
Document email header injection protection
...
Cf. <http://git.php.net/?p=php-src.git;a=commit;h=9d168b863e007c4e15ebe4d2eecabdf8b0582e30 >
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344502 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-13 22:09:44 +00:00
Jeremy Mikola
2a7dbbe7aa
Server selection may throw ConnectionTimeoutException
...
This also removes the connectTimeoutMS entity and links both options to the Manager constructor.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344498 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-13 20:51:33 +00:00
Christoph Michael Becker
8bbef51787
Document that $additional_headers may now be an array
...
Cf. <https://github.com/php/php-src/blob/PHP-7.2.4/UPGRADING#L219-L225 >
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344497 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-13 17:59:10 +00:00
Christoph Michael Becker
185582af21
Fix #76088 : ODBC functions are not available by default on Windows
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344496 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-13 13:07:17 +00:00
Philip Olson
58209df1b3
Added missing thead and missing thead titles
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344487 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-12 22:35:45 +00:00
Christoph Michael Becker
7644e2087c
Improve mb_strwidth() docs
...
* clarify the meaning of "width" in this context
* fix character width info (cf.
https://github.com/php/php-src/blob/master/ext/mbstring/libmbfl/mbfl/eaw_table.h )
* remove the misinformation that multibyte characters would usually be
twice as wide than single byte characters
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344481 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-11 15:42:33 +00:00
Christoph Michael Becker
21e01236e0
Fix #75372 : The --disable-path-info-check configuration option has been removed in 5.3
...
Cf. <http://git.php.net/?p=php-src.git;a=commit;h=06f43b30c1c50ae8cafd35dd2207e3bbda7c3e3c >
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344478 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-10 12:40:56 +00:00
Christoph Michael Becker
1af3f3f391
In docs, value to be set into static property can only be string, which doesn't make sense, and contradicts actual engine prototype: 12c386f5b9/ext/reflection/php_reflection.c (L3904)
...
--
Provided by anonymous 63059 (alex@kurilo.me )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344476 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-09 13:04:58 +00:00
Christoph Michael Becker
9394f99e2b
Fix build
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344475 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-09 13:03:05 +00:00
Christoph Michael Becker
eb9855d8af
fix mispellings
...
--
Provided by anonymous 89817 (Oliver Nybroe)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344474 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-09 12:58:58 +00:00
Christoph Michael Becker
dda28ddda6
Fix bug #74953 : Locale::getDisplayName has inconsistent 2nd argument
...
--
Provided by anonymous 88937 (carusogabriel34@gmail.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344473 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-09 12:53:37 +00:00
Christoph Michael Becker
362182df16
The T_COALESCE tokens were missing in tokens page.
...
Ref: https://github.com/php/php-src/blob/master/Zend/zend_language_parser.y#L221
--
Provided by anonymous 88937 (carusogabriel34@gmail.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344472 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-09 12:50:11 +00:00
Christoph Michael Becker
1b043c5a4e
ReflectionZendExtension::export receives a second argument boolean, not string.
...
--
Provided by anonymous 88937 (carusogabriel34@gmail.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344471 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-09 12:48:31 +00:00
Christoph Michael Becker
4f8c9dcf06
Fix typos
...
Patches provided by anonymous users.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344470 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-09 12:45:49 +00:00
Christoph Michael Becker
0fe00e3574
Minor doc improvements
...
Patches provided by anonymous users.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344469 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-09 12:44:59 +00:00
Christoph Michael Becker
cca0f0ce48
Improve gregoriantojd() docs
...
* clarify valid date range
* document overflow behavior
* document return value 0 on failure
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344466 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-08 15:25:00 +00:00
Joe Watkins
c18fee3b96
remove note
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344465 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-08 08:43:25 +00:00
Joe Watkins
d974b3aee1
use more precise, easily understood words
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344464 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-08 08:28:25 +00:00
Joe Watkins
26a786694e
Better introduction content
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344463 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-08 07:59:34 +00:00
Joe Watkins
3ab38e2de5
casting documentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344456 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-06 21:23:59 +00:00
Joe Watkins
e644c4c46e
add Componere\cast to documentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344454 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-06 14:03:49 +00:00
Jeremy Mikola
461bcf6643
Update example for iterating a tailable MongoDB\Driver\Cursor
...
https://jira.mongodb.org/browse/PHPC-962
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344449 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-05 18:12:27 +00:00
Joe Watkins
8477bd29e1
remove entites from componere
...
add patch.derive docs
ammend patch.construct docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344443 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-04 16:47:54 +00:00
Joe Watkins
4d298e618c
add exception info for componere
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344438 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-04 07:59:02 +00:00
Joe Watkins
771eb5cea1
corrections to componere documentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344435 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-04 06:25:56 +00:00
Joe Watkins
d8890a0d33
initial documentation for componere
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344428 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-03 08:01:01 +00:00
Mark Jones
0db4344ffc
Fix bug #71817 : openssl_dh_compute_key documentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344427 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-03 06:03:28 +00:00
Christoph Michael Becker
df530262db
Fix return value section
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344421 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-02 14:44:09 +00:00
Christoph Michael Becker
a2a7e00403
Clarify meaning of $fl parameter and improve example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344411 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-01 15:21:10 +00:00
Christoph Michael Becker
8bdb32ed3d
Improve order of the constants
...
The `CAL_JEWISH_ADD_*` constants are not directly related to
`CAL_JEWISH`.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344410 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-01 15:07:50 +00:00
Christoph Michael Becker
304a15b2d7
Document meaning of the ext/calendar constants
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344409 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-01 15:02:36 +00:00