Robert Lu created THRIFT-4459:
---------------------------------
Summary: reduce php library directory depth
Key: THRIFT-4459
URL: https://issues.apache.org/jira/browse/THRIFT-4459
Project: Thrift
Issue Type: Improvement
Reporter: Robert Lu
Assignee: Robert Lu
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)