diff options
author | Dmitry Stogov <dmitry@php.net> | 2004-01-28 13:30:21 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2004-01-28 13:30:21 +0000 |
commit | 2238e4b9f0a0894dde1a4965418bba645a5cee6a (patch) | |
tree | 5888595c81d81404426faad1aa1e87ea66d4a25a /ext/soap/php_sdl.h | |
parent | be7d41b90556c498059ce093e67519d2abcb24e3 (diff) | |
download | php-git-2238e4b9f0a0894dde1a4965418bba645a5cee6a.tar.gz |
Add namespaces to <Envelope> (not ot subnodes)
Diffstat (limited to 'ext/soap/php_sdl.h')
-rw-r--r-- | ext/soap/php_sdl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/soap/php_sdl.h b/ext/soap/php_sdl.h index 66b422264a..53dbd1201d 100644 --- a/ext/soap/php_sdl.h +++ b/ext/soap/php_sdl.h @@ -133,6 +133,7 @@ struct _sdlType { struct _sdlParam { int order; + sdlTypePtr element; encodePtr encode; char *paramName; }; |