mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
fix build
This commit is contained in:
parent
4c252d805d
commit
5d2f7ab843
1 changed files with 1 additions and 1 deletions
|
@ -1970,7 +1970,7 @@ static int _php_curl_setopt(php_curl *ch, long option, zval **zvalue, zval *retu
|
|||
|
||||
SAVE_CURL_ERROR(ch, error);
|
||||
if (error != CURLE_OK) {
|
||||
RETVAL_FALSE
|
||||
RETVAL_FALSE;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue