diff options
| author | Dmitry Stogov <dmitry@php.net> | 2004-08-26 18:43:06 +0000 |
|---|---|---|
| committer | Dmitry Stogov <dmitry@php.net> | 2004-08-26 18:43:06 +0000 |
| commit | 0384e2ae271502e1ec8aa4e2b1fd6f239857aef5 (patch) | |
| tree | c1dd888cdefc9069dc6e3aebac3f117892c25bf0 /ext/soap/php_sdl.h | |
| parent | dedab09c329e2f8eeb14f1c2538a058098d6c20a (diff) | |
| download | php-git-0384e2ae271502e1ec8aa4e2b1fd6f239857aef5.tar.gz | |
Fixed bug #29839 (incorrect convert (xml:lang to lang))
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 7b29c87ed8..77bb8d2b29 100644 --- a/ext/soap/php_sdl.h +++ b/ext/soap/php_sdl.h @@ -239,6 +239,7 @@ typedef struct _sdlExtraAttribute { struct _sdlAttribute { char *name; + char *namens; char *ref; char *def; char *fixed; |
