X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_request_api.h;h=7d9a4c705cad0cdab54a9b94596216e869e65f62;hp=9a24b3c7ebf0e795fa1d82939be2fdf279ecd5cc;hb=f2d0dbf38d7b00455d3dfba8f2de087105ae0f35;hpb=e103c61ca14d22e9507379810e980075c8323ca3 diff --git a/php_http_request_api.h b/php_http_request_api.h index 9a24b3c..7d9a4c7 100644 --- a/php_http_request_api.h +++ b/php_http_request_api.h @@ -1,16 +1,13 @@ /* - +----------------------------------------------------------------------+ - | PECL :: http | - +----------------------------------------------------------------------+ - | This source file is subject to version 3.0 of the PHP license, that | - | is bundled with this package in the file LICENSE, and is available | - | through the world-wide-web at http://www.php.net/license/3_0.txt. | - | If you did not receive a copy of the PHP license and are unable to | - | obtain it through the world-wide-web, please send a note to | - | license@php.net so we can mail you a copy immediately. | - +----------------------------------------------------------------------+ - | Copyright (c) 2004-2005 Michael Wallner | - +----------------------------------------------------------------------+ + +--------------------------------------------------------------------+ + | PECL :: http | + +--------------------------------------------------------------------+ + | Redistribution and use in source and binary forms, with or without | + | modification, are permitted provided that the conditions mentioned | + | in the accompanying LICENSE file are met. | + +--------------------------------------------------------------------+ + | Copyright (c) 2004-2005, Michael Wallner | + +--------------------------------------------------------------------+ */ /* $Id$ */ @@ -18,22 +15,10 @@ #ifndef PHP_HTTP_REQUEST_API_H #define PHP_HTTP_REQUEST_API_H -#define http_request_supports_ssl() _http_request_supports_ssl() -extern zend_bool _http_request_supports_ssl(void); - - #ifdef HTTP_HAVE_CURL -#include "php_http_std_defs.h" #include "php_http_request_method_api.h" -#include "phpstr/phpstr.h" - -#ifdef PHP_WIN32 -# include -#endif -#include - extern PHP_MINIT_FUNCTION(http_request); extern PHP_MSHUTDOWN_FUNCTION(http_request);