X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_neon.c;h=97ebc628df2b7a378bc0d396abb94a14ce483866;hb=9c1afd81b9baaac03a51c12d42028010054735ce;hp=a153f8667521b74b26f2e6bb99e51c624d141c65;hpb=dedad9f35cbeaee56e7cca145e378cc6548198e3;p=m6w6%2Fext-http diff --git a/php_http_neon.c b/php_http_neon.c index a153f86..97ebc62 100644 --- a/php_http_neon.c +++ b/php_http_neon.c @@ -1,5 +1,19 @@ +/* + +--------------------------------------------------------------------+ + | 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-2011, Michael Wallner | + +--------------------------------------------------------------------+ +*/ #include "php_http.h" + +#if PHP_HTTP_HAVE_NEON + #include "php_http_request.h" #include @@ -894,3 +908,15 @@ PHP_MSHUTDOWN_FUNCTION(http_neon) ne_sock_exit(); return SUCCESS; } + +#endif + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * End: + * vim600: noet sw=4 ts=4 fdm=marker + * vim<600: noet sw=4 ts=4 + */ +