commit | 1c4a559bc18eae4ae68f6922f5814441b8fc070e | [log] [tgz] |
---|---|---|
author | Mark Slee <mcslee@apache.org> | Mon Sep 25 21:32:05 2006 +0000 |
committer | Mark Slee <mcslee@apache.org> | Mon Sep 25 21:32:05 2006 +0000 |
tree | c7b15d6737ff2d6735c00d1e2fa46e6cb885e423 | |
parent | c2e8ff5ae69840781c8853fa7a911baefdf62a0a [diff] [blame] |
Change thrift require_once to include_once Summary: As per Lucas' request Reviewed By: lucas git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664803 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/php/src/protocol/TBinaryProtocol.php b/lib/php/src/protocol/TBinaryProtocol.php index 4123f5f..dd4408f 100644 --- a/lib/php/src/protocol/TBinaryProtocol.php +++ b/lib/php/src/protocol/TBinaryProtocol.php
@@ -1,7 +1,7 @@ <?php /** For transport operations */ -require_once $GLOBALS['THRIFT_ROOT'].'/transport/TTransport.php'; +include_once $GLOBALS['THRIFT_ROOT'].'/transport/TTransport.php'; /** * Binary implementation of the Thrift protocol.