[
https://issues.apache.org/jira/browse/AVRO-2839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17113041#comment-17113041
]
ASF subversion and git services commented on AVRO-2839:
-------------------------------------------------------
Commit c536a358e19644e3dc6b646b3ee541f531d6cc6c in avro's branch
refs/heads/master from Siad Ardroumli
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=c536a35 ]
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
> PHP: Add support for zstd and snappy codec
> ------------------------------------------
>
> Key: AVRO-2839
> URL: https://issues.apache.org/jira/browse/AVRO-2839
> Project: Apache Avro
> Issue Type: Improvement
> Components: php
> Environment:
>
> Reporter: Siad Ardroumli
> Priority: Major
>
> Add support for zstd and snappy codecs, if appropiate extension is available.
> * zstd
> ** [https://pecl.php.net/package/zstd]
> * snappy
> ** [https://github.com/kjdev/php-ext-snappy]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)