Skip to content

Instantly share code, notes, and snippets.

@muhamed-didovic
Forked from h4cc/architecture.php
Last active August 29, 2015 14:11
Show Gist options
  • Select an option

  • Save muhamed-didovic/1156befaf34456ae62c8 to your computer and use it in GitHub Desktop.

Select an option

Save muhamed-didovic/1156befaf34456ae62c8 to your computer and use it in GitHub Desktop.
<?php
// Switch architecture if needed
if(2147483647 == PHP_INT_MAX) {
$architecture = 'i386';
}else{
$architecture = 'amd64';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment