modifier le fichier php.ini
Bonjour
J'essaie de configurer symphony.
Pour cela j'ai modifié mon fichier php.ini en sorte que short_open_tag=off et magic_quots_gpc = off
je redemarre apache, mais quand je recheck le fichier de test, les modif ne sont pas pris en compte
Code:
1 2 3 4
| [[WARNING]] php.ini has short_open_tag set to off: FAILED
*** Set it to off in php.ini ***
[[WARNING]] php.ini has magic_quotes_gpc set to off: FAILED
*** Set it to off in php.ini *** |
Et pourtant... si on regarde les short_open_tag
Code:
1 2 3 4 5 6 7 8 9 10 11 12
| /etc/php5/cli/php.ini:; NOTE: Using short tags should be avoided when developing applications or
/etc/php5/cli/php.ini:; servers which are not under your control, because short tags may not
/etc/php5/cli/php.ini:; be sure not to use short tags.
/etc/php5/cli/php.ini:short_open_tag = Off
/etc/php5/apache2/php.ini:; NOTE: Using short tags should be avoided when develo ping applications or
/etc/php5/apache2/php.ini:; servers which are not under your control, because sh ort tags may not
/etc/php5/apache2/php.ini:; be sure not to use short tags.
/etc/php5/apache2/php.ini:short_open_tag = Off
/etc/php4/apache/php.ini:; NOTE: Using short tags should be avoided when develop ing applications or
/etc/php4/apache/php.ini:; servers which are not under your control, because sho rt tags may not
/etc/php4/apache/php.ini:; be sure not to use short tags.
/etc/php4/apache/php.ini:short_open_tag = Off |
une idée?
merci d'avance!