1
0
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:
Sebastian Bergmann
2006-10-06 03:49:04 +00:00
parent 841a736681
commit b7dc089fc2
+1
View File
@@ -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;