Nikita Popov
77d4fd437d
Merge branch 'PHP-8.0'
...
* PHP-8.0:
Remove string length limit from levenshtein()
2020-10-09 16:12:44 +02:00
Nikita Popov
6a8c094e2d
Remove string length limit from levenshtein()
...
As noted on https://bugs.php.net/bug.php?id=80073 , I don't think
having this limitation makes sense. The similar_text() function
has much worse asymptotic complexity than levenshtein() and does
not enforce such a limitation. levenshtein() does have fairly high
memory requirements, but they are a fixed factor of the string
length (and subject to memory limit).
2020-10-09 16:12:08 +02:00
Nikita Popov
f351c47154
Merge branch 'PHP-8.0'
...
* PHP-8.0:
Add support for Solaris 11.4 openpty implementation.
2020-10-09 16:10:26 +02:00
Petr Sumbera
240d06118c
Add support for Solaris 11.4 openpty implementation.
...
Closes GH-6287.
2020-10-09 16:10:03 +02:00
Dmitry Stogov
7cdce0252f
Merge branch 'PHP-8.0'
...
* PHP-8.0:
Keep the same JIT code for PHP-8.0 and master (workaround against PHP-8.0 ABI freeze)
2020-10-09 17:00:43 +03:00
Nikita Popov
1af7c9b372
Add scheduled builds to yaml pipeline
...
Not sure if this is going to work, as the UI configured scheduled
builds are supposed to take precedence ... but I have no idea
how to access them.
2020-10-09 15:56:44 +02:00
Dmitry Stogov
fc14dbb713
Keep the same JIT code for PHP-8.0 and master (workaround against PHP-8.0 ABI freeze)
2020-10-09 16:54:26 +03:00
Nikita Popov
64862d15ea
Merge branch 'PHP-8.0'
...
* PHP-8.0:
Enable Azure pipeline builds on PHP-8.0
2020-10-09 15:31:02 +02:00
Nikita Popov
38368708d7
Enable Azure pipeline builds on PHP-8.0
2020-10-09 15:30:40 +02:00
Nikita Popov
05c1ab294a
Merge branch 'PHP-8.0'
...
* PHP-8.0:
Make iconv errno support test pass on Solaris.
2020-10-09 15:25:31 +02:00
Nikita Popov
64cebf3d9a
Merge branch 'PHP-7.4' into PHP-8.0
...
* PHP-7.4:
Make iconv errno support test pass on Solaris.
2020-10-09 15:25:23 +02:00
Nikita Popov
58af1e156e
Merge branch 'PHP-7.3' into PHP-7.4
...
* PHP-7.3:
Make iconv errno support test pass on Solaris.
2020-10-09 15:24:53 +02:00
Petr Sumbera
07a4185df1
Make iconv errno support test pass on Solaris.
...
Closes GH-6291.
2020-10-09 15:24:36 +02:00
Dmitry Stogov
e0942d2d7c
Merge branch 'PHP-8.0'
...
* PHP-8.0:
Eliminate more dead type stores
2020-10-09 16:15:20 +03:00
Dmitry Stogov
080784acfd
Eliminate more dead type stores
2020-10-09 16:15:07 +03:00
Patrick Allaert
15a92e8d7a
Removed broken php_url_encode_hash macro
...
Broken since ~15 years ago (2994c23670 )
Closes GH-6253.
2020-10-09 15:08:29 +02:00
Nikita Popov
3f392b6ba8
Merge branch 'PHP-8.0'
...
* PHP-8.0:
Revert "Change calling convention of zval_update_constant[_ex]() to fastcall."
2020-10-09 15:07:20 +02:00
Nikita Popov
6188b7a1da
Revert "Change calling convention of zval_update_constant[_ex]() to fastcall."
...
This reverts commit 5a447b086b .
Revert this ABI break from PHP-8.0, leaving it only on master.
2020-10-09 15:06:12 +02:00
Nikita Popov
6c74e081db
Merge branch 'PHP-8.0'
...
* PHP-8.0:
XFAIL test broken by timelib update
2020-10-09 14:05:41 +02:00
Nikita Popov
cc58347105
Merge branch 'PHP-7.4' into PHP-8.0
...
* PHP-7.4:
XFAIL test broken by timelib update
2020-10-09 14:05:33 +02:00
Nikita Popov
229eb15f0e
Merge branch 'PHP-7.3' into PHP-7.4
...
* PHP-7.3:
XFAIL test broken by timelib update
2020-10-09 14:05:23 +02:00
Nikita Popov
5018581410
XFAIL test broken by timelib update
...
I was expecting this to get fixed quickly, but it didn't.
XFAIL for now.
2020-10-09 14:04:47 +02:00
Dmitry Stogov
af0208f296
Merge branch 'PHP-8.0'
...
* PHP-8.0:
Eliminate more dead type stores
2020-10-09 14:31:30 +03:00
Dmitry Stogov
6f888b90c5
Eliminate more dead type stores
2020-10-09 14:31:20 +03:00
Gabriel Caruso
14806e0824
Prepare for PHP 8.1
...
Closes GH-6305.
2020-10-09 11:37:27 +02:00
Máté Kocsis
503999910b
More precise type information for datefmt_format()
2020-10-09 11:05:42 +02:00
Máté Kocsis
686d6c3dd4
Fix XmlParser classname in stubs
2020-10-09 10:43:35 +02:00
Máté Kocsis
4173f2b3ab
Improve parameter names in ext/oci8
...
Closes GH-6267
2020-10-08 23:30:33 +02:00
Dmitry Stogov
2ad96b8cee
Eliminate more dead type stores
2020-10-08 23:26:31 +03:00
Dmitry Stogov
e5830c4a6b
Eliminate dead type stores
2020-10-08 19:15:23 +03:00
Dmitry Stogov
8efcc280be
Cleanup (expand and remove simple macros)
2020-10-08 19:15:23 +03:00
Nikita Popov
e0f2ac9ff6
Update ext/imap parameter names
...
Closes GH-6299.
2020-10-08 18:02:09 +02:00
Nikita Popov
5836e3ed97
Update ext/snmp parameter names
...
Closes GH-6298.
2020-10-08 17:10:52 +02:00
Nikita Popov
ad7e231e81
Make compression_type nullable in a few more places
...
Missed that this was also used elsewhere...
2020-10-08 17:05:38 +02:00
Nikita Popov
c4a25da096
Update ext/soap parameter names
...
Closes GH-6300.
2020-10-08 16:32:01 +02:00
Derick Rethans
2180e882f3
Updated to version 2020.2 (2020b)
2020-10-08 15:19:48 +01:00
Derick Rethans
5289badb2f
Empty merge
2020-10-08 15:19:48 +01:00
Derick Rethans
950157942e
Updated to version 2020.2 (2020b)
2020-10-08 15:19:47 +01:00
Derick Rethans
8227a5ff45
Empty merge
2020-10-08 15:19:47 +01:00
Derick Rethans
14d231bd16
Updated to version 2020.2 (2020b)
2020-10-08 15:19:46 +01:00
Derick Rethans
088d284d9f
Updated to version 2020.2 (2020b)
2020-10-08 15:05:40 +01:00
Derick Rethans
2ceef3a419
Empty merge
2020-10-08 15:05:40 +01:00
Derick Rethans
c8929dc17e
Updated to version 2020.2 (2020b)
2020-10-08 15:05:39 +01:00
Derick Rethans
a2e7b31fac
Empty merge
2020-10-08 15:05:39 +01:00
Derick Rethans
90a5d7c2ad
Updated to version 2020.2 (2020b)
2020-10-08 15:05:38 +01:00
Nikita Popov
9719d6cade
Make Phar $format and $compression arguments nullable
...
Rather than using Greg's birthday, use null to indicate that the
existing format/compression should be retained. For the format
simply using zero would be sufficient, but as the documentation
explicitly says that NULL is allowed here, we may as well make
that the truth.
2020-10-08 13:12:22 +02:00
Nikita Popov
9e32e1322e
Accept bool in SoapClient::__doRequest
...
$one_way is a boolean argument.
2020-10-08 12:36:49 +02:00
Christoph M. Becker
d3b41c4640
Fix imap test expectation which is still too strict for Windows
2020-10-08 12:33:38 +02:00
Christoph M. Becker
48736dddab
Merge branch 'PHP-7.4' into master
...
* PHP-7.4:
Fix too strict imap test expectations
2020-10-08 12:11:28 +02:00
Christoph M. Becker
2e7247c558
Merge branch 'PHP-7.3' into PHP-7.4
...
* PHP-7.3:
Fix too strict imap test expectations
2020-10-08 12:08:35 +02:00