hi,

This info is available in phpinfo on windows and I would like to add
it in the "php -v" output as well. I'm not sure how we can safely rely
on this info on other platforms but that's definitively something we
should try to do.

Cheers,
On Sun, Nov 29, 2009 at 11:29 AM, jvlad <d...@yandex.ru> wrote:
> Hi all,
>
> Starting with version 5.3 php checks id string when it loads the extensions
> to match its own one and it also shows this string in PHP Extension Build
> line of phpinfo(). That's great. This line contains api#, threadsafe, and
> compiler. So it's almost all important thigs to check and make sure that a
> particular module is binary-compatible with php core. All things, except
> just one, the CPU. It's known that Windows runs on many CPUs, Solaris runs
> fine under sparc, sparc64, x86, and x86_64. Needless to mention linux and
> *bsd systems (I guess they are running on everything). Why not to add what
> phpinfo() shows in Architecture, to the id string? Are there any reasons not
> to do this?
>
> -jvlad
>
>
>
> --
> PHP Internals - PHP Runtime Development Mailing List
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>



-- 
Pierre

http://blog.thepimp.net | http://www.libgd.org

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to