MFH header fixes
authorMichael Wallner <mike@php.net>
Wed, 15 Jun 2016 07:20:28 +0000 (09:20 +0200)
committerMichael Wallner <mike@php.net>
Wed, 15 Jun 2016 07:20:28 +0000 (09:20 +0200)
src/php_http.c
src/php_http_api.h
src/php_http_buffer.c
src/php_http_client.c
src/php_http_etag.c
src/php_http_exception.c
src/php_http_message_body.c
src/php_http_misc.c
src/php_http_querystring.c
src/php_http_url.h

index abb8377ac7b39e573755baf20079955d1e8bf1af..cdd028730974f90077328a54e8d5b05a37fa1e9c 100644 (file)
@@ -12,8 +12,8 @@
 
 #include "php_http_api.h"
 
-#include <php_ini.h>
-#include <ext/standard/info.h>
+#include "php_ini.h"
+#include "ext/standard/info.h"
 
 #include <zlib.h>
 
index 08b6ba82829520be42d0e8ba15878fb2e3a0a1b1..8c0b9bee17cf835a03df379e9b6b0ab2a2b7bb17 100644 (file)
 #endif
 
 #ifndef PHP_WIN32
-#include <php_config.h>
+#include "php_config.h"
 #endif
-#include <php.h>
-#include <SAPI.h>
+#include "php.h"
+#include "SAPI.h"
 
-#include <ext/raphf/php_raphf.h>
-#include <ext/propro/php_propro.h>
-#include <ext/standard/php_string.h>
-#include <ext/spl/spl_iterators.h>
-#include <ext/date/php_date.h>
+#include "ext/raphf/php_raphf.h"
+#include "ext/propro/php_propro.h"
+#include "ext/standard/php_string.h"
+#include "ext/spl/spl_iterators.h"
+#include "ext/date/php_date.h"
 
-#include <zend_interfaces.h>
-#include <zend_exceptions.h>
+#include "zend_interfaces.h"
+#include "zend_exceptions.h"
 
 
 #ifdef PHP_WIN32
 #include "php_http_client_request.h"
 #include "php_http_client_response.h"
 #include "php_http_client_curl.h"
+#include "php_http_client_curl_event.h"
+#include "php_http_client_curl_user.h"
 #include "php_http_url.h"
 #include "php_http_version.h"
 
index e24a4e18baa2e4d7e7a6c8cbdbf7d7c7967fc31b..eaebfa03e7e3e477fc97ccecd907b7b1169d716f 100644 (file)
@@ -10,7 +10,7 @@
     +--------------------------------------------------------------------+
 */
 
-#include <php.h>
+#include "php.h"
 #include "php_http_buffer.h"
 
 PHP_HTTP_BUFFER_API php_http_buffer_t *php_http_buffer_init_ex(php_http_buffer_t *buf, size_t chunk_size, int flags)
index 160e8bbd809f9ebcc84c482723dec175bf313ad6..0463b7a27717cb16c2c0c2f6e3cd7417602a287e 100644 (file)
@@ -13,7 +13,7 @@
 #include "php_http_api.h"
 #include "php_http_client.h"
 
-#include <ext/spl/spl_observer.h>
+#include "ext/spl/spl_observer.h"
 
 /*
  * array of name => php_http_client_driver_t*
index 3604ad8673957f6ca4f52f35420fe06cb15eae14..4e5fd692bf6ed8a91816fd28b6b9979ac017c550 100644 (file)
@@ -16,9 +16,9 @@
 #      include "php_hash.h"
 #endif
 
-#include <ext/standard/crc32.h>
-#include <ext/standard/sha1.h>
-#include <ext/standard/md5.h>
+#include "ext/standard/crc32.h"
+#include "ext/standard/sha1.h"
+#include "ext/standard/md5.h"
 
 php_http_etag_t *php_http_etag_init(const char *mode TSRMLS_DC)
 {
index 25a33e6f9c93e80d7126c3dc0ca6b6f1337fa677..34146adfa745b138cdda154b5bbdf9b457c44b9e 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "php_http_api.h"
 
-#include <ext/spl/spl_exceptions.h>
+#include "ext/spl/spl_exceptions.h"
 
 #ifndef PHP_HTTP_DBG_EXCEPTIONS
 #      define PHP_HTTP_DBG_EXCEPTIONS 0
index c80c2389151b78ce0976dd23ba86f4796fb594d9..82f790e43eacbe6aad7aab2cbeeb3544b73811c5 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "php_http_api.h"
 
-#include <ext/standard/php_lcg.h>
+#include "ext/standard/php_lcg.h"
 
 #define BOUNDARY_OPEN(body) \
        do {\
index 8e2227da1db0ec1a17135123ff09f7e657d719d0..9873ff85ebdd4ee1424164f9185b786aabab38a3 100644 (file)
@@ -12,8 +12,8 @@
 
 #include "php_http_api.h"
 
-#include <ext/standard/php_lcg.h>
-#include <zend_exceptions.h>
+#include "ext/standard/php_lcg.h"
+#include "zend_exceptions.h"
 
 /* SLEEP */
 
index 322bd75772e71ba9eb34c1054f1dfbc6f85c4113..42f774ed9432fab9b2435de8eb46251e1df8fdd1 100644 (file)
 
 #include "php_http_api.h"
 
-#include <php_variables.h>
-#include <ext/spl/spl_array.h>
+#include "php_variables.h"
+#include "ext/spl/spl_array.h"
 
 #ifdef PHP_HTTP_HAVE_ICONV
 #      ifndef HAVE_ICONV
 #              define HAVE_ICONV 1
 #      endif
 #      undef PHP_ATOM_INC
-#      include <ext/iconv/php_iconv.h>
+#      include "ext/iconv/php_iconv.h"
 #endif
 
 #define QS_MERGE 1
index 636efb584b667785fa9c1f5b4447610a1ab398e8..50c5a5cc0ea0f415886df9b0574f362628fb0f76 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef PHP_HTTP_URL_H
 #define PHP_HTTP_URL_H
 
-#include <ext/standard/url.h>
+#include "ext/standard/url.h"
 
 /* php_http_url_mod() */
 #define PHP_HTTP_URL_REPLACE           0x000