Fixed clone refcount

This commit is contained in:
Xinchen Hui 2014-05-09 14:00:47 +08:00
parent 564db38dc4
commit 2d9bc88db8
2 changed files with 7 additions and 5 deletions

View file

@ -180,7 +180,7 @@ typedef struct {
php_curl_handlers *handlers;
zend_resource *res;
zend_bool in_callback;
zval clone;
zend_uint clone;
zend_bool safe_upload;
} php_curl;