Skip to content

Instantly share code, notes, and snippets.

@juokaz
Created December 3, 2014 03:14
Show Gist options
  • Save juokaz/e46ad67b35bf19e55d24 to your computer and use it in GitHub Desktop.
Save juokaz/e46ad67b35bf19e55d24 to your computer and use it in GitHub Desktop.
#webscale PHP Framework 0.1
<?php
gc_disable();
goto webscale;
webscale:
print "WEB SCALE" . PHP_EOL;
@juokaz
Copy link
Author

juokaz commented Dec 3, 2014

Run with

php -S localhost:8000 webscale.php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment