[ 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"|i18n("design/standard/setup/tests")} <i>Magic Quotes</i> {"is enabled"|i18n("design/standard/setup/tests")}</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 need to be be converted back to"|i18n("design/standard/setup/tests")} <i>{"normal"|i18n("design/standard/setup/tests")}</i>. 6 </p> 7 <p> 8 {"It's recommended that the option is turned off. To turn it off edit your %phpini configuration and set %magic_quotes_gpc and %magic_quotes_runtime to %offtext." 9 |i18n( "design/standard/setup/tests",, 10 hash( '%phpini', "<i>php.ini</i>", 11 '%magic_quotes_gpc', "<i>magic_quotes_gpc</i>", 12 '%magic_quotes_runtime', "<i>magic_quotes_runtime</i>", 13 '%offtext', "<i>Off</i>" ) )} 14 {"More information on the subject can be found at %1."|i18n("design/standard/setup/tests",,array('<a href="http://www.php.net/manual/en/ref.info.php#ini.magic-quotes-gpc">php.net</a>'))} 15 </p> 16 <label>{"php.ini example"|i18n("design/standard/setup/tests")}:</label><br/> 17 <pre class="example"> 18 magic_quotes_gpc = 0 19 magic_quotes_runtime = 0 20 </pre> 21 <p> 22 {"Alternatively you may create a file called %1 in your eZ publish root folder and add the following"|i18n("design/standard/setup/tests",,array(concat("<i>",".htaccess","</i>")))}: 23 </p> 24 <label>{".htaccess example"|i18n("design/standard/setup/tests")}:</label><br/> 25 <pre class="example"> 26 php_value magic_quotes_gpc 0 27 </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 |