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

switch completely to apcu #47

Closed bamarni closed 6 years ago

bamarni commented 7 years ago

I'd like to suggest to solely focus on APCu :

WDYT?

fesor commented 7 years ago

APCUIterator available only since apcu 5.0.0. Which means that in order to have support of apcu we need to drop support for php 5.6.

Maybe it's time to move completely to PHP 7.x?

bamarni commented 6 years ago

@bracki : what's your take on this?

bracki commented 6 years ago

Closed by #62.