This caused by usage of new/delete operators that uses malloc/free instead of emalloc/efree that ZendAPI provides
PalettedBlockArray objects bypasses ZMM and this causes noticable incorrect memory consuption calculation in PHP
^ You can also just type "status" in Console on Windows and compare memory usage with taskmanager
That problem also may cause slight perfomance degrade but I dont sure about it
Any comments on this or we just should ignore this problem?