Commit 4ee2539
committed
Fix GH-20442: Phar does not respect case-insensitiveness of __halt_compiler() when reading stub
Functions are case insensitive. The flush code already takes this into
account by checking for the __halt_compiler() symbol in a case
insensitive manner; however the parsing code did not do that yet.
Closes GH-20445.1 parent 80b7316 commit 4ee2539
4 files changed
+26
-32
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
16 | 20 | | |
17 | 21 | | |
18 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1590 | 1590 | | |
1591 | 1591 | | |
1592 | 1592 | | |
1593 | | - | |
1594 | | - | |
1595 | | - | |
1596 | | - | |
1597 | | - | |
1598 | | - | |
1599 | | - | |
1600 | | - | |
1601 | | - | |
1602 | | - | |
1603 | | - | |
1604 | | - | |
1605 | | - | |
1606 | | - | |
1607 | | - | |
1608 | | - | |
1609 | | - | |
1610 | | - | |
1611 | | - | |
1612 | | - | |
1613 | | - | |
1614 | | - | |
1615 | | - | |
1616 | | - | |
1617 | | - | |
1618 | | - | |
1619 | | - | |
1620 | | - | |
1621 | | - | |
1622 | 1593 | | |
1623 | 1594 | | |
1624 | 1595 | | |
| |||
1630 | 1601 | | |
1631 | 1602 | | |
1632 | 1603 | | |
1633 | | - | |
| 1604 | + | |
| 1605 | + | |
1634 | 1606 | | |
1635 | 1607 | | |
1636 | 1608 | | |
| |||
1779 | 1751 | | |
1780 | 1752 | | |
1781 | 1753 | | |
1782 | | - | |
| 1754 | + | |
1783 | 1755 | | |
1784 | 1756 | | |
1785 | 1757 | | |
1786 | 1758 | | |
1787 | 1759 | | |
1788 | 1760 | | |
1789 | | - | |
| 1761 | + | |
1790 | 1762 | | |
1791 | 1763 | | |
1792 | 1764 | | |
| |||
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
0 commit comments