RedpointArchive / phabricator

A Docker image that runs Phabricator, an open source software engineering tool
https://hub.docker.com/r/redpointgames/phabricator/
307 stars 98 forks source link

apcu PHP extension not available #35

Closed romeupalos closed 8 years ago

romeupalos commented 8 years ago

Could you please bake into the image the apcu PHP extension?

From phabricator setup issues screen:

Installing the "APCu" PHP extension will improve performance. This extension is strongly recommended. Without it, Phabricator must rely on a very inefficient disk-based cache.

hach-que commented 8 years ago

The image does have the APCu extension, but you need to explicitly enable it with --env ENABLE_APCU=true.

If that doesn't work, feel free to re-open / open another task.

CGamesPlay commented 8 years ago

I'm confused, because setting this option doesn't seem to have any effect (the warning is still there) and because ENABLE_APCU doesn't occur in this repository. Are you sure this is live?

CGamesPlay commented 8 years ago

Ignore me. I was typing "ACPU" instead of "APCU". Whoops >_<

dlgiang commented 7 years ago

@hach-que Can you please edit your comment --env ENABLE_ACPU=true. I read it and have to fix it to --env ENABLE_APCU=true. Hope no any other will get same issue