0

Considering this question and answer

List of PHP modules that are thread safe
and
Is PHP Thread Safe

My question is, is PHP thread safe in 2012?

2

1 Answer 1

0

PHP can be thread-safe if you don't use non-thread-safe extensions. See this page for information on thread safety and checking that your PHP variant is thread safe for use with Apache. And have a look here if you need help choosing between thread-safe or non-thread-safe editions of PHP: it depends on the Apache worker and how it handles requests (in terms of threads, processes, etc.).

1
  • thanks , at last i hope apache.org is up to date , so the answer is still "maybe" Commented Aug 22, 2012 at 7:40

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.