I tried using <?php echo php_uname("m"); ?>, it returns i586 but I am on Windows 7 64 bit which I could see in My Computers Properties. So I am expecting x86_64 in output. Does any one know how to determine OS Architecture in PHP ?
I want the same thing for Mac OS X too. Any help would be appreciated.
php > print php_uname("m"); x86_64– Peter Liljenberg Feb 10 '12 at 13:46