Quote: This PHP HTTP extension aims to provide a convenient and powerful set of functionality for one of PHPs major applications: it eases handling of HTTP urls, headers and messages, provides means for negotiation of a client's preferred content type, language and charset, as well as a convenient way to send any arbitrary data with caching and resuming capabilities. It provides powerful request functionality with support for parallel requests. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
13 lines
420 B
Diff
13 lines
420 B
Diff
--- a/src/php_http_api.h 2016-03-09 11:04:06.000000000 +0100
|
|
+++ b/src/php_http_api.h 2016-08-31 22:20:07.978505983 +0200
|
|
@@ -23,8 +23,8 @@
|
|
#include <php.h>
|
|
#include <SAPI.h>
|
|
|
|
-#include <ext/raphf/php_raphf_api.h>
|
|
-#include <ext/propro/php_propro_api.h>
|
|
+#include <php_raphf_api.h>
|
|
+#include <php_propro_api.h>
|
|
#include <ext/standard/php_string.h>
|
|
#include <ext/spl/spl_iterators.h>
|
|
#include <ext/date/php_date.h>
|