Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46234 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58995 invoked from network); 29 Nov 2009 13:57:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Nov 2009 13:57:44 -0000 X-Host-Fingerprint: 95.31.13.88 xdmitri2.static.corbina.ru Received: from [95.31.13.88] ([95.31.13.88:10026] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 71/12-48013-8DD721B4 for ; Sun, 29 Nov 2009 08:57:44 -0500 Message-ID: <71.12.48013.8DD721B4@pb1.pair.com> To: internals@lists.php.net References: <61.CB.44817.91D421B4@pb1.pair.com> <4B1266E0.7010405@zend.com> Date: Sun, 29 Nov 2009 16:57:41 +0300 Lines: 21 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5843 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Posted-By: 95.31.13.88 Subject: Re: [PHP-DEV] php id string From: dmda@yandex.ru ("jvlad") > >> just displaying the gathered arch info I can see no harm in though... > > that's what we do. > hmm, 32bit php binary v5.3.1 under W7-64bit displays Windows NT MyHostName 6.1 build 7600 ((null)) i586 If I needed to know current system, I'd prefer to see SYSTEMNAME,VERSION,HOST,CPU for example: Windows Seven,6.1.0.7600,MyHostName,x86_64 and btw, it should be clear that Architecture is compile-time thing, not run-time, so there is one more reason to move it to id-string. -jvlad