Merge branch 'PHP-8.0'

* PHP-8.0:
  Fix build
  crc32 mac build fix
This commit is contained in:
Nikita Popov 2021-02-01 09:46:39 +01:00
commit 800685e2f9
2 changed files with 2 additions and 1 deletions

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)
{