Shekar Iyer wrote: > > How can one find the bit-size of the system on which PHP > is running. php_uname() does not return bit type > > Thanks > Shekar > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > For instance, say you have an AMD 64 Athlon... You have a CPU that supports 64 bit programming. In linux type "uname -a". I get the response "linux localhost.locaoldomain 2.6.21-1.3194.fc7 #1 SMP WED JUNE 28 08:47:03 EDT 2007 x86_64 GNU/LINUX" The x86_64 shows the "software" kernel supports 64bit programming. The hardware/software industry is just beginning to move towards 64 bit programming. The 'world' is still very much in the 16/32 bit phase. Just thought this might be of interest to you. Blessings, Chetan -- View this message in context: http://www.nabble.com/Bit-size-of-machine-tf3989360.html#a11335728 Sent from the PHP - General mailing list archive at Nabble.com. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php