diff options
Diffstat (limited to 'ext/soap/soap.c')
| -rw-r--r-- | ext/soap/soap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/soap.c b/ext/soap/soap.c index adf219072c..0cf007e0fb 100644 --- a/ext/soap/soap.c +++ b/ext/soap/soap.c @@ -967,7 +967,7 @@ PHP_FUNCTION(SoapServer,map) PHP_METHOD(soapserver,setpersistence) { soapServicePtr service; - int value; + long value; SOAP_SERVER_BEGIN_CODE(); |
