MDL-51531 libraries: Upgrade google libraries to 1.1.5

This commit is contained in:
Damyon Wiese
2015-09-30 13:28:19 +08:00
parent fd57d685c7
commit 80af92f0fe
128 changed files with 51501 additions and 7327 deletions
+3 -2
View File
@@ -15,12 +15,13 @@
* limitations under the License.
*/
require_once realpath(dirname(__FILE__) . '/../../../autoload.php');
if (!class_exists('Google_Client')) {
require_once dirname(__FILE__) . '/../autoload.php';
}
/**
* Implement the caching directives specified in rfc2616. This
* implementation is guided by the guidance offered in rfc2616-sec13.
* @author Chirag Shah <[email protected]>
*/
class Google_Http_CacheParser
{