Tag: php.ini
-
Symfony 2: Annoying Issue with Data Transformers, DateTime, Timezones and PHP.ini
I spent almost the entire day going through the low level code of Symfony 2 trying to determine a really obscure error with my code. The issue started from dealing with using a Time type for one of my columns and having the form validate it appropriately. Unfortunately, the error message that bubbled up did…