mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Private/public split curl header
To allow exporting the php_curl.h header containing curl class entries, split off a separate curl_private.h header with all the implementation details. We may move or expose additional APIs in php_curl.h on an as-needed basis.
This commit is contained in:
parent
d1ac7e3ab1
commit
85b5dc4711
8 changed files with 168 additions and 143 deletions
|
@ -60,7 +60,7 @@
|
|||
#include "ext/standard/info.h"
|
||||
#include "ext/standard/file.h"
|
||||
#include "ext/standard/url.h"
|
||||
#include "php_curl.h"
|
||||
#include "curl_private.h"
|
||||
#include "curl_arginfo.h"
|
||||
|
||||
#ifdef PHP_CURL_NEED_OPENSSL_TSL /* {{{ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue