Is it possible (and how) to set environment variable (like APPLICATION_ENV) in phpcloud hosting service?
In .htaccess file add following directive:
SetEnv APPLICATION_ENV development
You can change php.ini settings using your .htaccess file.