Determine if PHP installed is Thread-Safe?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
jeff00seattle
Forum Commoner
Posts: 66
Joined: Sat Feb 28, 2009 3:27 pm

Determine if PHP installed is Thread-Safe?

Post by jeff00seattle »

Is there a way to determine if the installation of PHP is thread-safe or not?

I have the following version of PHP installed on Windows:

Code: Select all

C:\Windows\system32>php -version
PHP 5.2.11 (cli) (built: Sep 16 2009 19:32:02)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
Thanks

Jeff in Seattle
Post Reply