php-windows Digest 5 Aug 2009 00:41:47 -0000 Issue 3669
Topics (messages 29499 through 29504):
Re: php installer for windows 2008 x64
29499 by: Andi Gutmans
29501 by: Richard Quadling
29503 by: Louis Solomon
PHP non Thread/safety mode.
29500 by: Azfar Hashmi
29502 by: Richard Quadling
29504 by: gunawan
Administrivia:
To subscribe to the digest, e-mail:
[email protected]
To unsubscribe from the digest, e-mail:
[email protected]
To post to the list, e-mail:
[email protected]
----------------------------------------------------------------------
--- Begin Message ---
Just to confirm what Ruslan points out: 32bit PHP is actually faster
than 64bit and as we're multi-process there are no real benefits to
using 64bit PHP (PHP also has a longer track record in 32bit
environments).
> -----Original Message-----
> From: Ruslan Yakushev [mailto:[email protected]]
> Sent: Monday, August 03, 2009 5:03 PM
> To: 'Azfar Hashmi'; '[email protected]'
> Subject: RE: [PHP-WIN] php installer for windows 2008 x64
>
> 32bit PHP available at http://windows.php.net/download/ runs well on
> Windows 2008 x64 with IIS 7.
>
> There is also a 64bit build of PHP available here:
> http://windows.php.net/qa/ but I have not heard about any benefits of
> using it comparing to 32bit. Also, it is a QA build, not the final
> release build.
>
> -----Original Message-----
> From: Azfar Hashmi [mailto:[email protected]]
> Sent: Sunday, August 02, 2009 11:23 PM
> To: [email protected]
> Subject: [PHP-WIN] php installer for windows 2008 x64
>
> Does php support windows 2008 x64 (IIS7), if yes then where do I found
> the installer and zip version.
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
2009/8/4 Andi Gutmans <[email protected]>:
> Just to confirm what Ruslan points out: 32bit PHP is actually faster
> than 64bit and as we're multi-process there are no real benefits to
> using 64bit PHP (PHP also has a longer track record in 32bit
> environments).
>
>> -----Original Message-----
>> From: Ruslan Yakushev [mailto:[email protected]]
>> Sent: Monday, August 03, 2009 5:03 PM
>> To: 'Azfar Hashmi'; '[email protected]'
>> Subject: RE: [PHP-WIN] php installer for windows 2008 x64
>>
>> 32bit PHP available at http://windows.php.net/download/ runs well on
>> Windows 2008 x64 with IIS 7.
>>
>> There is also a 64bit build of PHP available here:
>> http://windows.php.net/qa/ but I have not heard about any benefits of
>> using it comparing to 32bit. Also, it is a QA build, not the final
>> release build.
>>
>> -----Original Message-----
>> From: Azfar Hashmi [mailto:[email protected]]
>> Sent: Sunday, August 02, 2009 11:23 PM
>> To: [email protected]
>> Subject: [PHP-WIN] php installer for windows 2008 x64
>>
>> Does php support windows 2008 x64 (IIS7), if yes then where do I found
>> the installer and zip version.
>>
>> --
>> PHP Windows Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
>>
>>
>> --
>> PHP Windows Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
Is it the case that more bits doesn't mean faster? Just larger
integers and address ranges?
--
-----
Richard Quadling
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
"Standing on the shoulders of some very clever giants!"
ZOPA : http://uk.zopa.com/member/RQuadling
--- End Message ---
--- Begin Message ---
> Is it the case that more bits doesn't mean faster? Just larger
integers and address ranges?
Not quite. x64 also has extra registers and some new instructions.
http://en.wikipedia.org/wiki/X86-64#Architectural_features
Louis Solomon
www.SteelBytes.com
-----Original Message-----
From: Richard Quadling [mailto:[email protected]]
Sent: Tuesday, 4 August 2009 6:09 PM
To: Andi Gutmans
Cc: Ruslan Yakushev; Azfar Hashmi; [email protected]
Subject: Re: [PHP-WIN] php installer for windows 2008 x64
2009/8/4 Andi Gutmans <[email protected]>:
> Just to confirm what Ruslan points out: 32bit PHP is actually faster
> than 64bit and as we're multi-process there are no real benefits to
> using 64bit PHP (PHP also has a longer track record in 32bit
> environments).
>
>> -----Original Message-----
>> From: Ruslan Yakushev [mailto:[email protected]]
>> Sent: Monday, August 03, 2009 5:03 PM
>> To: 'Azfar Hashmi'; '[email protected]'
>> Subject: RE: [PHP-WIN] php installer for windows 2008 x64
>>
>> 32bit PHP available at http://windows.php.net/download/ runs well on
>> Windows 2008 x64 with IIS 7.
>>
>> There is also a 64bit build of PHP available here:
>> http://windows.php.net/qa/ but I have not heard about any benefits of
>> using it comparing to 32bit. Also, it is a QA build, not the final
>> release build.
>>
>> -----Original Message-----
>> From: Azfar Hashmi [mailto:[email protected]]
>> Sent: Sunday, August 02, 2009 11:23 PM
>> To: [email protected]
>> Subject: [PHP-WIN] php installer for windows 2008 x64
>>
>> Does php support windows 2008 x64 (IIS7), if yes then where do I found
>> the installer and zip version.
>>
>> --
>> PHP Windows Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
>>
>>
>> --
>> PHP Windows Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
Is it the case that more bits doesn't mean faster? Just larger
integers and address ranges?
--
-----
Richard Quadling
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
"Standing on the shoulders of some very clever giants!"
ZOPA : http://uk.zopa.com/member/RQuadling
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
I have installed php 5.3.0 (via php intaller fast-cgi mode) on windows
2008 x64 and it is running fine. Now I have to install ioncube loader
which have two version Non- thread safety and normal. Which should I
choose, how do i know that my php installation is in which mode.
Secondly how do I know that my whether my php is running in threaded
mode or not.
--- End Message ---
--- Begin Message ---
2009/8/4 Azfar Hashmi <[email protected]>:
> I have installed php 5.3.0 (via php intaller fast-cgi mode) on windows
> 2008 x64 and it is running fine. Now I have to install ioncube loader
> which have two version Non- thread safety and normal. Which should I
> choose, how do i know that my php installation is in which mode.
> Secondly how do I know that my whether my php is running in threaded
> mode or not.
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
You are running PHP in FastCGI mode, so, under normal circumstances
you have no need for thread safety.
To see which you have installed, run ...
<?php
phpinfo();
?>
and look for ...
Thread Safety enabled or disabled.
--
-----
Richard Quadling
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
"Standing on the shoulders of some very clever giants!"
ZOPA : http://uk.zopa.com/member/RQuadling
--- End Message ---
--- Begin Message ---
you can read php config.
reading from the first line, I think you php not running in threaded
mode. The real question is.. what you choose? Threaded or not?
IMHO you should try Non-thread safety.. but if you choose the normal.. I
believe you need to setting.
cmiiw
Azfar Hashmi wrote:
I have installed php 5.3.0 (via php intaller fast-cgi mode) on windows
2008 x64 and it is running fine. Now I have to install ioncube loader
which have two version Non- thread safety and normal. Which should I
choose, how do i know that my php installation is in which mode.
Secondly how do I know that my whether my php is running in threaded
mode or not.
--- End Message ---