Does this compatibility table[1] solve your problem?

Additionally, as this is not a GCP problem per se, you can post it as a 
question on Stack Overflow.

[1] https://i.stack.imgur.com/bOc3R.png

On Thursday, July 14, 2022 at 3:21:07 PM UTC-5 tatsuki...@gmail.com wrote:

> Hi,
>
> I am trying to deploy PHP application to GAE Standard PHP8.1 environment, 
> to find the errors below:
> ```
> File upload done.
> Updating service [api-sandbox-1]...failed.
> ...
>  Problem 1
>     - mongodb/mongodb is locked to version 1.11.0 and an update of this 
> package was not requested.
>     - mongodb/mongodb 1.11.0 requires ext-mongodb ^1.12.0 -> it is missing 
> from your system. Install or enable PHP's mongodb extension.
> ...
> ```
>
> I have put php.ini in my root directory (same directory where the app.yaml 
> file exists) with the contents below:
> ```
> extension=mongodb.so
> extension=redis.so
> ```
>
> This was not happening before June 30th, when I last deployed my 
> application successfully.
>
> If anyone knows how to fix this, please kindly let us know.
>
> Thanks
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/f9019e4e-3272-44a0-9c6b-f4f195f2ff7dn%40googlegroups.com.

Reply via email to