diff options
author | Anatol Belski <ab@php.net> | 2014-08-19 13:49:48 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2014-08-19 13:49:48 +0200 |
commit | 094441f1029c6d3e7a4baca664045e9be66bd9b8 (patch) | |
tree | 6adc5f5a47de7a6430c98c4dd9eb581ecb4ac74e /ext/soap/php_sdl.c | |
parent | 2da1c805ecd73751eee422d2e995fe416ff563c5 (diff) | |
download | php-git-094441f1029c6d3e7a4baca664045e9be66bd9b8.tar.gz |
ported ext/soap
Diffstat (limited to 'ext/soap/php_sdl.c')
-rw-r--r-- | ext/soap/php_sdl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/php_sdl.c b/ext/soap/php_sdl.c index e9c681a74f..6daa8dbafe 100644 --- a/ext/soap/php_sdl.c +++ b/ext/soap/php_sdl.c @@ -3151,7 +3151,7 @@ static void delete_psdl(zval *zv) free(Z_PTR_P(zv)); } -sdlPtr get_sdl(zval *this_ptr, char *uri, long cache_wsdl TSRMLS_DC) +sdlPtr get_sdl(zval *this_ptr, char *uri, php_int_t cache_wsdl TSRMLS_DC) { char fn[MAXPATHLEN]; sdlPtr sdl = NULL; |