add http\Url::mod(mixed $new_url[, int flags])
[m6w6/ext-http] / php_http_env_response.c
index 0d47904ed0660690221a860619072584a2c1c053..2ddcb7105fc1ed73776ae494bf5637698b695fe0 100644 (file)
     +--------------------------------------------------------------------+
 */
 
-#include "php_http.h"
-
-#include <main/SAPI.h>
-#include <ext/date/php_date.h>
-#include <ext/standard/php_string.h>
-
+#include "php_http_api.h"
 
 static void set_option(zval *options, const char *name_str, size_t name_len, int type, const void *value_ptr, size_t value_len TSRMLS_DC)
 {