dEn
Guest
short_tags
В доке по ПХП есть нечто вроде такого FAQа
8. How am I supposed to mix XML and PHP? It complains about my <?xml> tags!
You need to turn off the short tags by setting short_tags to 0 in your php.ini file, or by using the appropriate Apache directive. You could even use a <File> section to do this selectively.
Так вот, мне совсем не подходит "setting short_tags to 0" в моём php.ini.
Может кто знающий объяснит как в Апаче с помощью директивы <File> (может подразумеывается FilesMath?) можно установить short_tags в 1 для, допустим, файлов *.xhp
<Files ~ "\.(xhp)$">
ммм... ээээ..... (что тут можно написать?)
</Files>
В доке по ПХП есть нечто вроде такого FAQа
8. How am I supposed to mix XML and PHP? It complains about my <?xml> tags!
You need to turn off the short tags by setting short_tags to 0 in your php.ini file, or by using the appropriate Apache directive. You could even use a <File> section to do this selectively.
Так вот, мне совсем не подходит "setting short_tags to 0" в моём php.ini.
Может кто знающий объяснит как в Апаче с помощью директивы <File> (может подразумеывается FilesMath?) можно установить short_tags в 1 для, допустим, файлов *.xhp
<Files ~ "\.(xhp)$">
ммм... ээээ..... (что тут можно написать?)
</Files>