2amigos / yiinitializr

Library that will help boost your application installation with ease and also to run Yii applications from its bootstrap files on a much cleaner way that the framework currently proposes.
Other
44 stars 17 forks source link

error_reporting fixed #9

Closed vasiliy-pdk closed 11 years ago

vasiliy-pdk commented 11 years ago

Now we can write 'params' => array( 'php.error_reporting' => ... ) ) to override error reporting level. Before this change error_reporting was set to -1

Hi, amigo! :) Small fix for your great library!

tonydspaniard commented 11 years ago

Thanks @vasiliy-pdk !!!