2007-02-01  Emanuele Ruffaldi <emanuele.ruffaldi@gmail.com>
version 0.8.8
- StringBuilder as resource
- AMF_AS_STRING_BUILDER in amf_encode for returing a StringBuilder resource

2007-01-27  Emanuele Ruffaldi <emanuele.ruffaldi@gmail.com>
- removed warning in linux build

2007-01-20  Emanuele Ruffaldi <emanuele.ruffaldi@gmail.com>
version 0.8.7
- fixed encoding of private member variables 

2007-01-13  Emanuele Ruffaldi <emanuele.ruffaldi@gmail.com>

- fixed head of AMF3_OBJECT that was written as byte
- fixed case of rows shorter than columns in recordset

2007-01-12  Emanuele Ruffaldi <emanuele.ruffaldi@gmail.com>
version  0.8.5 and change name to AMF
- fixed IS_ARRAY

2007-01-11  Emanuele Ruffaldi <emanuele.ruffaldi@gmail.com>
version: 0.8.3
- added AMFC_BYTEARRAY in encoding callback for encoding ByteArray
- added AMFE_BYTEARRAY for decoding ByteArray as a callback
- no more AMFE_MAP for objects with empty classname

2007-01-08  Emanuele Ruffaldi <emanuele.ruffaldi@gmail.com>
- added phpinfo
- added nextStringIndex for future optimized zval lookup
- 
- fixed caching of zval with handling of is_ref

2007-01-07  Emanuele Ruffaldi <emanuele.ruffaldi@gmail.com>
- fixed return of classname from encoding callback
- added __amfphp_recordset__ for AMF0 exposing it as RecordSet object
- fixed array count in decoding array

2007-01-06  Emanuele Ruffaldi <emanuele.ruffaldi@gmail.com>

- arrays inited to 
- stdclass class is mapped to anonymous object in AMF3
- added AMFE_POST_XML
- added AMFE_MAP_EXTERNABLIZABLE
- negative integer keys 

2007-01-05  Emanuele Ruffaldi <emanuele.ruffaldi@gmail.com>

- added support for resources
- fixed type check in encoding callbacks
- added documentation
- cleaned numeric string array test
    
2007-01-02  Emanuele Ruffaldi <emanuele.ruffaldi@gmail.com>
- optimized encoding by replacing smart_str with chunked string builder
- fixed arrays in AMF3
- corrected reference counts

2006-12-27  Emanuele Ruffaldi <emanuele.ruffaldi@gmail.com>

- Initial version
