Máté Kocsis
8b89ee4ec1
Regenerate Exception class and method synapses from stubs ( #1260 )
2021-12-26 12:05:49 +01:00
Máté Kocsis
c974636453
Change the order of union return types
...
In order to make it compatible with gen_stub.php's output
2021-12-26 10:57:26 +01:00
Máté Kocsis
4c2cddb29b
Generate ext/intl class synopses from stubs - part 2 ( #1249 )
...
* Generate ext/intl class synopses from stubs - part 2
* Code review fix
2021-12-25 16:53:23 +01:00
Kamil Tekiela
e46611dfaa
[PHP 8.1] mysqli::init() is deprecated ( #1253 )
2021-12-25 14:31:41 +00:00
Kamil Tekiela
64578cbd8d
[PHP 8.1] mysqli::get_client_info is deprecated ( #1252 )
2021-12-25 14:17:39 +00:00
Máté Kocsis
c64a35e2b5
Generate ext/dom class synopses from stubs - part 1 ( #1250 )
2021-12-25 09:14:36 +01:00
George Peter Banyard
1f91a4b0fb
Move changelog section before examples
2021-12-24 14:51:29 +00:00
Máté Kocsis
a6591916b7
Generate ext/intl classsynopses from stubs - part 1 ( #1248 )
2021-12-24 13:52:59 +01:00
Máté Kocsis
b3ed29c728
Generate ext/date class synopses from stubs ( #1247 )
2021-12-24 10:57:45 +01:00
Jorrit Schippers
c29c97a1df
[skip-revcheck] Fix typo in dom/createelementns.xml
...
Closes GH-1246.
2021-12-24 10:25:59 +01:00
Máté Kocsis
1206279edf
Generate Zend class synopses from stubs - part 2 ( #1245 )
2021-12-23 14:25:27 +01:00
Máté Kocsis
6803b3c62d
Generate various class synopses from stubs - part 1 ( #1241 )
2021-12-23 14:22:05 +01:00
Máté Kocsis
18ca6ac7ad
Generate ext/spl class synopses from stubs - part 7 ( #1243 )
2021-12-23 14:16:36 +01:00
Máté Kocsis
65b648f058
Generate Zend class synopses from stubs - part 1 ( #1244 )
2021-12-23 14:03:03 +01:00
Máté Kocsis
a734201746
Generate ext/spl class synopses from stubs - part 6 ( #1242 )
2021-12-23 13:36:47 +01:00
Joel Pittet
36d8d80891
auto_detect_line_endings is deprecated
...
auto_detect_line_endings is deprecated as of PHP 8.1.0
Closes GH-1240.
2021-12-23 11:56:03 +01:00
Sergey Panteleev
0bf2170a90
[skip-revcheck] Fix typo
2021-12-23 13:48:48 +03:00
Kim Hallberg
ea62fb8319
Clean up filesystem function signatures ( #931 )
2021-12-23 10:34:15 +01:00
Máté Kocsis
a1702b5d45
Generate a few ext/standard methods synopses from stubs - part 2 ( #1014 )
2021-12-23 10:32:40 +01:00
Christoph M. Becker
cf02a33d46
Fix GH-1237: mysqli_result doesn't list getIterator as one of the methods
2021-12-22 23:33:34 +01:00
Christoph M. Becker
88333c7e4f
Clarify that FPM pools are not a security mechanism
...
Cf. <https://bugs.php.net/bug.php?id=81704 >.
2021-12-22 22:56:47 +01:00
Máté Kocsis
0773339dce
Generate various method synopses from stubs - part 5 ( #1234 )
2021-12-22 14:18:28 +01:00
Yoshinari Takaoka
45aaa3f3bd
temporary fix XPointer evaluation failed error.
...
XPointer evaluation failed: #xmlns(db=http://docbook.org/ns/docbook )
xpointer(id('class.ffi-ctype')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])
According to stub file, method entries will be added.
97cdf62a6a/ext/ffi/ffi.stub.php (L77-L100)
2021-12-22 22:05:56 +09:00
Máté Kocsis
6aa7e06adb
Generate ext/spl class synopses from stubs - part 5 ( #1236 )
2021-12-22 13:48:26 +01:00
Máté Kocsis
e22c3d3201
Generate ext/spl class synopses from stubs - part 4 ( #1235 )
2021-12-22 13:36:31 +01:00
Máté Kocsis
769812c12f
Generate various ext/standard method synopses from stubs - part 5 ( #1232 )
2021-12-22 12:34:12 +01:00
Christoph M. Becker
909d99fd64
Fix GH-1231: PDO::pgsqlCopyToArray() has wrong default delimiter
2021-12-22 11:40:27 +01:00
Máté Kocsis
b122b4a485
Generate ext/ffi class synopses from stubs ( #1226 )
2021-12-21 16:13:15 +01:00
Máté Kocsis
d845236a60
Fix $message_nums parameter names ( #1225 )
2021-12-21 15:33:54 +01:00
Máté Kocsis
c80e398bcb
Generate ext/spl class synopses from stubs - part 3 ( #1224 )
...
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2021-12-21 15:31:10 +01:00
Máté Kocsis
455d218f86
Generate ext/spl class synopses from stubs - part 2 ( #1223 )
2021-12-21 14:21:47 +01:00
Máté Kocsis
9eb4ef92af
Generate ext/spl class synopses from stubs - part 1 ( #1222 )
2021-12-21 14:02:50 +01:00
Christophe Coevoet
a44e87c0c6
Update the min version of curl required by PHP
...
PHP 7.3 and 8.0 increased the min version of curl.
Closes GH-1221.
2021-12-21 13:10:50 +01:00
Kamil Tekiela
88890f831c
Fix loose type comparison table
...
Closes GH-1218.
2021-12-19 16:17:29 +01:00
Kamil Tekiela
457de0ada3
Use short array syntax for consistency
2021-12-18 21:38:00 +00:00
Christoph M. Becker
9b7ab9bc8e
Close GH-1216: strftime() is deprecated, yet advised to use here
...
We fix the wrong wording in the migration guide as well.
2021-12-18 14:25:25 +01:00
Yoshinari Takaoka
4b4c8b4740
fixed function name in changelog
2021-12-18 10:23:36 +09:00
Máté Kocsis
0f2aaf1898
Generate ext/reflection class synopses from stubs - part 4
...
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
Closes GH-1139.
2021-12-17 16:08:57 +01:00
Máté Kocsis
cb30efc532
Generate ext/reflection class synopses from stubs - part 5
...
Closes GH-1140.
2021-12-17 15:53:15 +01:00
Christoph M. Becker
29168cf804
Closes GH-1024: imagick flop explanation is mistake
...
We also fix that issue for Gmagick::flopImage.
2021-12-17 15:45:18 +01:00
Christoph M. Becker
d829c7d11f
Closes GH-1209: Named argument in setcookie function called $expires instead of $expires_or_options
2021-12-17 15:35:31 +01:00
Máté Kocsis
ac6b36357e
Update ext/hash documentation
...
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
Closes GH-1215.
2021-12-17 15:15:19 +01:00
Christoph M. Becker
1a89eb1e2d
Close GH-1146: Loose comparison table incorrect for PHP 8
...
Cf. <https://3v4l.org/5tmej >.
2021-12-17 14:50:33 +01:00
Christoph M. Becker
44090248a8
Update set_error|exeception_handler $callback descriptions
...
First, the $callback is a callable, and users are supposed to either
know what that means, or look it up elsewhere in the documentation, so
there is no need to explain it here again, and let it rot again.
Second, there is no need anymore to document pre PHP 7.0.0 behavior.
2021-12-17 14:22:42 +01:00
othercorey
6f058bba94
Adjust fetchAll() purpose to match return description
...
Closes GH-1212.
2021-12-17 14:06:41 +01:00
Máté Kocsis
687aef09c8
Fix the optional param of CURLStringFile::__construct() ( #1213 )
2021-12-17 13:54:58 +01:00
Máté Kocsis
1c1619047e
Fix a few ext/reflection return types ( #1208 )
2021-12-16 14:28:35 +01:00
Christoph M. Becker
4e05f1d8fd
Fix #80078 : openssl_dh_compute_key unknown parameters
2021-12-16 13:26:26 +01:00
Máté Kocsis
fa575325c8
Fix a few enum function/method signatures ( #1207 )
2021-12-16 12:59:13 +01:00
Christoph M. Becker
4ad4b2432e
Update GMP requirements
...
As of PHP 7.0.0, at least GMP 4.2 is required on POSIX systems. On
Windows, MPIR is required instead.
2021-12-16 11:51:22 +01:00