Getting around AS3’s un-RESTful-ness

Hi Everyone,
[UPDATE Jan 19th, 2008]
I’ve just modified RESTProxy.php to handle gzip encoding from the client-side. It was quite simple. I was trying to consume web services on Discogs.com and it requires that you accept gzip encoding.. The source has been modified.
Mise en situtation
for those who have been following the development of the AS3 Youtube Data [...]

AMFPHP & PHP 5.2.2 Bug

Hi. I am hosted on dreamhost and they recently upgraded their version of PHP5 to 5.2.2. There is a bug in PHP 5.2.2 where the $_GLOBALS['HTTP_RAW_POST_DATA'] never gets set, a global variable which is used by AMFPHP to read the request from the Flash application.
To fix it, edit the file gateway.php find this line of [...]