[
https://issues.apache.org/jira/browse/AVRO-627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Glaesemann updated AVRO-627:
------------------------------------
Attachment: AVRO-627.patch.4.zip
Updated to use GMP PHP extension on 32-bit platforms when it's available,
raising an exception if it's not available. 64-bit platforms use the native PHP
operations even if GMP is available. Tested on Mac OS X 64-bit, Ubuntu 64-bit
(without GMP), Ubuntu 32-bit with GMP, and CentOS 5 64-bit.
Assuming things look good, any chance of this getting rolled into the 1.4.0? I
know you've already cut the RC, but I thought I'd ask anyway.
> Add PHP Avro library
> --------------------
>
> Key: AVRO-627
> URL: https://issues.apache.org/jira/browse/AVRO-627
> Project: Avro
> Issue Type: New Feature
> Components: php
> Reporter: Michael Glaesemann
> Assignee: Michael Glaesemann
> Fix For: 1.4.1
>
> Attachments: AVRO-627.patch.2.zip, AVRO-627.patch.3.zip,
> AVRO-627.patch.4.zip, AVRO-627.patch.zip
>
>
> I've developed a PHP library for Avro against the Avro 1.3.3 spec as part
> of using Avro at myYearbook.com. It's based on the Python and Ruby
> libraries. Current functionality includes schema parsing, Avro data file and
> string IO.
> Known issues:
> - Support for field defaults is incomplete.
> - Lacks RPC and protocol support, JSON encoding, and deflate codec.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.