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:
+1
-1
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user