Mark Goldfinch created THRIFT-3764:
--------------------------------------
Summary: PHP "make install" does not install
TMultiplexedProtocol.php nor TSimpleJSONProtocol.php
Key: THRIFT-3764
URL: https://issues.apache.org/jira/browse/THRIFT-3764
Project: Thrift
Issue Type: Bug
Components: PHP - Library
Reporter: Mark Goldfinch
Priority: Minor
lib/php/Makefile.am does not include:
{code}
lib/Thrift/TMultiplexedProcessor.php
lib/Thrift/Protocol/TMultiplexedProtocol.php
lib/Thrift/Protocol/TProtocol.php
lib/Thrift/Protocol/TProtocolDecorator.php
lib/Thrift/Protocol/TSimpleJSONProtocol.php
lib/Thrift/Protocol/SimpleJSON/CollectionMapKeyException.php
lib/Thrift/Protocol/SimpleJSON/Context.php
lib/Thrift/Protocol/SimpleJSON/ListContext.php
lib/Thrift/Protocol/SimpleJSON/MapContext.php
lib/Thrift/Protocol/SimpleJSON/StructContext.php
{code}
which are all support files for either TMultiplexedProtocol.php or
TSimpleJSON.php.
If using "make install" to install the PHP client library, these files are
excluded.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)