+1 here

A summary:

PHP6 MUST not allow setting magic quotes
PHP6 MUST trigger a fatal error when attempting to set magic quotes (php.ini
or set_magic_quotes_runtime())
PHP6 MUST allow getting magic quotes info (always false)

PHP5.3 MUST allow setting magic quotes 
PHP5.3 MUST trigger an E_DEPRECATED warning when setting magic quotes
(php.ini or set_magic_quotes_runtime())
PHP5.3 MUST allow getting magic quotes info

-----Original Message-----
From: Philip Olson [mailto:[EMAIL PROTECTED] 
Sent: May 20, 2008 3:56 PM
To: PHP internals
Subject: [PHP-DEV] magic quotes finale 

Hello everyone-

PHP 5.3 is approaching fast, so let's conclude our dealings with  
magical quotes... this should be the last time. Please have a look at  
the following RFC and discuss it within this thread.

   Magic Quotes in PHP 5.3 and beyond
   - http://wiki.php.net/rfc/magicquotes

It recommends changes to both 5_3 and 6_0 branches, namely, removing  
E_DEPRECATED from the get_ magical quote functions. Silence means  
you're okay with the RFC being implemented.

Regards,
Philip

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to