1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 15:38:49 +02:00

Fix build

This commit is contained in:
Nikita Popov
2021-02-01 09:46:17 +01:00
parent 86de4d7af6
commit ab8177de2c
+1 -1
View File
@@ -315,7 +315,7 @@ void sdl_restore_uri_credentials(sdlCtx *ctx)
ctx->context = NULL;
}
#define SAFE_STR(a) ((a)?a:"")
#define SAFE_STR(a) ((a)?((const char *)a):"")
static void load_wsdl_ex(zval *this_ptr, char *struri, sdlCtx *ctx, int include)
{