Merge branch 'PHP-8.3'

* PHP-8.3:
  [ci skip] NEWS
  Backport libxml2 2.13.2 fixes (#14816)
This commit is contained in:
Niels Dossche 2024-07-04 15:41:15 +02:00
commit f9844f0348
No known key found for this signature in database
GPG Key ID: B8A8AD166DF0E2E5

View File

@ -268,9 +268,6 @@ static zend_always_inline void php_libxml_sanitize_parse_ctxt_options(xmlParserC
ctxt->options = 0;
ZEND_DIAGNOSTIC_IGNORED_END
}
#else /* HAVE_LIBXML */
#define libxml_module_ptr NULL
#endif
#define phpext_libxml_ptr libxml_module_ptr