News Feed
Jobs Feed
Sections




Recent Jobs

News Archive
Arpad Ray's Blog:
The adventure of PHP and the magic quotes
December 17, 2008 @ 12:03:07

One of the things that's been hanging around PHP's neck since its early days is the magic_quotes setting that was introduces to try to make things easier. In this interesting post Arpad Ray takes a look at this setting and why its a bad thing for PHP to have around.

Like register_globals, it helped lower the barrier of entry to building a dynamic website by removing some of the complexity. However it certainly wasn't without sacrifice, problems with the implementation quickly appeared and continued to abound for the next ten years. Finally in PHP 5.2.2 we got an implementation which (as far as its intentions went) seemed to be bug free, but of course by then it was turned off by default and was already slated to be dropped in PHP 6.

He looks at a few reasons they're bad (not good enough for escaping, inconsistent, performance issues) and some methods - code snippets - on how to deal with it being turned on on your server.

2 comments voice your opinion now!
adventure magic quotes bad php5 php6 fix





Similar Posts

Wolfgang Drews' Blog: Curious about the new php5 certification?

Richard Lord's Blog: PHP 5.2 - Nesting level too deep - recursive dependency?

Gregory Szorc's Blog: So Many Untapped PHP Features

DevShed: Accessing Attributes and Cloning Nodes with the DOM XML Extension in PHP 5

Andrei Zmievski\'s Blog: PHP Developer\'s Meeting 2005


Community Events









Don't see your event here?
Let us know!


codeigniter drupal job symfony opinion framework extension zendframework sqlserver developer windows conference performance feature wordpress release facebook podcast microsoft apache

All content copyright, 2010 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework