Skip to content

Commit

Permalink
Fixed bug #68739 (Missing break / control flow in curl)
Browse files Browse the repository at this point in the history
(cherry picked from commit 124fb22)
  • Loading branch information
laruence authored and kaplanlior committed Mar 31, 2015
1 parent 059e774 commit 1add840
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/curl/interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -2851,6 +2851,7 @@ static int _php_curl_setopt(php_curl *ch, long option, zval **zvalue TSRMLS_DC)
curl_easy_setopt(ch->cp, CURLOPT_SHARE, sh->share);
}
}
break;

#if LIBCURL_VERSION_NUM >= 0x071500 /* Available since 7.21.0 */
case CURLOPT_FNMATCH_FUNCTION:
Expand Down

0 comments on commit 1add840

Please sign in to comment.