I recompiled PHP 5.4.39 on my raspbian to include support for pthreads.
Everything works nice, even the pthreads, but every time I run a php script from commandline (and I guess it's the same if apache uses php), it says it's failing loading xcache.so:
Failed loading /usr/lib/php5/20100525+lfs/xcache.so: /usr/lib/php5/20100525+lfs/xcache.so: undefined symbol: compiler_globals
I recompiled php using this information: https://www.digitalocean.com/community/questions/enable-zts-support-on-ubuntu-14-04
Although php is running fine, I'd like to know what this message means and I'd like to solve it if possible.