mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
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:
commit
286030d532
2 changed files with 33 additions and 33 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue