appengine-php-sdk
appengine-php-sdk copied to clipboard
Google App Engine PHP SDK
[](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....
Under PHP 8.2 runtime this notice is emitted Creation of dynamic property google\appengine\ext\remote_api\Request::$request_id is deprecated in \vendor\google\appengine-php-sdk\src\Ext\RemoteApi\remote_api_pb.php:80 Some more information about PHP 8.2 dynamic properties: https://php.watch/versions/8.2/dynamic-properties-deprecated
I found a bug while using Laravel on PHP 8.2 runtime environment, but it also occurs without a framework. I've managed to reproduce the bug. My index.php is as follows:...
`Error: Call to undefined function Google\Protobuf\Internal\bccomp() in file /vendor/google/protobuf/src/Google/Protobuf/Internal/Message.php on line 961` this error shows when irun google analytics
A runtime error is thrown for most of class alias defined in `src/aliases.php` of this kind: > Cannot declare class google\appengine\api\modules\InvalidModuleStateException, because the name is already in use Given that...
From https://www.php.net/manual/en/memcache.get.php: > If present, flags fetched along with the values will be written to this parameter. These flags are the same as the ones given to for example [Memcache::set()](https://www.php.net/manual/en/memcache.set.php)....
Reverts GoogleCloudPlatform/appengine-php-sdk#94
See https://github.com/GoogleCloudPlatform/appengine-php-sdk/issues/91 for more details.