News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Andrei Zmievski's Blog:
PHP 6 and Request Decoding
February 22, 2007 @ 07:49:00

Andrei Zmievski has posted something new to his blog today about a feature of PHP6 that's finally been hammered down - HTTP input (request) decoding.

There have been no fewer than 4 different proposals floated before, but this one combines flexibility, performance, intuitiveness, and minimal architectural changes, and has only a couple of small drawbacks. Let's take a closer look.

He details the functionality - what it is, what's been decided on, and the advantages of the method. The basic approach is a "lazy" one where PHP will only store the request when it comes in, no filtering or anything, until you want to do something with it (i.e. get it via $_GET, $_POST, etc). When the request for data is made, PHP looks at the encoding settings and formats the data accordingly.

Advantages he mentions for this method include removing the guess-work on PHP's part for which encoding the request is and that it removes some of the overhead by not processing the data until it's actually needed.

0 comments voice your opinion now!
php6 decoding request lazy evaluation scheme php6 decoding request lazy evaluation scheme



Similar Posts

SitePoint PHP Blog: What won\'t be in PHP 6

David Sklar's Blog: Runkit, "static", and inheritance

Wen Huang's Blog: Looking ahead to PHP 5.3 and 6

LivePipe Blog: What PHP6 Actually Needs

Matthew Weir O'Phinney's Blog: MVC changes in Zend Framework


Community Events







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


database conference security PEAR cakephp release package example PHP5 zendframework application releases code book zend job ajax mysql developer framework

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