Skip to content

Instantly share code, notes, and snippets.

@chobie
Created August 15, 2011 13:47
Show Gist options
  • Save chobie/1146789 to your computer and use it in GitHub Desktop.
Save chobie/1146789 to your computer and use it in GitHub Desktop.
for testing php-5.3.4a3 built-in server behavior
<?php
header("Content-type: text/plain");
$data = file_get_contents("http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.js");
header("Content-length: ". strlen($data));
echo $data;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment