#
7aac61ce |
| 09-Feb-2018 |
Nikita Popov |
Fixed bug #75938 New modulus range inference implementation has been verified using https://gist.github.com/nikic/67947ff92cf0e1f7e931f2f0d4cf817f. The computed bounds are not t
Fixed bug #75938 New modulus range inference implementation has been verified using https://gist.github.com/nikic/67947ff92cf0e1f7e931f2f0d4cf817f. The computed bounds are not tight, but it seems to be very hard to compute tight bounds on modulus operations.
show more ...
|
#
47b90e91 |
| 08-Feb-2018 |
Joe |
Merge branch 'PHP-7.2' * PHP-7.2: Fixes bug #75871 Use pkg-config for libxml2 if available
|
#
f9a16d49 |
| 08-Feb-2018 |
Joe |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fixes bug #75871 Use pkg-config for libxml2 if available
|
#
5673c641 |
| 06-Feb-2018 |
Pedro Magalhães |
Fixes bug #75871 Use pkg-config for libxml2 if available |
#
812303aa |
| 08-Feb-2018 |
Joe |
Merge branch 'PHP-7.2' * PHP-7.2: Fixed bug #49876 lib path on 64bit distros
|
#
d803dcba |
| 08-Feb-2018 |
Joe |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fixed bug #49876 lib path on 64bit distros
|
#
80003345 |
| 13-Sep-2017 |
David Zuelke |
Fixed bug #49876 lib path on 64bit distros |
#
c8e844be |
| 08-Feb-2018 |
Joe |
Merge branch 'PHP-7.2' * PHP-7.2: Fixed bug #65414
|
#
44a1271e |
| 08-Feb-2018 |
Joe |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fixed bug #65414
|
#
d806d031 |
| 02-Feb-2018 |
Bishop Bettini |
Fixed bug #65414 |
#
4765ba7d |
| 02-Feb-2018 |
Bishop Bettini |
Fixed bug #65414 |
#
748c4086 |
| 08-Feb-2018 |
Joe |
Merge branch 'PHP-7.2' * PHP-7.2: Fixed bug #74519 strange behavior of AppendIterator
|
#
ab770401 |
| 08-Feb-2018 |
Joe |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fixed bug #74519 strange behavior of AppendIterator
|
#
01eafcee |
| 19-Dec-2017 |
CHU Zhaowei |
Fixed bug #74519 strange behavior of AppendIterator |
#
1391a0fa |
| 05-Feb-2018 |
Nikita Popov |
Fixed bug #75893 It is not sufficient to just add the additional types for aliased variables at the end of type inference, because types of derived variables may depend on them. Make
Fixed bug #75893 It is not sufficient to just add the additional types for aliased variables at the end of type inference, because types of derived variables may depend on them. Make sure the additional types are always added whenever the type of an aliased variable is updated.
show more ...
|
#
d9e71169 |
| 05-Feb-2018 |
Nikita Popov |
Fixed bug #75729 Don't try to evaluate substr() and strpos() at compile-time if mbstring function overloading is enabled. I'm reusing the COMPILE_NO_BUILTIN_STRLEN for the detection
Fixed bug #75729 Don't try to evaluate substr() and strpos() at compile-time if mbstring function overloading is enabled. I'm reusing the COMPILE_NO_BUILTIN_STRLEN for the detection of mbstring function overloading here, even if it's technically only about strlen()...
show more ...
|
#
ab44dddf |
| 05-Feb-2018 |
Michael Wallner |
Merge branch 'PHP-7.2' * PHP-7.2: fix bug #75916 DNS_CAA record results contain garbage
|
#
3ef3f74a |
| 05-Feb-2018 |
Michael Wallner |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: fix bug #75916 DNS_CAA record results contain garbage
|
#
42f2ae05 |
| 05-Feb-2018 |
Michael Wallner |
fix bug #75916 DNS_CAA record results contain garbage It is assumed that DNS_CAA record values are zero terminated, while its length is defined as (RDATA_LENGTH - tag_length - 2). |
#
bc584c40 |
| 01-Feb-2018 |
Anatol Belski |
[ci skip] Update NEWS |
#
2ae46f8e |
| 01-Feb-2018 |
Anatol Belski |
[ci skip] Update NEWS |
#
fa586cee |
| 06-Jan-2018 |
Bishop Bettini |
Fixed bug #54289 If a directory is passed to Phar::extractTo(), loop over all entries and extract all files with the given prefix. |
#
a99df321 |
| 27-Jan-2018 |
Anatol Belski |
[ci skip] Update NEWS. |
#
5d7b2ce9 |
| 27-Jan-2018 |
Christoph M. Becker |
Merge branch 'PHP-7.2' and add NEWS entry
|
#
96595a23 |
| 27-Jan-2018 |
Christoph M. Becker |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Revert "Fix #75878: RecursiveTreeIterator::setPostfix has wrong signature"
|