PHP non Thread/safety mode.

PHP non Thread/safety mode.

am 04.08.2009 08:15:20 von Azfar Hashmi

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

Re: PHP non Thread/safety mode.

am 04.08.2009 10:11:12 von Richard Quadling

2009/8/4 Azfar Hashmi :
> 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 ...

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

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: PHP non Thread/safety mode.

am 05.08.2009 16:41:08 von bedul

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.
>
>


--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php