mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix the build
This commit is contained in:
parent
3ef8d3663d
commit
cc011660e7
3 changed files with 6 additions and 6 deletions
|
@ -562,7 +562,7 @@ static size_t curl_write_header(char *data, size_t size, size_t nmemb, void *ctx
|
|||
fci.params = argv;
|
||||
fci.no_separation = 0;
|
||||
|
||||
error = zend_call_user_function(&fci, &t->fci_cache TSRMLS_CC);
|
||||
error = zend_call_function(&fci, &t->fci_cache TSRMLS_CC);
|
||||
if (error == FAILURE) {
|
||||
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not call the CURLOPT_HEADERFUNCTION");
|
||||
length = -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue