Problem With Nginx And Yii Reflectionmethod()

Hi.

I want to do an yii web service app, this app was developed in a Apache Server, but now the application should run on a server nginx.

When i put this application (any application, also tried with the sample applications) on nginx server, the aplication breaks and show this mensage:

Warning: ReflectionMethod() has been disabled for security reasons in D:\WT-NMP\WWW\nobdws\framework\web\actions\CInlineAction.php on line 46

Fatal error: Call to undefined method ReflectionMethod::getNumberOfParameters() in D:\WT-NMP\WWW\nobdws\framework\web\actions\CInlineAction.php on line 47

Someone can tell me what is the problem whith the configuration, I´m using wtriple on windows

Sorry for my english

There is something wrong with your PHP config. Check your disable_functions and disable_classes.

solved, the error was in disable_classes

thankyou