Skip to content

Releases: neoxic/php-amf3

php-amf3-2.1.1

09 Mar 19:28
Compare
Choose a tag to compare

Fix broken build on PHP7.

php-amf3-2.1.0

27 Dec 05:19
Compare
Choose a tag to compare

Support for AMF3Serializable interface.

php-amf3-2.0.3

09 Sep 06:42
Compare
Choose a tag to compare

Conform to PHP 8.0 API.

php-amf3-2.0.2

02 Aug 03:47
Compare
Choose a tag to compare

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 to amf3_decode;
  • Object's special metafields have two underscores instead of one, i.e. '__class' and '__data';