mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fixed clone refcount
This commit is contained in:
parent
564db38dc4
commit
2d9bc88db8
2 changed files with 7 additions and 5 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue