|
1 | 1 | #!/usr/bin/php |
2 | 2 | <?php |
| 3 | +/** |
| 4 | + * Note : Code is released under the GNU LGPL |
| 5 | + * |
| 6 | + * Please do not change the header of this file |
| 7 | + * |
| 8 | + * This library is free software; you can redistribute it and/or modify it under the terms of the GNU |
| 9 | + * Lesser General Public License as published by the Free Software Foundation; either version 2 of |
| 10 | + * the License, or (at your option) any later version. |
| 11 | + * |
| 12 | + * This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; |
| 13 | + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
| 14 | + * |
| 15 | + * See the GNU Lesser General Public License for more details. |
| 16 | + */ |
| 17 | + |
| 18 | +/** |
| 19 | + * Simple command line script to test communication with a FastCGI server |
| 20 | + * |
| 21 | + * @author Pierrick Charron <pierrick@webstart.fr> |
| 22 | + * @author Remi Collet <remi@famillecollet.com> |
| 23 | + * @version 1.0 |
| 24 | + */ |
3 | 25 | require('fastcgi.php'); |
4 | 26 |
|
5 | 27 | if (!isset($_SERVER['argc'])) { |
|
0 commit comments