You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James E. King III (JIRA)" <ji...@apache.org> on 2018/12/18 15:51:00 UTC

[jira] [Updated] (THRIFT-4459) reduce php library directory depth

     [ https://issues.apache.org/jira/browse/THRIFT-4459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James E. King III updated THRIFT-4459:
--------------------------------------
    Component/s: PHP - Library

> reduce php library directory depth
> ----------------------------------
>
>                 Key: THRIFT-4459
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4459
>             Project: Thrift
>          Issue Type: Improvement
>          Components: PHP - Library
>            Reporter: Robert Lu
>            Assignee: Robert Lu
>            Priority: Minor
>             Fix For: 0.12.0
>
>
> The `lib/php` directory is too deep to navigate.
> Before, `TBufferedTransport.php` is located at `lib/php/lib/Thrift/Transport`, which is five level. and `lib/php/lib` has only `Thrift` folder. So, I think it's unnecessary.
> After, `lib/php/lib/Transport` is four level.
> And ClassLoader works.
> BTW, if the deep directory is necessary, I can add it back.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)