Yoshinari Takaoka
5bbdca0c80
fixed wrong example function name.
2021-07-23 05:42:02 +09:00
Yoshinari Takaoka
26940f5332
fixed wrong referenced function name.
2021-07-23 05:35:45 +09:00
Yoshinari Takaoka
f578bab6a8
fixed typo
2021-07-23 04:29:46 +09:00
Sergey Panteleev
668b6fc288
Fix example title and constants in ImagickDraw
2021-07-22 15:31:46 +03:00
Sergey Panteleev
c34257b728
Gmagick enhancement ( #802 )
2021-07-22 12:37:39 +03:00
沈唁
da9d818161
Fix event return values ( #811 )
2021-07-22 17:26:04 +08:00
Yoshinari Takaoka
506da7e0e6
fixed parameter markup
2021-07-22 17:50:10 +09:00
Nickolas Burr
949123c45e
Fix documented return type for CachingIterator::hasNext()
...
Closes GH-809.
2021-07-22 09:30:54 +02:00
Kamil Tekiela
4a3d3cf1f6
Fix inaccurate information in pdo query ( #806 )
...
* Added the missing 'prepares' to the description
* Removed inaccurate information. The statement is returned even if there's no result set
* Added a note explaining what to do if the SQL has placeholders
* Removed confusing para. It's not a feature of PDO::query
* Simplify the return part
* It returns a statement, not a result set!
2021-07-21 16:18:54 +01:00
zors1
636409541f
Fix refpurpose of Imagick::getImageAttribute ( #807 )
2021-07-21 17:23:26 +03:00
Kevin van Sonsbeek
9a511f92cb
Change the incorrect return type
...
Closes GH-805.
2021-07-21 11:50:01 +02:00
沈唁
e26545dcab
Update quotation mark ( #803 )
...
* Fix quotation mark error
* Upadte
2021-07-21 17:12:19 +08:00
Sergey Panteleev
7febeefab6
Fix pthreads return values ( #801 )
2021-07-20 15:20:53 +03:00
Sergey Panteleev
5d927c376e
Fix entries in parallel
2021-07-19 16:46:36 +03:00
Christoph M. Becker
30fa70554d
book.sem is actually about three modules
...
And ftok() is in ext/standard. Might be reasonable to split the
documentation respectively.
Anyhow, sysvshm is supported on Windows at least as of PHP 7.0.0.
2021-07-19 14:27:45 +02:00
Christoph M. Becker
70babd5faf
pathinfo() operates naively on the input string
...
Closes GH-798.
2021-07-18 14:50:48 +02:00
zors1
e83ad8ecd4
Capitalize "Linux" ( #794 )
2021-07-17 13:32:31 +01:00
zors1
600c54038d
Improve "Return Values" section of some GmagickDraw methods
...
Closes GH-793.
2021-07-16 22:40:22 +02:00
Jeremy Mikola
a44dc91a4d
libmongocrypt accepts base64 strings or BSON binary
...
https://jira.mongodb.org/browse/PHPC-1901
2021-07-16 14:54:13 -04:00
Jeremy Mikola
1e2846b81c
Document support for AWS and GCP KMS providers
...
https://jira.mongodb.org/browse/PHPC-1684
2021-07-16 14:54:13 -04:00
Jeremy Mikola
672dfcbadc
Document disableClientPersistence driver option
...
https://jira.mongodb.org/browse/PHPC-1645
2021-07-16 14:54:13 -04:00
Jeremy Mikola
7daf344fd8
Revise MongoDB\Driver\Manager var_dump() example
...
The previous example was incorrect, as "cluster" is an array of server descriptions (not an associative array).
The "cluster" array in the example is empty because the Manager has not performed IO and initialized SDAM; however, doing so would produce very verbose output, which seems unnecessary.
2021-07-16 14:54:12 -04:00
Jeremy Mikola
40dbbc56e3
Document MongoDB\Driver\Manager::addSubscriber and removeSubscriber
...
https://jira.mongodb.org/browse/PHPC-1804
2021-07-16 14:54:12 -04:00
Christoph M. Becker
59e1af19dd
Fix #77762 : CURLOPT_SSL_VERIFYHOST should mention subjectaltname
...
We also state that `1` should not be used, since it changed its
meaning: <https://curl.se/libcurl/c/CURLOPT_SSL_VERIFYHOST.html >,
and we can't be bothered to document the version dependent behavior
back to cURL 7.10.5.
2021-07-16 17:15:05 +02:00
Christoph M. Becker
cc664c831a
Fix #78002 : APCUIterator regexp array returns no results
2021-07-16 16:55:03 +02:00
zors1
18fccbbd08
Fix refpurpose of GmagickDraw::line
...
Closes GH-791.
2021-07-16 16:09:20 +02:00
Christoph M. Becker
1d61be1ed9
float to string conversion is no longer locale dependent
2021-07-16 16:07:30 +02:00
Lee Rowlands
2ec2ad2aab
Fix typehint
...
Closes GH-788.
2021-07-16 15:09:14 +02:00
George Peter Banyard
a6cb155475
Syslog does not support the %m format specificer
...
Nor any other printf specifier
Drop version name for Windows note as a drive by fix.
Closes GH-786.
2021-07-16 15:06:06 +02:00
Christoph M. Becker
1128875883
Fix #81266 : mkdir calls directories folders in example code
2021-07-16 15:00:29 +02:00
Christoph M. Becker
14667574fb
PDO_MySQL does not properly support out parameters
...
Cf. <https://bugs.php.net/65929 >.
2021-07-13 15:14:25 +02:00
Sergey Panteleev
49d4fb5557
Yaf_Dispatcher enhancement
2021-07-13 16:08:05 +03:00
Kamil Tekiela
3d34df4084
Move mysqli SQL injection warning to a snippet ( #703 )
2021-07-12 15:08:55 +01:00
Sergey Panteleev
eedb233402
RRDGraph enhancement
2021-07-12 09:38:40 +03:00
othercorey
04a6d30dc1
Update return type for SessionHandlerInterface::gc() ( #704 )
...
The type is `int|false` but documented as `int|bool`.
2021-07-11 18:23:12 +01:00
Kamil Tekiela
04df229c53
Fix remaining usages of __autoload ( #752 )
2021-07-11 17:00:43 +01:00
Sergey Panteleev
64bab6321f
Snmp enhancement ( #774 )
2021-07-11 18:08:21 +03:00
Christoph M. Becker
c8754aca29
Fix: [ parallel\Events ] Incorrect reference
...
Closes GH-775.
2021-07-11 16:29:16 +02:00
Sergey Panteleev
f411d6bbf1
Collator enhancement ( #773 )
2021-07-11 17:09:29 +03:00
Kamil Tekiela
d1d43ac1cc
Fixed remaining issues in mysqli versions.xml ( #772 )
...
* Removed non-existent functions
* Removed duplicated entries
* Added comments
2021-07-11 12:12:21 +01:00
Tiffany
9d35d85531
Revise wording for synopsis and summary ( #768 )
2021-07-10 12:08:36 -05:00
Philip Olson
3006c659b1
Deprecate TLS 1.0 and 1.1
2021-07-09 15:18:29 -07:00
Philip Olson
01456abae9
Deprecate TLS 1.0 and 1.1
2021-07-09 15:18:14 -07:00
Yoshinari Takaoka
f24ff59d10
Added PHP 8 into versions.xml for mysqli based on stubs. ( #426 )
2021-07-09 21:54:13 +01:00
沈唁
d8047edf39
Fix wrong params names for mysqli::__construct() [81232] ( #769 )
...
* Fix wrong params names for mysqli::__construct() [81232]
* Fix missing hostname
2021-07-09 19:24:25 +08:00
zors1
1854a0d060
Add missing period on webPhar page ( #767 )
2021-07-08 14:33:02 -05:00
zors1
b43148c4e3
Capitalize word on webPhar page ( #766 )
2021-07-08 21:54:27 +03:00
Karsten Lehmann
d42b32e96b
Fix parameter names for array functions ( #616 )
...
* Fix parameter names in array_walk docs
* Fix parameter names in documentation for array_walk_recursive
2021-07-07 21:53:13 +01:00
zors1
222b43d6c1
Fix misspelling of "successful" on dba_open page ( #764 )
2021-07-07 14:43:43 +02:00
Remi Collet
a997a6c145
Add information about "threads" with libsodium
...
Closes GH-762.
2021-07-07 10:25:58 +02:00