[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 <h3>{$result_number}. {"PHP option %1 is enabled"|i18n("design/standard/setup/tests",,array("<i>Register Globals</i>"))}</h3> 3 4 <p> 5 {"eZ publish will work with this option on however it will lead to some minor performance issues since all input variables will be made global on each script execution."|i18n("design/standard/setup/tests")} 6 </p> 7 <p> 8 {"It's recommended that the option is turned off. To turn it off edit your %1 configuration and set %2 to %3."|i18n("design/standard/setup/tests",,array("<i>php.ini</i>","<i>register_globals</i>","<i>0</i>"))} 9 {"More information on the subject can be found at %1."|i18n("design/standard/setup/tests",,array('<a href="http://www.php.net/manual/en/function.ini-set.php">php.net</a>'))} 10 </p> 11 <label>{"php.ini example"|i18n("design/standard/setup/tests")}:</label><br/> 12 <pre class="example"> 13 register_globals = 0 14 </pre> 15 <p> 16 {"Alternatively you may create a file called %1 in your eZ publish root folder and add the following"|i18n("design/standard/setup/tests",,array("<i>.htaccess</i>"))}: 17 </p> 18 <label>{".htaccess example"|i18n("design/standard/setup/tests")}:</label><br/> 19 <pre class="example"> 20 php_value register_globals 0 21 </pre>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 10:30:04 2007 | par Balluche grâce à PHPXref 0.7 |