php-src/ext/soap
Niels Dossche 3cb7d1bd8a
Remove custom UTF-8 check function from ext/libxml
This was originally introduced as a workaround for a libxml2 bug [1].
This bug has been fixed for more than a decade [2], and we can use the
libxml2 API again. We bumped our version requirement for libxml2 beyond
that in 7.4 [3].

[1] 7e53511ec8
[2] 3ffe90ea1c
[3] 74235ca5f3

Closes GH-18706.
2025-05-30 10:40:23 +02:00
..
tests Fix namespace handling of WSDL and XML schema in SOAP 2025-05-29 16:55:41 +02:00
config.m4 Add date extension to dependencies (#15475) 2024-08-18 16:47:57 +02:00
config.w32 Add date extension to dependencies (#15475) 2024-08-18 16:47:57 +02:00
CREDITS
php_encoding.c Remove custom UTF-8 check function from ext/libxml 2025-05-30 10:40:23 +02:00
php_encoding.h Fix namespace handling of WSDL and XML schema in SOAP 2025-05-29 16:55:41 +02:00
php_http.c Merge branch 'PHP-8.3' into PHP-8.4 2025-05-24 21:54:45 +02:00
php_http.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_packet_soap.c Merge branch 'PHP-8.3' into PHP-8.4 2025-03-21 08:25:23 +01:00
php_packet_soap.h ext/soap: Use bool as return type instead of int for parse_packet_soap() 2024-06-19 02:20:34 +01:00
php_schema.c Also allow XSD_1999_NAMESPACE 2025-05-29 18:26:46 +02:00
php_schema.h Deduplicate URI building code in soap schema code (#15799) 2024-09-09 19:44:09 +02:00
php_sdl.c Fix bug #70951: Segmentation fault on invalid WSDL cache 2025-05-30 00:04:06 +02:00
php_sdl.h Struct-pack some soap datatypes (#14403) 2024-06-01 14:11:45 +02:00
php_soap.h Get rid of redundant SOAP globals (#18702) 2025-05-29 20:14:57 +02:00
php_xml.c Deduplicate XML parsing code for SOAP (#18700) 2025-05-29 18:35:19 +02:00
php_xml.h Fix namespace handling of WSDL and XML schema in SOAP 2025-05-29 16:55:41 +02:00
soap.c Get rid of redundant SOAP globals (#18702) 2025-05-29 20:14:57 +02:00
soap.stub.php Implement request #47317: SoapServer::__getLastResponse() 2024-09-09 20:07:29 +02:00
soap_arginfo.h Generated arginfo header files: use known strings for prop names when… (#15751) 2024-09-30 13:22:34 +02:00