Releases: neoxic/php-amf3
Releases · neoxic/php-amf3
php-amf3-2.1.1
php-amf3-2.1.0
Support for AMF3Serializable
interface.
php-amf3-2.0.3
Conform to PHP 8.0 API.
php-amf3-2.0.2
Codec's internals rewritten to be properly 64-bit aware.
Conform to PHP 7.2 API.
Changes in amf3_decode
's behaviour that might require minor fixes in your code:
- Initial position is taken from the
$pos
(formerly$count
) argument, so care must be taken when this variable is reused by the next call toamf3_decode
; - Object's special metafields have two underscores instead of one, i.e. '__class' and '__data';