php-src/ext/libxml
Christoph M. Becker 0de8e401db
Drop bogus ext/libxml dependency on ext/iconv (GH-16801)
There is no such dependency; only libxml2 depends on libiconv.  So when
php_libxml.dll is built, it needs to be linked against libiconv, or,
when ext/iconv has been configured as static extension, against
php8.dll.
2024-11-15 21:25:00 +01:00
..
tests Updates for libxml2 >= 2.13.0 2024-10-22 00:17:12 +02:00
config0.m4 Autotools: Sync CS in extensions (#15343) 2024-08-11 17:42:26 +02:00
config.w32 Drop bogus ext/libxml dependency on ext/iconv (GH-16801) 2024-11-15 21:25:00 +01:00
CREDITS
libxml_arginfo.h Generated arginfo header files: use known strings for prop names when… (#15751) 2024-09-30 13:22:34 +02:00
libxml.c Get rid of reserved name usage in ext/libxml (#16707) 2024-11-06 17:47:48 +01:00
libxml.stub.php Replace @deprecated by #[\Deprecated] for internal functions / class constants (#14750) 2024-07-10 16:47:31 +02:00
mime_sniff.c More testing of mime_sniff and fix off-by-one causing trailing whitespace to not be always stripped (#12935) 2023-12-12 17:44:36 +01:00
php_libxml2.def Fix GH-14563: Build failure with libxml2 v2.13.0 2024-06-29 16:28:16 +02:00
php_libxml.h Use unsigned int for the reference count APIs in ext/libxml (#16706) 2024-11-06 17:47:35 +01:00