Fix #78202: Opcache stats for cache hits are capped at 32bit NUM#4307
Fix #78202: Opcache stats for cache hits are capped at 32bit NUM#4307cmb69 wants to merge 6 commits intophp:PHP-7.2from
Conversation
Since the respective variables are declared as `zend_ulong` we have to also format them as such.
|
The free and wasted memory below are |
Yeah, |
|
Hmm, seems Azure Pipelines CI is not triggered? |
|
azure will only be triggered for 7.4+ |
|
@cmb69 if it's important to see something on azure, open a pull request against 7.4 maybe ? or just wait for the merge (and watch the pipeline) if you're pretty confident nothing is wrong ... |
|
Thanks @krakjoe! I think the changes of this PR (MINFO) are not tested anyway. |
|
Ah I just done the extra click to see what had changed ... yeah, ship it, more CI isn't buying you anything ... |
|
Applied as 4366f22. Thanks! |
Since the respective variables are declared as
zend_ulongwe have toalso format them as such.