AVRO-2839: PHP Add zstd and snappy codec support. (#886)

* AVRO-2839: Add zstd and snappy codec support.

* Fixed wrong sprintf calls

* Added zstd and snappy ext.

* Added zstd and snappy compiled ext.

* Added dev package.

* Added libzstd-dev

* Fixed install

* Fixed install 2

* Added debug modules output

* Added debug info output

* Added so to ini

* Added so to ini 2

* Path fix

* Added all codec fixture files to the test execution.

* Added crc32 to snappy compression

* Removed crc from compressed string.

* More work on crc32
5 files changed
tree: 2fef8938987e6a168ecc006db8d9ffb335d051d9
  1. .github/
  2. .travis/
  3. doc/
  4. lang/
  5. share/
  6. .asf.yaml
  7. .editorconfig
  8. .gitignore
  9. .travis.yml
  10. .yamllint.yml
  11. BUILD.md
  12. build.sh
  13. composer.json
  14. DIST_README.txt
  15. LICENSE.txt
  16. NOTICE.txt
  17. pom.xml
  18. README.md
README.md

Build Status

Apache Avro™

Apache Avro™ is a data serialization system.

Learn more about Avro, please visit our website at:

https://avro.apache.org/

To contribute to Avro, please read:

https://cwiki.apache.org/confluence/display/AVRO/How+To+Contribute