News Feed
Jobs Feed
Sections




News Archive
Sara Golemon's Blog:
create_function() is not your friend
May 21, 2007 @ 09:31:00

In response to this previous post from Felix Geisendorfer, Sara Golemon shares a few thoughts on why she thinks it's just the other way around - create_function is not your friend.

In the short post she lists just a few of the issues surrounding the use of the function including that it:

  • is prone to critical abuse by user-supplied code
  • skips opcode cache optimizations
  • encourages not using comments (evil)
  • 100% blind to reflection or PHPDoc style documentation generation

0 comments voice your opinion now!
createfunction eval abuse opcodecache reflection phpdoc createfunction eval abuse opcodecache reflection phpdoc


blog comments powered by Disqus

Similar Posts

Hasin Hayder's Blog: An interesting bug in ReflectionParameter object in PHP 5.2.1

Sebastian Bergmann's Blog: Testing Your Privates

SitePoint PHP Blog: The Joy of Regular Expressions [2]

Mike Wallner's Blog: HttpRequestDataShare

Sara Golemon's Blog: create_function() is not your friend


Community Events











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


community language opinion phpunit zendframework2 framework application introduction development tool conference code testing functional release series interview unittest example podcast

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