I'm trying to update symfony 1 on my project.
And i'm getting this error
PHP Fatal error: Uncaught Error: Call to undefined function echoln() in lib/services/MyClass.php
There was the echoln() function in lib/yaml/sfYaml.php → lib/yaml/sfYaml.class.php file
It was removed in this commit
10d535c
Please put it back. I have a lot of places where this function is in use.