From c446e575880d503921a795ee7cc4126b8b84457b Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Thu, 15 May 2014 02:44:47 +0400 Subject: ext/soap support for phpng (incomplete - just compilable) --- ext/soap/php_sdl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/soap/php_sdl.h') diff --git a/ext/soap/php_sdl.h b/ext/soap/php_sdl.h index fd2d78db9e..2856ed1c47 100644 --- a/ext/soap/php_sdl.h +++ b/ext/soap/php_sdl.h @@ -77,7 +77,7 @@ typedef struct sdlCtx { HashTable *attributes; /* array of sdlAttributePtr */ HashTable *attributeGroups; /* array of sdlTypesPtr */ php_stream_context *context; - zval *old_header; + zval old_header; } sdlCtx; struct _sdlBinding { -- cgit v1.2.1