X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_neon.c;h=97ebc628df2b7a378bc0d396abb94a14ce483866;hp=a153f8667521b74b26f2e6bb99e51c624d141c65;hb=8d05291f42b3b42159b3fe91492aa4862f3d4405;hpb=4062420a5e5d301db4a3d820be881e7675a242e1 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 + */ +