摘要: There is a weird bug in AMFPHP regarding sending negative integers. If you try and send a number such as -87, it shows up as 4294967209 in php. I did some digging and found on the amfphp forums that it has to do with amfphp's readAmf3Int() method in AMFDeserialzer.php. Here is the updated functi 阅读全文
posted @ 2012-01-06 16:13 瑞尼书苑 阅读(204) 评论(0) 推荐(0)