Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.8.2
-
Fix Version/s: None
-
Component/s: Zend_Amf
-
Labels:None
-
Tags:
Description
I want to use ZendAmf for sending Arrays from a .swf to php. The arrays contain integers (which can be positive and negative). If the integer is negative, php receives a number which apparently is 4294967295 minus the negative value.
AmfPhp had the same problem, thats why i wanted to switch to ZendAmf.
Can you supply an example of the array that you are sending.