News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

ActsAsFlinn Blog: PHP and ActiveRecord (continued)

Greg Beaver's Blog: multiple __HALT_COMPILER(); no longer raises notices PHP 5.2.2+

Andrei Zmievski's Blog: PHP 6 and Request Decoding

PHPBuilder.com: Securing Data Sent Via GET Requests

Sara Goleman's Blog: A yodeler falls silent. (Andrei Zmievski's Move from Yahoo)


Community Events











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


introduction interview release unittest opinion rest framework functional usergroup database conference development symfony2 community testing series phpunit language zendframework2 podcast

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