开发者

Is it still true that zenddebugger only supports non-thread-safe PHP?

开发者 https://www.devze.com 2023-01-20 09:38 出处:网络
This is the开发者_JAVA百科 case according to a thread in 2009 here, is it still the case now? Anyone managed to make it work with thread safe PHP?Yes, it is still the case - the recommended way on W

This is the开发者_JAVA百科 case according to a thread in 2009 here,

is it still the case now?

Anyone managed to make it work with thread safe PHP?


Yes, it is still the case - the recommended way on Windows is FCGI which runs non-TS PHP.

Unfortunately, it's impossible to make non-TS module to work with TS PHP - data structures are different, so even it one could hack it so it would load it would immediately crash.

0

精彩评论

暂无评论...
验证码 换一张
取 消