After having some issue (solved modifying sfPropelORMPluginConfiguration.class.php), I could build --all-classes.
But when it comes to access my db I have this error:
- Code: Select all
Connection option "charset" cannot be used for MySQL connections in PHP versions older than 5.3.6.
Please refer to http://www.propelorm.org/ticket/1360 for instructions and details about the implications of
using a SET NAMES statement in the "queries" setting.
I'm using php 5.3.5 and I can't update to 5.3.6.
I've tryed changing databases.yml (removing the `encoding: utf8` part) but nothing changed.
Is there a solution without upgrading php ?
