Adieu a la magie (remove magic_quotes)

From: Date: Tue, 07 Mar 2006 03:29:41 +0000
Subject: Adieu a la magie (remove magic_quotes)
Groups: php.internals 
Request: 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


Thread (6 messages)

« previous php.internals (#22162) next »