As I understand it, the problem is not with PHP itself, as with some of the modules. If you aren't using one of the non-threadsafe modules you (probably) won't have a problem.
I don't know which modules are thread safe and which aren't. It's not something you can test easily either; if something is not thread-safe it may seem to work fine but then fail randomly under load.