2 +--------------------------------------------------------------------+
4 +--------------------------------------------------------------------+
5 | Redistribution and use in source and binary forms, with or without |
6 | modification, are permitted provided that the conditions mentioned |
7 | in the accompanying LICENSE file are met. |
8 +--------------------------------------------------------------------+
9 | Copyright (c) 2004-2014, Michael Wallner <mike@php.net> |
10 +--------------------------------------------------------------------+
13 #ifndef PHP_EXT_HTTP_H
14 #define PHP_EXT_HTTP_H
16 #define PHP_PECL_HTTP_VERSION "2.3.0RC1"
18 extern zend_module_entry http_module_entry
;
19 #define phpext_http_ptr &http_module_entry
21 extern int http_module_number
;
23 #endif /* PHP_EXT_HTTP_H */
30 * vim600: noet sw=4 ts=4 fdm=marker
31 * vim<600: noet sw=4 ts=4