diff options
| author | Anatol Belski <ab@php.net> | 2014-08-25 21:51:49 +0200 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2014-08-25 21:51:49 +0200 |
| commit | af59e92b24c8f624672720d47ef65bd8457728b9 (patch) | |
| tree | 1da992a4689783e1351760a8702cbf6844ad37aa /ext/curl/share.c | |
| parent | b9514bb8fd27e2d841bab3eb256fcbaa613aa049 (diff) | |
| download | php-git-af59e92b24c8f624672720d47ef65bd8457728b9.tar.gz | |
master renames phase 7PRE_AST_MERGE
Diffstat (limited to 'ext/curl/share.c')
| -rw-r--r-- | ext/curl/share.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/curl/share.c b/ext/curl/share.c index 254ab2d2d6..90c869df02 100644 --- a/ext/curl/share.c +++ b/ext/curl/share.c @@ -73,7 +73,7 @@ static int _php_curl_share_setopt(php_curlsh *sh, zend_long option, zval *zvalue switch (option) { case CURLSHOPT_SHARE: case CURLSHOPT_UNSHARE: - convert_to_int_ex(zvalue); + convert_to_long_ex(zvalue); error = curl_share_setopt(sh->share, option, Z_LVAL_P(zvalue)); break; |
