Máté Kocsis
43289826b4
Add SoapServer::$service property
...
This has been removed as of PHP 8.2, but since we currently document PHP 8.1, the property should be added.
2022-01-14 16:20:53 +01:00
Alexis MARQUIS
96263b1405
Fix openssl cms constants
...
Co-authored-by: Alexis MARQUIS <amarquis@opendev.fr>
Closes GH-1334.
2022-01-14 15:46:56 +01:00
Máté Kocsis
b9e6268918
Rename OCI-Lob and OCI-Collection
...
Closes GH-1323.
2022-01-14 14:26:19 +01:00
Christoph M. Becker
e82ff8a846
Fix GH-1326: "clearstatcache" always clears the stat cache
2022-01-14 14:20:49 +01:00
Christoph M. Becker
98ba3bd97a
Fix #1328 : bcrypt max password length is about bytes, not characters
2022-01-14 13:45:21 +01:00
Christoph M. Becker
c7d6db0d24
Clarify meaning of opcache.optimization_level
2022-01-14 10:04:10 +01:00
Tony Su
c8696908a1
Clarification for setting 0 to jit_hot_loop/func
...
I tried to tell JIT to compile every loops and functions
by setting both opcache.jit_hot_loop and opcache.jit_hot_functions
to 0, but failed to get expected result.
After having read the source code and simple experiments, I found
that setting these two options to 0 will actually disable JIT to
compile any iterations and calls.
So I would like to add clarifications for this behavior in PHP manual.
Signed-off-by: Su, Tao <tao.su@intel.com>
Closes GH-1324.
2022-01-13 08:38:13 +01:00
Sergey Panteleev
62d996960c
Fix typo in gnupg_init example ( #1325 )
2022-01-13 10:30:05 +03:00
Jakub Zelenka
43b3e6f776
Document options for gnupg_init ( #1322 )
2022-01-12 22:45:10 +00:00
Christoph M. Becker
16805838e7
Fix GH-1318: get_resources has access to object-controlled resources
2022-01-11 15:57:27 +01:00
Christoph M. Becker
e8fbdb2fe6
Update defaults of session.cookie_secure and .cookie_httponly
...
That's rather a cosmetic change, but we still should strive to be
precise.
2022-01-11 15:43:31 +01:00
Máté Kocsis
7e6fceff7d
Fix DOMParentNode and DOMChildNode class and method synopses ( #1321 )
2022-01-11 13:52:43 +01:00
Sergey Panteleev
6a3090c77d
[PHP 8.0] Add new DOM interfaces ( #1025 )
...
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2022-01-11 15:10:41 +03:00
Shakil Shahadat
1f26555e0d
Fix datatype in SQLite3 example
...
SQLite3 does not have a 'STRING' data type. Cf. <https://www.sqlite.org/datatype3.html >.
Closes GH-1320.
2022-01-11 11:11:10 +01:00
George Peter Banyard
e82d2dda19
DomDocument::createTextNode() doesn't return false anymore
...
Changelog entry already exists
2022-01-10 20:20:15 +00:00
Sergey Panteleev
2ad251ea7b
Refer to preg_replace() docs for param docs of preg_filter() ( #723 )
2022-01-10 19:36:32 +00:00
Máté Kocsis
213798ecf0
Document mysqli_sql_exception::getSqlState() ( #1310 )
...
Co-authored-by: Kamil Tekiela <tekiela246@gmail.com>
2022-01-10 14:55:43 +01:00
George Peter Banyard
d7cc460fb0
This method no longer returns false
...
It already has a changelog entry
2022-01-09 22:03:43 +00:00
Christoph M. Becker
831c458502
Fix GH-1314: getAvailableDrivers shows as pdo_drivers and not clickable
2022-01-08 23:47:50 +01:00
George Peter Banyard
b9d5dcd782
Default value for error_reporting is E_ALL as of PHP 8.0.0 ( #1307 )
2022-01-08 14:36:08 +00:00
Kamil Tekiela
c1adec107f
Add mb_str_split to see also in str_split
...
Closes GH-1309
2022-01-07 16:05:46 +00:00
Máté Kocsis
edd0f865ff
Fix method include at mysqli-stmt class page
2022-01-07 16:30:14 +01:00
Máté Kocsis
9ed7c3ebf7
List all ext/mysqli properties instead of including them - part 3 ( #1305 )
2022-01-07 16:27:13 +01:00
Máté Kocsis
5d8dfb3107
List all ext/mysqli properties instead of including them - part 1 ( #1302 )
2022-01-07 15:31:36 +01:00
Máté Kocsis
db38c455be
List all ext/mysqli properties instead of including them - part 2 ( #1304 )
...
Co-authored-by: Kamil Tekiela <tekiela246@gmail.com>
2022-01-07 15:10:48 +01:00
Máté Kocsis
3cf5f667fb
Actually include FFI\CType methods ( #1303 )
2022-01-05 23:00:09 +01:00
Jeremy Mikola
2d75b03614
Correct alias for weak_cert_validation driver option
2022-01-05 10:34:45 -05:00
Máté Kocsis
8161936485
Add undocumented FFI\CType methods ( #1227 )
2022-01-05 11:00:17 +01:00
Christoph M. Becker
479a847e72
Fix "day and textual month" format
...
There is no `d`, but only `dd`.
Integrates user note 126745.
2022-01-04 16:49:05 +01:00
魔王卷子
ba9d7ebde7
Fix wrong parameter name
...
Closes GH-1298.
2022-01-04 16:02:51 +01:00
Máté Kocsis
302039194a
Add some missing ext/spl method includes ( #1294 )
2022-01-04 11:47:29 +01:00
Máté Kocsis
a91b76de3d
Add initial documentation for DOMDocumentFragment::__construct() ( #1296 )
2022-01-04 11:42:29 +01:00
Máté Kocsis
7733a3cea8
Update and reorder PDOException::$code
...
According to gen_stub.php
2022-01-03 14:18:00 +01:00
Máté Kocsis
4951970b68
Generate ext/dom class synopses from stubs - part 2 ( #1289 )
2022-01-03 13:53:30 +01:00
Máté Kocsis
5485482993
Adjust ext/gmp default values ( #1287 )
...
According to gen_stub.php
2022-01-03 10:12:53 +01:00
Máté Kocsis
a123b24db5
Fix some ext/standard param types ( #1288 )
2022-01-03 10:12:29 +01:00
Máté Kocsis
3c44706d4e
Generate ext/soap class synopses from stubs ( #1275 )
2022-01-03 08:06:35 +01:00
Christoph M. Becker
eba8e74c75
The array_walk() $callback may require more than 2 parameters
...
Cf. <https://3v4l.org/jdjEG >.
2021-12-31 19:52:36 +01:00
Christoph M. Becker
31cacb6f26
Fix #80699 : array_map no longer passes by reference
2021-12-31 19:21:39 +01:00
Máté Kocsis
eabde0419c
Update some string function parameter default values ( #1272 )
2021-12-30 14:03:52 +01:00
Kamil Tekiela
19a475c5cb
Document mysqli_result::__construct ( #1279 )
2021-12-29 22:58:11 +00:00
Christoph M. Becker
670525ef4c
Remove return values section from PDO::__construct()
2021-12-29 23:45:24 +01:00
Kamil Tekiela
d6fbec8b21
get_class does not return false ( #1169 )
2021-12-29 14:01:44 +00:00
Christoph M. Becker
906db3b3f7
streamwrapper::stream_read() can actually return false
...
Cf. <https://github.com/php/doc-en/issues/1220 >.
2021-12-29 00:01:35 +01:00
Máté Kocsis
b06b3f19af
Regenerate ext/mysqli class and method synopses from stubs ( #1271 )
2021-12-28 22:36:41 +01:00
Máté Kocsis
4c0d1f0934
Regenerate ext/spl method synopses based on stubs ( #1273 )
...
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2021-12-28 18:34:24 +01:00
Máté Kocsis
7a650f743a
Generate ext/intl class synopses from stubs - part 3 ( #1274 )
2021-12-28 17:10:33 +01:00
Christoph M. Becker
ee4535711f
Fix GH-1220: streamWrapper::stream_read inconsistent return info
2021-12-28 12:37:13 +01:00
Máté Kocsis
34e2e3541c
Fix fgetcsv() return value section ( #1269 )
2021-12-28 11:05:01 +01:00
Sergey Panteleev
181e9c5572
Fix section order issues ( #1262 )
2021-12-28 08:00:18 +03:00