PromPHP / prometheus_client_php

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

APC may be ignoring encoding issues #86

Open rdohms opened 2 years ago

rdohms commented 2 years ago

As per pack manual page

8.0.0 | This function no longer returns false on failure.

We seem to rely on a !== false check

It now throws ValueError Exceptions which we are not catching. As per this commit in core.