Skip to content

Releases: flix-tech/avro-php

Support logical types in Schema export

29 Jul 12:25
93ffb3b
Compare
Choose a tag to compare

PHP 7.4 support & deprecations release

12 Dec 11:01
Compare
Choose a tag to compare

This release adds PHP 7.4 to the travis test targets and fixes some deprecation notes in #6.

Thanks @offdev

Support for logical types and CI integration

04 Feb 13:55
6694500
Compare
Choose a tag to compare
3.0.0

Ported changes from wikimedia (incl. logical types) and CI integratio…

Forked from rg/avro-php and fixed two critical issues

16 Nov 22:08
Compare
Choose a tag to compare
  • Fix for Uninitialized string offset exception. The error was mainfesting when serializing avro schemas with array types.
  • Fixes the case where fread(1) returns an empty string. Fix added from rdblue/avro-php.