You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Michael Glaesemann (JIRA)" <ji...@apache.org> on 2010/08/25 21:37:17 UTC

[jira] Updated: (AVRO-627) Add PHP Avro library

     [ 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.zip

This includes updating the root build.sh script to 
 * run the PHP unit tests
 * generate an interop avro file for PHP
 * test PHP interop, and 
 * build a PHP distribution package.

The distribution and interop file generation have no additional dependencies (other than PHP). The tests require PHPUnit <http://www.phpunit.de/>


> Add PHP Avro library
> --------------------
>
>                 Key: AVRO-627
>                 URL: https://issues.apache.org/jira/browse/AVRO-627
>             Project: Avro
>          Issue Type: New Feature
>            Reporter: Michael Glaesemann
>         Attachments: 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.