diff options
| author | Dmitry Stogov <dmitry@php.net> | 2004-02-13 11:03:58 +0000 |
|---|---|---|
| committer | Dmitry Stogov <dmitry@php.net> | 2004-02-13 11:03:58 +0000 |
| commit | 81af85c38034074ad49bdb87200d0a1dfc5d1490 (patch) | |
| tree | ba53952dff31b7813adf4a92241fdf9abce001d1 /ext/soap/php_soap.h | |
| parent | 2d1ae249a85288760c705ef515cd74f7093a3188 (diff) | |
| download | php-git-81af85c38034074ad49bdb87200d0a1dfc5d1490.tar.gz | |
Old in-memory WSDL cache was removed (it was already switched off by #ifdef)
Diffstat (limited to 'ext/soap/php_soap.h')
| -rw-r--r-- | ext/soap/php_soap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/soap/php_soap.h b/ext/soap/php_soap.h index 5b74760820..080279893f 100644 --- a/ext/soap/php_soap.h +++ b/ext/soap/php_soap.h @@ -142,7 +142,6 @@ ZEND_BEGIN_MODULE_GLOBALS(soap) HashTable defEncNs; /* mapping of default namespaces to prefixes */ HashTable defEnc; HashTable defEncIndex; - HashTable *sdls; HashTable *overrides; int cur_uniq_ns; int soap_version; |
