Skip to content

Commit d102830

Browse files
committed
Merge branch 'PHP-8.5'
* PHP-8.5: ext/intl: Fix Spoofchecker build after double construction change (php#22386)
2 parents fd718e7 + b8278fd commit d102830

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ext/intl/spoofchecker/spoofchecker_create.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ U_CFUNC PHP_METHOD(Spoofchecker, __construct)
4343
RETURN_THROWS();
4444
}
4545

46-
zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling);
47-
4846
co->uspoof = uspoof_open(SPOOFCHECKER_ERROR_CODE_P(co));
4947
if (U_FAILURE(INTL_DATA_ERROR_CODE(co))) {
5048
zend_throw_exception(IntlException_ce_ptr,

0 commit comments

Comments
 (0)