appengine-php-sdk
appengine-php-sdk copied to clipboard
Google App Engine PHP SDK
Results
17
appengine-php-sdk issues
Sort by
recently updated
recently updated
newest added
`createUploadUrl` calls `getUploadMaxFileSizeInBytes`, which does the following operation on a mostly-numeric string: `$val *= 1024` In PHP5, this works fine, because non-numeric values are stripped from the end. In PHP7,...
Even if option not supported we can allow set it to Null. It required for compatibility with Guzzle library - https://github.com/guzzle/guzzle/blob/master/src/Handler/CurlFactory.php#L77 .