We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0842b13 commit 2646d76Copy full SHA for 2646d76
ext/curl/interface.c
@@ -60,14 +60,15 @@
60
#include "ext/standard/file.h"
61
#include "ext/standard/url.h"
62
#include "curl_private.h"
63
-#include "curl_arginfo.h"
64
65
#ifdef __GNUC__
66
/* don't complain about deprecated CURLOPT_* we're exposing to PHP; we
67
need to keep using those to avoid breaking PHP API compatibiltiy */
68
# pragma GCC diagnostic ignored "-Wdeprecated-declarations"
69
#endif
70
+#include "curl_arginfo.h"
71
+
72
#ifdef PHP_CURL_NEED_OPENSSL_TSL /* {{{ */
73
static MUTEX_T *php_curl_openssl_tsl = NULL;
74
0 commit comments