mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.5'
* PHP-8.5: Wrap the normally lazy-initialized components in ZTS
This commit is contained in:
@@ -931,11 +931,13 @@ PHP_LIBXML_API void php_libxml_initialize(void)
|
||||
ZEND_IGNORE_LEAKS_BEGIN();
|
||||
|
||||
xmlInitParser();
|
||||
#ifdef LIBXML_SCHEMAS_ENABLED
|
||||
#ifdef ZTS
|
||||
# ifdef LIBXML_SCHEMAS_ENABLED
|
||||
xmlSchemaInitTypes();
|
||||
#endif
|
||||
#ifdef LIBXML_RELAXNG_ENABLED
|
||||
# endif
|
||||
# ifdef LIBXML_RELAXNG_ENABLED
|
||||
xmlRelaxNGInitTypes();
|
||||
# endif
|
||||
#endif
|
||||
ZEND_IGNORE_LEAKS_END();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user