I have compiled php 5.5.9 with ZTS and phtreads support enabled using this instructions: http://eddmann.com/posts/compiling-php-5-5-with-zts-and-pthreads-support/
Everything seems alright, extension installed, server restarted, but when I try to use threads, I get an 500 Fatal error: "PHP Fatal error: Class 'Thread' not found"
Could you tell me what I am missing?
*I did add pthreads extension to php.ini
OS: Ubuntu 10.04
Ty