I have strange problem in every PHP page, at end of every response there is some special character, that is not related to PHP script, I test it with just <?php phpinfo();?>
page that is there.
They are like this �
But that is not in 404 static page response, I think that is related to php config over version or, not Apache config, but I can’t find what cause this.
Bad situation is that it cause every AJAX/Json response fails, because change structure of response data by adding special character at end of every response
What cause this problem and how can solve it?