Merge branch 'PHP-7.4' into PHP-8.0

* PHP-7.4:
  Fix build
This commit is contained in:
Nikita Popov 2021-02-01 09:46:27 +01:00
commit c72957b409

View file

@ -313,7 +313,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)
{