This pull request prevents unnecessary requests from being made to the Outpost when the PHP version in the payload differs from the cached version.
For example: if you have a load balanced setup w/ multiple servers and you're rolling out PHP updates one at a time, your users might see the licensing banner if the Outpost's rate limiting kicks in.
This pull request prevents unnecessary requests from being made to the Outpost when the PHP version in the payload differs from the cached version.
For example: if you have a load balanced setup w/ multiple servers and you're rolling out PHP updates one at a time, your users might see the licensing banner if the Outpost's rate limiting kicks in.
Closes #11135.