 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Marco Tabini's Blog: The origin of the <blink> tag
by Chris Cornutt June 08, 2010 @ 11:33:21
In a recent post to his blog Marco Tabini talks about the "monkey on the back" syndrome that affects so much of the technology projects these days. His example for PHP? register_globals.
One such example is the register_globals setting in PHP which finally managed to get deprecated in PHP 5.3 (and, the way things are going, may never disappear altogether) after much fighting and gnawing of teeth. [...] The existence of register_globals is problematic in many ways, but it is consistent: as long as you have a version of PHP that supports it installed, you will have the opportunity to use it1. When it is discarded, it ceases to exist, so that rewriting your code becomes a prerequisite to upgrading to a new version of PHP.
He also relates it to a <blink> tag - something that really shouldn't be used any more but, because someone decided it was a good idea in the past, several browsers have included support for it. The moral of the story? Well-planned standards are a good thing.
voice your opinion now!
blink tag registerglobals feature standards
DevShed: Web Application Security Overview
by Chris Cornutt September 22, 2008 @ 14:42:51
DevShed starts off a new series today focusing on security in web applications, specifically in PHP-based ones, with this first article - an overview.
With the web and web sites open to everyone -- including malicious hackers -- the security of web applications sits at the top of the list of issues on any web developer's mind. In this eight-part series, we will look at the security concerns of PHP developers, and what they can do to make their web applications more secure.
They talk about the importance of having a security plan from the start and look at a few simple steps to get started with in enhancing your application's security - the proper use of register globals, using error reporting to correctly catch problems and how to minimize the code exposure of your app.
voice your opinion now!
application security overview tutorial series registerglobals error report exposure
IBM developerWorks: The future of PHP
by Chris Cornutt May 09, 2008 @ 07:55:54
In a new post on the IBM developerWorks page, Nathan Good takes a look at some of the features of the up and coming versions of the PHP language including things like namespaces, changes in the XML handling and a few things taken out.
PHP's next edition, V6, includes new features and syntax improvements that will make it easier to use from an object-oriented standpoint. Other important features, such as Unicode support in many of the core functions, mean that PHP V6 is positioned for better international support and robustness.
New features he mentions include namespace support, improvements to the native Unicode support as well as a few of the things that will be permanently retired like the php.ini settings for magic_quotes and register_globals.
voice your opinion now!
future namespace unicode language xml soap registerglobals magicquotes
Jacob Santos' Blog: On PHP 5 Adoption
by Chris Cornutt July 17, 2007 @ 11:16:00
Jacob Santos makes some of his own comments about the recent PHP5 adoption talk that's been going around in the PHP community (spurred on by comments made by Matt of the Wordpress project).
Matt brings up some good points. What might be limiting PHP 5 adoption, could just be the lack of interest in developers. [...] Up until reading his rant, I've lived in a box where everyone I've talked to, used and enjoyed PHP 5 and its vast extensions. Developing in PHP 5.0 was uneventfully, but you learn to appreciate PHP 5 with the core inclusion of PDO with PHP 5.1. PHP 5 is not without annoyances. In the core developers attempts to "better" the language, they made changes that broke code that previously worked.
He looks at a few of the items for debate surrounding the move from PHP4 to PHP5 including the extensions that come bundled with PHP5, solving the register_globals issue, and a brief mention of the Standard PHP Library.
voice your opinion now!
php4 php5 adoption extension dedicated registerglobals php4 php5 adoption extension dedicated registerglobals
Philip Olson's Blog: A brief unofficial history about register_globals in PHP
by Chris Cornutt April 23, 2007 @ 09:23:00
Philip Olson has posted a brief history of one of the more infamous features of PHP on its fifth birthday - register_globals:
It's been a long road and exactly five years (35 releases) since the much discussed and highly controversial PHP directive register_globals has been disabled by default in PHP. After sifting through the mailing list archives, the following set of information has been compiled. Feel free to make additions, corrections, and report register_globals memories!
His list includes some recent "tidbits" about the directive (including the fact that there's still lots of code in the PHP CVS repository that requires register_globals to be on). Following that, there's his brief timeline of the directive's progression - from its infancy as gpc_globals all the way up to more recent events - like its removal from the PHP 6 HEAD CVS versions. With the release of this next major version of PHP, "the beast" can finally be laid to rest.
voice your opinion now!
registerglobals history tidbits timeline remove registerglobals history tidbits timeline remove
|
Community Events
Don't see your event here? Let us know!
|