Send a blank email to [email protected] to get a copy of this message
Hello,
As planed (and like register_globals earlier today), the magic_quotes
will be removed in php6. Here is a patch:
http://pear.php.net/~pierre/remove_magic_quotes.txt
It removes completely the following things:
ini settings removed:
. magic_quotes_gpc
. magic_quotes_runtime
. magic_quotes_sybase
functions removed:
. get_magic_quotes_gpc
. get_magic_quotes_runtime
. set_magic_quotes_runtime
Extenstion affected (tests only or tests and implementation):
ext/dba
ext/exif
ext/iconv
ext/mbstring
ext/mhash
ext/pcre
ext/pdo
ext/spl
ext/standard
ext/sysvsem
ext/xml
Comments and feedbacks welcome, I will commit on wednesday unless there
is objections or changes.
Cheers,
--Pierre