- catch ranges starting with 0
[m6w6/ext-http] / http_methods.c
1 /*
2 +----------------------------------------------------------------------+
3 | PECL :: http |
4 +----------------------------------------------------------------------+
5 | This source file is subject to version 3.0 of the PHP license, that |
6 | is bundled with this package in the file LICENSE, and is available |
7 | through the world-wide-web at http://www.php.net/license/3_0.txt. |
8 | If you did not receive a copy of the PHP license and are unable to |
9 | obtain it through the world-wide-web, please send a note to |
10 | license@php.net so we can mail you a copy immediately. |
11 +----------------------------------------------------------------------+
12 | Copyright (c) 2004-2005 Michael Wallner <mike@php.net> |
13 +----------------------------------------------------------------------+
14 */
15
16 /* $Id$ */
17
18 /*
19 * Contents have been split up into http_*_object.c
20 */
21
22 /*
23 * Local variables:
24 * tab-width: 4
25 * c-basic-offset: 4
26 * End:
27 * vim600: noet sw=4 ts=4 fdm=marker
28 * vim<600: noet sw=4 ts=4
29 */
30