You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
14 lines
534 B
Diff
14 lines
534 B
Diff
Fix libxml2 2.12.x build issues.
|
|
https://github.com/php/php-src/commit/0a39890c967aa57225bb6bdf4821aff7a3a3c082
|
|
--- ext/soap/php_sdl.c.orig 2022-10-31 05:36:07.000000000 -0500
|
|
+++ ext/soap/php_sdl.c 2024-05-18 01:58:15.000000000 -0500
|
|
@@ -333,7 +333,7 @@
|
|
sdl_restore_uri_credentials(ctx);
|
|
|
|
if (!wsdl) {
|
|
- xmlErrorPtr xmlErrorPtr = xmlGetLastError();
|
|
+ const xmlError *xmlErrorPtr = xmlGetLastError();
|
|
|
|
if (xmlErrorPtr) {
|
|
soap_error2(E_ERROR, "Parsing WSDL: Couldn't load from '%s' : %s", struri, xmlErrorPtr->message);
|