remodel file adding to accept paths, streams and plain data as upload files
[m6w6/ext-http] / php_http_encoding.c
index e40de8af0098538469dc0af46f66f83dc49b119d..b34594ccbaead8bfc5622065162e449aa8cda7da 100644 (file)
@@ -6,13 +6,11 @@
     | modification, are permitted provided that the conditions mentioned |
     | in the accompanying LICENSE file are met.                          |
     +--------------------------------------------------------------------+
-    | Copyright (c) 2004-2010, Michael Wallner <mike@php.net>            |
+    | Copyright (c) 2004-2011, Michael Wallner <mike@php.net>            |
     +--------------------------------------------------------------------+
 */
 
-/* $Id: http_encoding_api.c 298592 2010-04-26 11:47:29Z mike $ */
-
-#include "php_http.h"
+#include "php_http_api.h"
 
 #include <zlib.h>