pajoye Tue, 06 Dec 2011 16:09:06 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=320511
Log: - fix the fix, wrong endif pos Changed paths: U php/php-src/trunk/ext/curl/interface.c Modified: php/php-src/trunk/ext/curl/interface.c =================================================================== --- php/php-src/trunk/ext/curl/interface.c 2011-12-06 15:57:43 UTC (rev 320510) +++ php/php-src/trunk/ext/curl/interface.c 2011-12-06 16:09:06 UTC (rev 320511) @@ -1985,8 +1985,8 @@ } dupch->handlers->fnmatch->method = ch->handlers->fnmatch->method; curl_easy_setopt(dupch->cp, CURLOPT_FNMATCH_DATA, (void *) dupch); + } #endif - } efree(dupch->to_free); dupch->to_free = ch->to_free;
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php