commit | bfba370bf163425823ce7b660f9d123f5fc67c79 | [log] [tgz] |
---|---|---|
author | Robert Lu <robberphex@gmail.com> | Fri Nov 03 12:27:31 2017 +0800 |
committer | James E. King III <jking@apache.org> | Tue Jan 16 09:22:42 2018 -0500 |
tree | 855803aa8fe2c3cbd91fe9168b0987eefd198e5c | |
parent | f64a3fcaf9ae03b94b6b462168eb6f990f71084e [diff] [blame] |
THRIFT-4459: reduce php library directory depth Client: php This closes #1471
diff --git a/tutorial/php/PhpServer.php b/tutorial/php/PhpServer.php index 22ae43e..5a9b49b 100755 --- a/tutorial/php/PhpServer.php +++ b/tutorial/php/PhpServer.php
@@ -5,7 +5,7 @@ error_reporting(E_ALL); -require_once __DIR__.'/../../lib/php/lib/Thrift/ClassLoader/ThriftClassLoader.php'; +require_once __DIR__.'/../../lib/php/lib/ClassLoader/ThriftClassLoader.php'; use Thrift\ClassLoader\ThriftClassLoader;