Commits


Kengo Seki authored and Fokko Driesprong committed b6407285171
AVRO-2446: Add deflate codec support to the PHP bindings (#561) * AVRO-2446: Add deflate codec support to the PHP bindings * AVRO-2446: Add deflate codec support to the PHP bindings Update lang/php/test/generate_interop_data.php to generate a deflate-compressed file in addition to an uncompressed one, so that we can confirm the write operation is properly implemented via other bindings. * AVRO-2446: Add deflate codec support to the PHP bindings Add the default value to the open_writer function, for maintaining backward compatibility.