Commit b8278fd
committed
ext/intl: Fix Spoofchecker build after double construction change (php#22386)
PHP-8.5 no longer declares a zend_error_handling variable in
Spoofchecker::__construct(). The previous merge from PHP-8.4 carried forward a
zend_replace_error_handling() call that references the removed local variable.
Remove the stale call so PHP-8.5 and branches merged from it build again.1 parent acbe0d2 commit b8278fd
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | 39 | | |
42 | 40 | | |
43 | 41 | | |
| |||
0 commit comments