diff options
author | foobar <sniper@php.net> | 2003-08-05 23:50:59 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-08-05 23:50:59 +0000 |
commit | cc011660e715a63e61b7e1101e5f07515d41125e (patch) | |
tree | 460efc01d182a816f313d57bace88a480c9d353a /ext/curl/php_curl.h | |
parent | 3ef8d3663dd500b9e70508bfc7eb523505e67aa5 (diff) | |
download | php-git-cc011660e715a63e61b7e1101e5f07515d41125e.tar.gz |
Fix the build
Diffstat (limited to 'ext/curl/php_curl.h')
-rw-r--r-- | ext/curl/php_curl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/curl/php_curl.h b/ext/curl/php_curl.h index 46d5509a50..94c94e971e 100644 --- a/ext/curl/php_curl.h +++ b/ext/curl/php_curl.h @@ -79,7 +79,7 @@ void _php_curl_multi_close(zend_rsrc_list_entry * TSRMLS_DC); typedef struct { zval *func_name; - zend_fcall_info fci_cache; + zend_fcall_info_cache fci_cache; FILE *fp; smart_str buf; int method; @@ -88,7 +88,7 @@ typedef struct { typedef struct { zval *func_name; - zend_fcall_info fci_cache; + zend_fcall_info_cache fci_cache; FILE *fp; long fd; int method; |