为什么没有设置$ _SERVER [“PHP_AUTH_USER”]和$ _SERVER [“PHP_AUTH_PW”]? PHP 5.5.31

In my project i am using REST API with oauth 2.o authentication, everything works fine but recently i was upgraded php version to 5.5.31;

After that change $_SERVER[“PHP_AUTH_USER”] and $_SERVER[“PHP_AUTH_PW”] are not set, so i am not able to authenticate users.

Thanks for your helping hand.