Skip to content

Instantly share code, notes, and snippets.

@iancoffey
Created February 7, 2012 18:51
Show Gist options
  • Save iancoffey/1761201 to your computer and use it in GitHub Desktop.
Save iancoffey/1761201 to your computer and use it in GitHub Desktop.
<?php
if (!extension_loaded('pcntl')) {
print 'no pcntl';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment