Merge branch 'PHP-8.4'

* PHP-8.4:
  Fix GH-17609: Typo in error message: Dom\NO_DEFAULT_NS instead of Dom\HTML_NO_DEFAULT_NS
  PHP-8.4 is now for PHP 8.4.5-dev
This commit is contained in:
Niels Dossche 2025-01-28 19:30:55 +01:00
commit 286030d532
No known key found for this signature in database
GPG key ID: B8A8AD166DF0E2E5
2 changed files with 33 additions and 33 deletions

View file

@ -782,7 +782,7 @@ static bool check_options_validity(uint32_t arg_num, zend_long options)
"LIBXML_NOERROR, "
"LIBXML_COMPACT, "
"LIBXML_HTML_NOIMPLIED, "
"Dom\\NO_DEFAULT_NS)");
"Dom\\HTML_NO_DEFAULT_NS)");
return false;
}
return true;