- release
[m6w6/ext-http] / php_http.h
index 9137b812c6eecb7036535f8ed42169d1fdb3f53b..09cb528cbc8c519d446feb4ccb92413a82274f6b 100644 (file)
@@ -18,7 +18,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define HTTP_PEXT_VERSION "0.12.0dev"
+#define HTTP_PEXT_VERSION "0.12.0"
 
 /* make compile on Win32 */
 #ifdef HTTP_HAVE_CURL
@@ -27,8 +27,7 @@
 #      endif
 #      include <curl/curl.h>
 #endif
-#include "ext/standard/md5.h"
-#include "ext/standard/sha1.h"
+
 #include "phpstr/phpstr.h"
 
 extern zend_module_entry http_module_entry;