Things I would like to see done in AS3

Since AS3 offers raw sockets and enables byte-arrays, there is no reason why we couldn’t build the following:

MySQL Connector
Oracle Connector
SVN Connector

For example, if someone wanted to make a UML modeling program online, it would be possible to plug it directly on an SVN serveur (or CVS .. or anything else you fancy), and do reverse [...]

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 [...]