X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-ares;a=blobdiff_plain;f=php_ares.h;h=56cccfccaea2a47a624b12266e12d3a967f39361;hp=b7c8228afdec9faf8f5587acff3f2b9a4d89ef66;hb=e3bfd5ac45be7d929f95ecd4530183e9ac07cc1f;hpb=3790230026996d266f0dfc62e4e50c0a5320a2a7 diff --git a/php_ares.h b/php_ares.h index b7c8228..56cccfc 100644 --- a/php_ares.h +++ b/php_ares.h @@ -1,19 +1,13 @@ /* - +----------------------------------------------------------------------+ - | PHP Version 5 | - +----------------------------------------------------------------------+ - | Copyright (c) 1997-2006 The PHP Group | - +----------------------------------------------------------------------+ - | This source file is subject to version 3.01 of the PHP license, | - | that is bundled with this package in the file LICENSE, and is | - | available through the world-wide-web at the following url: | - | http://www.php.net/license/3_01.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. | - +----------------------------------------------------------------------+ - | Author: | - +----------------------------------------------------------------------+ + +--------------------------------------------------------------------+ + | PECL :: ares | + +--------------------------------------------------------------------+ + | 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) 2006, Michael Wallner | + +--------------------------------------------------------------------+ */ /* $Id$ */ @@ -24,6 +18,8 @@ extern zend_module_entry ares_module_entry; #define phpext_ares_ptr &ares_module_entry +#define PHP_ARES_VERSION "0.8.0" + #ifdef ZTS #include "TSRM.h" #endif