Determine if PHP installed is Thread-Safe?
Posted: Fri Sep 18, 2009 1:54 pm
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:
Thanks
Jeff in Seattle
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 TechnologiesJeff in Seattle