Réponse acceptée !
hello,
parce que ton php.ini est enfin BON.
Voir short_open_tag dans ta config.
ce dernier est à off; ce qui est très bien. La direction short_open_tag à on est à proscrire maintenant, notamment à cause d'xml et xhtml.
Un header xhtml commence ainsi par exemple :
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "
[ Lien ]">
<html xmlns="
[ Lien ]" xml:lang="fr" lang="fr">
si tu as short_open_tag à on, ce header va planter à cause de la balise <?xml...
Parce que ton serveur va attendre du php...