Commit graph

27216 commits

Author SHA1 Message Date
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
Kamil Tekiela
2b8d277712
Fix minor issues in Apache2 config guide (#785) 2021-07-14 13:06:01 +01:00
F.P
30d10364ee
Update apache2.xml (#780)
Replace wrong `php8_module` with corrent `php_module` Apache module name
2021-07-14 12:14:14 +01:00
OleksiiBulba
3c18b283af
Fixed the link to magic constants (#784) 2021-07-14 12:03:30 +01:00
zors1
a1024db27e
Capitalize "Windows" on "Building from source" page (#782) 2021-07-13 21:01:54 +01: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
Christoph M. Becker
c0fb8cac83
Clarify that open_basedir cannot be relied upon for security
Cf. <https://externals.io/message/105606>
and <https://externals.io/message/115406>.
2021-07-12 17:27:18 +02: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
Sergey Panteleev
0da76b0197
Sync enhancement (#761) 2021-07-06 15:14:59 +03:00
zors1
562a216c81
Add period and comma on Phar intro page (#760) 2021-07-06 10:45:02 +03:00
Christoph M. Becker
ff4424769d
Clarify flock() for same process/other file handle on Windows
We may want to clean up the notes section sometime.
2021-07-05 15:51:22 +02:00
Sergey Panteleev
a32b6c51c4
Fix issues in stream directory (#759) 2021-07-05 12:31:02 +03:00
Sergey Panteleev
648875cf73
Cubrid enhancement (#740) 2021-07-03 18:57:25 +03:00
Kamil Tekiela
6fbc82c739
Overhaul example for class_exists
Closes GH-749.
2021-07-03 12:55:49 +02:00
Christoph M. Becker
4ec526180c
Describe range of default_longitude and _latitude
Closes GH-745.
2021-07-03 12:52:37 +02:00
Christoph M. Becker
bf85f2f1fc
Add visibility modifiers to streamWrapper::__construct and ::__destruct 2021-07-03 12:21:20 +02:00
Christoph M. Becker
7718f6613c
Fix typo in Stringable example
Closes GH-754.
2021-07-03 12:02:31 +02:00
zors1
d3ad869d16
Fix typos in setup.xml (#755) 2021-07-03 11:31:25 +03:00
Christoph M. Becker
f7b3a3a469
Fix #47236: Server Cert not captured when using TLS
The term "stream wrapper" is unfortunately not that clearly defined.
2021-07-02 17:06:47 +02:00
Christoph M. Becker
f456b5951e
bindtextdomain() interprets empty $directory as CWD
We deliberately do not document that "0" also means CWD.
2021-07-02 16:44:47 +02:00
jrfnl
67a54da71f ReflectionProperty: fix a few references to wrong class name(s)
These methods only exist on the `ReflectionProperty` class, not on `ReflectionClass`.
2021-07-02 13:38:11 +01:00
Sergey Panteleev
942afdf312
Fix issues in runkit7 directory (#742)
Part of #658
2021-07-02 12:15:34 +03:00
Kamil Tekiela
7783d8198a
Remove PHP 4 constructor from get_parent_class example
Ckises GH-748.
2021-07-01 23:28:54 +02:00
Christoph M. Becker
c9bc21cb73
Fix #81218: get_object_vars returns parent class parameters
Besides there are no "class parameters", parent properties are returned
if in scope.
2021-07-01 19:09:53 +02:00
zors1
f2af34e50c
Replace a comma with a period in sort.xml
Closes GH-746.
2021-06-30 14:54:14 +02:00