Skip to content

Instantly share code, notes, and snippets.

@dermoth
dermoth / gist:1948436
Created March 1, 2012 08:56
test for m2php
<?php
// Never played with php includes before but that seems to work!
include '../Mongrel2/Connection.php';
include '../Mongrel2/Request.php';
include '../Mongrel2/Tool.php';
use Mongrel2\Request;
$fh=fopen('request_payloads.txt', 'r');
while (true) {