Apache not reading changes to PHP files
Maybe I had the same problem with you and it was because opcache configuration on php.ini. So I set revalidate frequency to 0
opcache.revalidate_freq=0
or disabled opcache
opcache.enable=0
Remember to restart Apache server afterwards.