mirror of
https://github.com/php/php-src.git
synced 2026-04-30 03:33:17 +02:00
MFB: Fix ZTS build.
This commit is contained in:
@@ -102,6 +102,7 @@ void _php_curl_multi_cleanup_list(void *data) /* {{{ */
|
||||
{
|
||||
zval *z_ch = (zval *)data;
|
||||
php_curl *ch;
|
||||
TSRMLS_FETCH();
|
||||
|
||||
if (!z_ch) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user