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/6d51d672-c912-473f-a79f-70f747a7e052n%40googlegroups.com.

Reply via email to