Doubt abou php version

Could I use Yii 1.x using php 5.6?

I should think so.

As long as you don’t use deprecated features. http://php.net/manual/en/migration56.deprecated.php

Thanks guys