File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 11#!/usr/bin/php
22<?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+ */
325require ('fastcgi.php ' );
426
527if (!isset ($ _SERVER ['argc ' ])) {
You can’t perform that action at this time.
0 commit comments