File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -94,9 +94,9 @@ typedef struct _sdlSoapBindingFunctionHeader {
94
94
char * name ;
95
95
char * ns ;
96
96
sdlEncodingUse use ;
97
+ sdlRpcEncodingStyle encodingStyle ; /* not implemented yet */
97
98
sdlTypePtr element ;
98
99
encodePtr encode ;
99
- sdlRpcEncodingStyle encodingStyle ; /* not implemented yet */
100
100
HashTable * headerfaults ; /* array of sdlSoapBindingFunctionHeaderPtr */
101
101
} sdlSoapBindingFunctionHeader , * sdlSoapBindingFunctionHeaderPtr ;
102
102
@@ -195,9 +195,9 @@ typedef enum _sdlForm {
195
195
196
196
struct _sdlType {
197
197
sdlTypeKind kind ;
198
+ char nillable ;
198
199
char * name ;
199
200
char * namens ;
200
- char nillable ;
201
201
HashTable * elements ; /* array of sdlTypePtr */
202
202
HashTable * attributes ; /* array of sdlAttributePtr */
203
203
sdlRestrictionsPtr restrictions ;
Original file line number Diff line number Diff line change @@ -98,8 +98,8 @@ struct _soapService {
98
98
xmlCharEncodingHandlerPtr encoding ;
99
99
zval class_map ;
100
100
int features ;
101
+ int send_errors ;
101
102
struct _soapHeader * * soap_headers_ptr ;
102
- int send_errors ;
103
103
};
104
104
105
105
#define SOAP_CLASS 1
@@ -157,9 +157,9 @@ ZEND_BEGIN_MODULE_GLOBALS(soap)
157
157
int cur_uniq_ns ;
158
158
int soap_version ;
159
159
sdlPtr sdl ;
160
- bool use_soap_error_handler ;
161
160
char * error_code ;
162
161
zval error_object ;
162
+ bool use_soap_error_handler ;
163
163
char cache ;
164
164
char cache_mode ;
165
165
char cache_enabled ;
You can’t perform that action at this time.
0 commit comments