Your PHP echo is valid
Did you change something before reboot?
the reboot itself does not affect the PHP, so it's a problem in your Apache+PHP config, unless you have some script that reloads and remakes libraries on reboot.
make test.php file with this contents:
PHP Code:
<?php
phpinfo();
?>
perhaps this can help you to see what's wrong