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

。_饼干妹妹 提交于 2019-12-24 23:34:35

问题


This is the case according to a thread in 2009 here,

is it still the case now?

Anyone managed to make it work with thread safe PHP?


回答1:


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.



来源:https://stackoverflow.com/questions/3948321/is-it-still-true-that-zenddebugger-only-supports-non-thread-safe-php

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!