Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Elizabeth Smith's Blog:
Xdebug, Thread Safety, and PHP 5.3
Mar 20, 2009 @ 19:42:05

Elizabeth Smith has a quick tip for those out there working with PHP 5.3 and its thread-safe mode.

There have been some changes to internal PHP stuff for 5.3, and some don’t always show up unless you’re looking at your compile logs and testing with thread safety on. Currently Xdebug will crash and burn if you’re using it with 5.3 and ZTS on.

Her solution came in the form of a PHP 5.3 only patch for XDebug and threads. If you're on Windows, you can also grab the patched compile to make things all better again.

tagged: php5 thready safety xdebug zts patch compile windows

Link:


Trending Topics: