Jimdo / prometheus_client_php

Prometheus instrumentation library for PHP applications
https://prometheus.io/docs/concepts/metric_types/
Apache License 2.0
281 stars 213 forks source link

Change the use of `apc` to `apcu` #51

Closed wenzhengjiang closed 6 years ago

wenzhengjiang commented 7 years ago

apc extension is not supported in PHP7. Instead, we should use apcu This diff does below things:

bracki commented 6 years ago

This won't work with PHP 5.6. I guess you have to include https://packagist.org/packages/symfony/polyfill-apcu or similar.

bracki commented 6 years ago

Closed via #62.