Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Missing PHP5/7 extensions for Drupal suite #55

Closed
beberlei opened this issue Oct 26, 2015 · 1 comment
Closed

Missing PHP5/7 extensions for Drupal suite #55

beberlei opened this issue Oct 26, 2015 · 1 comment

Comments

@beberlei
Copy link

The drupal target requires pdo and pdo_mysql extensions, when you compile PHP with shared libraries they must be included in php.ini, so maybe conf/php.ini should contain:

;extension=pdo.so
;extension=pdo_mysql.so

I haven't checked other targets, but there seem to be other failures as well, only Wordpress worked for me out of the box. If you add error_log=syslog log_errors=on you can see the failures in syslog, but maybe it would be nice to show fatal errors or keep a log file automatically and point to the failure directly in perf.php

@fredemmott
Copy link
Contributor

hhvm master no longer targets PHP5; this should be entirely removed, in favor of #84

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants