Reads the interpreter version off a deployment's /php route.
Returns null rather than throwing for every failure mode -- gated, absent, unreachable, or a body
without a version -- because not being able to read it is the expected case and must degrade to
the labelled fallback rather than failing a plan.
Reads the interpreter version off a deployment's
/phproute.Returns null rather than throwing for every failure mode -- gated, absent, unreachable, or a body without a
version-- because not being able to read it is the expected case and must degrade to the labelled fallback rather than failing a plan.