PHP Options/Info Функции

Содержание

Коментарии

Автор:
You probably don't want to set "magic_quotes_runtime" because it affects even binary file read/write operations. This is especially problematic if you include someone else's library that depends on binary read/write. If you enable "magic_quotes_runtime", be sure to use set_magic_quotes_runtime() function call to disable it before calling someone else's library that does binary read/write.
2004-06-14 20:37:24
http://php5.kiev.ua/manual/ru/ref.info.html
Note: when magic_quotes_gpc is ON, it will also slash values inside both $_SERVER['QUERY_STRING'] and $_SERVER['SCRIPT_NAME'] (and equivalents) will also be slashed.
2005-03-15 19:04:59
http://php5.kiev.ua/manual/ru/ref.info.html

    Поддержать сайт на родительском проекте КГБ