Re: Does a fopen with 'b' mode suppress magic_quotes_runtime ?



OK. Thank you. I just had a doubt because of this strange comment from
'tilman DOT schroeder AT gmx DOT de' on
http://www.php.net/manual/en/function.set-magic-quotes-runtime.php.

I don't know if people use this f... option, but if I want to be able
to run everywhere before PHP 6 suppresses this option, I must take it
into account. And, if I want to be compatible with PHP 6, I must check
the PHP version before calling set_magic_quotes_runtime().

.