philip Sat, 20 Dec 2008 19:22:48 +0000 Changed paths: U phpdoc/en/trunk/security/magicquotes.xml
Log: Testing SVN Modified: phpdoc/en/trunk/security/magicquotes.xml =================================================================== --- phpdoc/en/trunk/security/magicquotes.xml 2008-12-20 18:56:07 UTC (rev 217533) +++ phpdoc/en/trunk/security/magicquotes.xml 2008-12-20 19:22:48 UTC (rev 217534) @@ -4,6 +4,9 @@ <title>Magic Quotes</title> &warn.deprecated.feature-5-3-0.removed-6-0-0; <para> + TURN THEM OFF!!! + </para> + <para> Magic Quotes is a process that automagically escapes incoming data to the PHP script. It's preferred to code with magic quotes off and to instead escape the data at runtime, as needed. -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php