Skip to content

Commit df23d64

Browse files
author
twalder-docnet
committed
App Engine php55 runtime dev server problems...
1 parent 1ae4151 commit df23d64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/GDS/Gateway.php

+2
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ public static function createGoogleClient($str_app_name, $str_service_account, $
9797
$str_key
9898
)
9999
);
100+
// App Engine php55 runtime dev server problems...
101+
$obj_client->setClassConfig('Google_Http_Request', 'disable_gzip', TRUE);
100102
return $obj_client;
101103
}
102104

0 commit comments

Comments
 (0)