#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>
#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"
+--------------------------------------------------------------------+
*/
-#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)
#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*
# 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)
{
#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
#include "php_http_api.h"
-#include <ext/standard/php_lcg.h>
+#include "ext/standard/php_lcg.h"
#define BOUNDARY_OPEN(body) \
do {\
#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 */
#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
#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