找不到类'Yaf_Application'

Is anyone know the Yaf Framework ?

I tried to run their sample code from the site and I got the error Fatal error: Class 'Yaf_Application' not found.

I used the version 2.2.9 , I downloaded the binaries php_yaf-2.2.9-x86-5.4.x-nts-nodebug.dll as extension of my PHP 5.4.3 and activated the extension.

I put , as suggested, yaf.use_namespace = 0 without success.

Thank you for your help

I found that my dll does not run on 64bit operating system

I have also faced same problem, after some google, I am able to fix this issue. If you ae using wamp and Win32 means, in php.ini add the following line after extension=php_yaf.dll

yaf.use_spl_autoload=1
yaf.use_namespace=1