Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33177 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86933 invoked by uid 1010); 16 Nov 2007 11:14:50 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 86918 invoked from network); 16 Nov 2007 11:14:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Nov 2007 11:14:50 -0000 Authentication-Results: pb1.pair.com smtp.mail=helly@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=helly@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 85.214.94.56 as permitted sender) X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 85.214.94.56 aixcept.net Linux 2.6 Received: from [85.214.94.56] ([85.214.94.56:60358] helo=h1149922.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 34/4E-01128-9AB7D374 for ; Fri, 16 Nov 2007 06:14:50 -0500 Received: from dhcp-172-28-204-176.zrh.corp.google.com (unknown [193.142.125.1]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by h1149922.serverkompetenz.net (Postfix) with ESMTP id 3E40D1B3524; Fri, 16 Nov 2007 12:14:46 +0100 (CET) Date: Fri, 16 Nov 2007 12:14:45 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <294204702.20071116121445@marcus-boerger.de> To: Stanislav Malyshev CC: Steph Fox , internals , Elizabeth Smith In-Reply-To: <473D5453.3060402@zend.com> References: <015f01c827e0$0a3b38b0$e6dfc350@foxbox> <473D5453.3060402@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] RFC Making compiler info accessible From: helly@php.net (Marcus Boerger) Hello Stanislav, same here. Especially since phpinfo can be accessed very easy from command line too: php -i marcus Friday, November 16, 2007, 9:26:59 AM, you wrote: >> logistics, and then it struck me that it might be useful for _everybody_ >> to have compiler info (make/version) as part of the string returned from >> php -v, probably alongside the build date. We could then sanely ask for >> that information as part of PHP bug reports. > I don't think it belongs to php -v, but to phpinfo(). There's a lot of > useful stuff you can know about PHP build, and it almost all is in > phpinfo(). > -- > Stanislav Malyshev, Zend Software Architect > stas@zend.com http://www.zend.com/ > (408)253-8829 MSN: stas@zend.com Best regards, Marcus