Page MenuHomePhabricator

PHP Notice in MessageIndex in recent PHP versions
Closed, ResolvedPublic

Description

array_diff_assoc converts values to strings. Perhaps we need to use array_udiff_assoc that also diffs the values.

What we want is to get list of message groups with key additions / deletions to purge the completion statistics (as last resort, ideally all the operations that handle these changes would clear the stats themselves - this also misses content changes, but those usually cause page changes which should clear stats for affected groups).


Version: unspecified
Severity: normal

Details

Reference
bz36232

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 12:23 AM
bzimport set Reference to bz36232.
bzimport added a subscriber: Unknown Object (MLST).
Nikerabbit claimed this task.

Many PHP versions have been upgraded and the code has been rewritten once. As far as I can see this issue is not present.