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:
Nikita Popov 2020-09-07 11:12:41 +02:00
parent d1ac7e3ab1
commit 85b5dc4711
8 changed files with 168 additions and 143 deletions

View file

@ -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 /* {{{ */