HHVM + Postgres Driver |
Just wanted to put this here, in case anyone else comes up with the same issue.
Running HHVM + the Postgres driver from PocketRent. It does not support the function pg_set_client_encoding. Code: \nFatal error: Call to unimplemented native function pg_set_client_encoding() in system/database/drivers/postgre/postgre_driver.php on line 200 Change: PHP Code: protected function _db_set_charset($charset) To: PHP Code: protected function _db_set_charset($charset) Now you don't get the error. ![]() |
Messages In This Thread |
HHVM + Postgres Driver - by no1youknowz - 05-22-2015, 09:24 AM
|