Hi, On Thu, 2007-08-23 at 16:23 -0400, BuildSmart wrote: [...] > Symbol not found: _compiler_globals > Referenced from: /usr/local/php/lib/php/extensions/no-debug-non- > zts-20060613/bcompiler > Expected in: dynamic lookup [...]
This simply means that your PHP was built using a thread-safe environment but the extension was linked against a non-thread-safe PHP. The documentation and regular support channels (php.net/support.php) should be able to help you figuring out what's going wrong. johannes -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php