> Agreed that it's handy and easy, but it's a two-edged sword. If you write > scripts that should be distributed on many different servers, it takes a lot > of code to account for both settings. > > I'm one of those control freaks ;) that like to be in total charge about > what data goes in and out of my application. magic_quotes most certainly > messes with that. There are so many other converting methods in PHP that you > need to use, magic_quotes or not, (eg. urlencode/decode), so why must > addslashes be a default? And that's fine. Control freaks and people writing code for distribution are the same people who can cope with calling get_magic_quotes_gpc() and making their code work. One of the main ideas behind PHP is to make it easy for new users without limiting more experienced users. Occasionally inconveniencing the experienced users is unavoidable in certain cases. -Rasmus -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
- Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] ... Edin Kadribasic
- [PHP-DEV] Re: [PHP-QA] Re: ; arg seperato... Andi Gutmans
- RE: [PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] ... James Moore
- [PHP-DEV] RE: ; arg seperator Joey Smith
- [PHP-DEV] Re: [PHP-QA] RE: ; arg seperato... Zeev Suraski
- Re: [PHP-DEV] RE: ; arg seperator Chuck Hagenbuch
- Re: [PHP-DEV] RE: ; arg seperator Edin Kadribasic
- Re: [PHP-DEV] RE: ; arg seperator Andi Gutmans
- Re: [PHP-DEV] RE: ; arg seperator Rasmus Lerdorf
- Re: [PHP-DEV] RE: ; arg seperator Carsten Gehling
- Re: [PHP-DEV] RE: ; arg seperator Rasmus Lerdorf
- Re: [PHP-DEV] RE: ; arg seperator Boian Bonev
- Re: [PHP-DEV] RE: ; arg seperator Jani Taskinen
- Re: [PHP-DEV] RE: ; arg seperator Chuck Hagenbuch
- Re: [PHP-DEV] RE: ; arg seperator Chuck Hagenbuch
- RE: [PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] ... Andi Gutmans
- [PHP-DEV] Re[2]: [PHP-QA] Re: [PHP-DEV] Re: [... Andrew Sitnikov
- Re: [PHP-DEV] Re: [PHP-QA] PHP-4.0.5-RC6 Andi Gutmans
- Re: [PHP-DEV] Re: [PHP-QA] PHP-4.0.5-RC6 Rasmus Lerdorf
- Re[2]: [PHP-DEV] Re: [PHP-QA] PHP-4.0.5-RC6 Andrew Sitnikov
- [PHP-DEV] [PHP-QA] PHP-4.0.5-RC6 Andrew Sitnikov