[ 
https://issues.apache.org/jira/browse/AVRO-627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902613#action_12902613
 ] 

Doug Cutting commented on AVRO-627:
-----------------------------------

> Are you running the stock Ubuntu 10.04 PHP?

Yes.  I didn't previously have PHP installed and got whatever 'sudo apt-get 
install phpunit' installed:

{code}
Setting up php5-common (5.3.2-1ubuntu4.2) ...
Setting up php5-cli (5.3.2-1ubuntu4.2) ...

Creating config file /etc/php5/cli/php.ini with new version
update-alternatives: using /usr/bin/php5 to provide /usr/bin/php (php) in auto 
mode.

Setting up php-pear (5.3.2-1ubuntu4.2) ...
Setting up php-benchmark (1.2.7-4) ...
Setting up phpunit (3.4.5-1) ...
{code}

> 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.0
>
>         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.

Reply via email to