Re: [PHP-DEV] RFC Making compiler info accessible

2007-11-16 Thread Alexey Zakhlestin
I think it's a good idea and would be useful in unix-world too (we have a hell-lot of compilers and versions these days) On 11/16/07, Steph Fox <[EMAIL PROTECTED]> wrote: > Hi all, > > This is just a suggestion at this stage, I'd like to test the waters with it > before writing a patch. > > Apropo

Re: [PHP-DEV] RFC Making compiler info accessible

2007-11-16 Thread Antony Dovgal
On 16.11.2007 11:26, Stanislav Malyshev 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

Re: [PHP-DEV] RFC Making compiler info accessible

2007-11-16 Thread 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

[PHP-DEV] RFC Making compiler info accessible

2007-11-16 Thread Steph Fox
Hi all, This is just a suggestion at this stage, I'd like to test the waters with it before writing a patch. Apropos the VS discussion, I was thinking about suffixing the PHP version number in these 'beta builds', to help with the ensuing QA logistics, and then it struck me that it might be

Re: [PHP-DEV] RFC Making compiler info accessible

2007-11-16 Thread Stanislav Malyshev
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