summaryrefslogtreecommitdiff
path: root/ext/soap/php_sdl.h
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>2006-04-20 21:11:30 +0000
committerSVN Migration <svn@php.net>2006-04-20 21:11:30 +0000
commit109496d8b2e5af46a97359e922e4967165a29e90 (patch)
treed5063e4b1c2edd0648471c77df40e05ce6d2190f /ext/soap/php_sdl.h
parent50e1a51e5cad146ff62171339298d0a16810427e (diff)
downloadphp-git-php-5.1.3RC3.tar.gz
This commit was manufactured by cvs2svn to create tag 'php_5_1_3RC3'.php-5.1.3RC3
Diffstat (limited to 'ext/soap/php_sdl.h')
-rw-r--r--ext/soap/php_sdl.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/ext/soap/php_sdl.h b/ext/soap/php_sdl.h
index 7ac46e86f3..7b135c7f24 100644
--- a/ext/soap/php_sdl.h
+++ b/ext/soap/php_sdl.h
@@ -61,7 +61,6 @@ struct _sdl {
HashTable *groups; /* array of sdlTypesPtr */
char *target_ns;
char *source;
- zend_bool is_persistent;
};
typedef struct sdlCtx {
@@ -251,8 +250,7 @@ struct _sdlAttribute {
encodePtr encode;
};
-
-sdlPtr get_sdl(zval *this_ptr, char *uri, long cache_wsdl TSRMLS_DC);
+sdlPtr get_sdl(zval *this_ptr, char *uri TSRMLS_DC);
encodePtr get_encoder_from_prefix(sdlPtr sdl, xmlNodePtr data, const char *type);
encodePtr get_encoder(sdlPtr sdl, const char *ns, const char *type);
@@ -262,6 +260,5 @@ sdlBindingPtr get_binding_from_type(sdlPtr sdl, int type);
sdlBindingPtr get_binding_from_name(sdlPtr sdl, char *name, char *ns);
void delete_sdl(void *handle);
-void delete_sdl_impl(void *handle);
#endif