Hi: On Fri, Nov 19, 2010 at 10:36:13PM -0800, Philip Olson wrote: > > PHP 5.3 > - Default (On) > - php.ini-development (Off) > - php.ini-production (Off) > - E_DEPRECATED error when On
The deprecated message is only thrown if you set magic quotes to on in a php.ini file. If you're runnning with no php.ini file, magic quotes gpc is still on, but no message comes up. So there is no direct way PHP itself tells such users/administrators that there's a problem or that the feature is being deprecated. It seems unwise to just yank the rug out from under these folks. Thanks, --Dan -- T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y data intensive web and database programming http://www.AnalysisAndSolutions.com/ 4015 7th Ave #4, Brooklyn NY 11232 v: 718-854-0335 f: 718-854-0409 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php