Jonas Koch Bentzen skrev:
> Jonas Koch Bentzen skrev:
>
>> Nogen, der ved, hvorfor man ikke kan sætte sådan noget som
>> magic_quotes_gpc vha. ini_set?
>
> Nu har jeg lavet en del tests med ini_set
> (
http://php.net/manual/en/function.ini-set.php) med både version
> 4.0.4pl1 og 4.0.6 af PHP, og jeg kan konkludere, at ini_set i mange
> tilfælde simpelthen ikke virker.
Dét meldte jeg til PHPs fejlliste, hvorefter jeg fik det her svar
tilbage: "ini_set() cannot affect the behavior of PHP that takes place
before the script execution begins.
Variable registration occurs before the execution of the script begins
(the variables are available and accessible right from the 1st line in
the script). So by the time you call ini_set(), variable registration
is already done. Affecting it in any way (global registration,
automated quotes) is not possible."
Problemet er så bare, den måde, det er skrevet på i manualen, giver
indtryk af, at man rent faktisk *kan* bruge ini_set() til at indstille
sådan noget som register_globals og magic_quotes_*.
--
Venlig hilsen
Jonas Koch Bentzen