Fix [-Wundef] warning in cURL extension

This commit is contained in:
George Peter Banyard 2020-05-12 22:36:08 +02:00
parent b35addc585
commit 93b51f4e26
5 changed files with 7 additions and 7 deletions

View file

@ -23,7 +23,7 @@
#include "Zend/zend_interfaces.h"
#include "php_curl.h"
#include "curl_file_arginfo.h"
#if HAVE_CURL
#ifdef HAVE_CURL
PHP_CURL_API zend_class_entry *curl_CURLFile_class;