diff options
| author | Dmitry Stogov <dmitry@zend.com> | 2016-03-02 17:50:55 +0300 | 
|---|---|---|
| committer | Dmitry Stogov <dmitry@zend.com> | 2016-03-02 17:50:55 +0300 | 
| commit | c67c166f930b2f815a805a3376e9244794e20c31 (patch) | |
| tree | 6ec75a15e3dd9c7e9cdb0e1ba06ffb038726a0b9 /ext/soap/soap.c | |
| parent | 960b3755b3ca97f3ea2f98f65f1ac88f24d320ac (diff) | |
| download | php-git-c67c166f930b2f815a805a3376e9244794e20c31.tar.gz | |
Removed zend_fcall_info.symbol_table
Diffstat (limited to 'ext/soap/soap.c')
| -rw-r--r-- | ext/soap/soap.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/soap/soap.c b/ext/soap/soap.c index ee41ff908f..08d5bc0514 100644 --- a/ext/soap/soap.c +++ b/ext/soap/soap.c @@ -955,7 +955,6 @@ PHP_METHOD(SoapFault, __toString)  	fci.size = sizeof(fci);  	fci.function_table = &Z_OBJCE_P(getThis())->function_table;  	ZVAL_STRINGL(&fci.function_name, "gettraceasstring", sizeof("gettraceasstring")-1); -	fci.symbol_table = NULL;  	fci.object = Z_OBJ(EX(This));  	fci.retval = &trace;  	fci.param_count = 0;  | 
