Symfony2 and HHVM Declaration of Doctrine\DBAL\Driver\PDOConnection::prepare() must be compatible
问题 i am trying to set up a symfony2 project on a HHVM machine, The HHVM is running on FastCGI as explained in the hhvm tutorial, thus running behind an apache2 server on Debian. I have created everything but when i try to run my application i am getting the following error: ContextErrorException: 16777217: Declaration of Doctrine\DBAL\Driver\PDOConnection::prepare() must be compatible with that of Doctrine\DBAL\Driver\Connection::prepare() in /LOCATION/shared/vendor/doctrine/dbal/lib/Doctrine