mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: ext/curl: suppress -Wdeprecated-declarations in curl_arginfo.h
This commit is contained in:
commit
c8f9adb44d
1 changed files with 2 additions and 1 deletions
|
@ -60,7 +60,6 @@
|
|||
#include "ext/standard/file.h"
|
||||
#include "ext/standard/url.h"
|
||||
#include "curl_private.h"
|
||||
#include "curl_arginfo.h"
|
||||
|
||||
#ifdef __GNUC__
|
||||
/* don't complain about deprecated CURLOPT_* we're exposing to PHP; we
|
||||
|
@ -68,6 +67,8 @@
|
|||
# pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
||||
#endif
|
||||
|
||||
#include "curl_arginfo.h"
|
||||
|
||||
#ifdef PHP_CURL_NEED_OPENSSL_TSL /* {{{ */
|
||||
static MUTEX_T *php_curl_openssl_tsl = NULL;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue