We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de78028 commit 336c034Copy full SHA for 336c034
1 file changed
src/Google/Client.php
@@ -87,7 +87,7 @@ public function __construct($config = null)
87
}
88
89
if ($config->getIoClass() == Google_Config::USE_AUTO_IO_SELECTION) {
90
- if (function_exists('curl_version') && function_exists('curl_exec')) {
+ if (function_exists('curl_version') && function_exists('curl_exec') && !$this->isAppEngine()) {
91
$config->setIoClass("Google_IO_Curl");
92
} else {
93
$config->setIoClass("Google_IO_Stream");
0 commit comments