Replies: 2 comments 10 replies
-
I tried changing from:
To:
Which seems to maybe solve the issue. I found this suggestion in another discussion. How does the Now I'm getting the following error:
So I added:
However, this started to treat my PHP script as a shell script:
I'm trying to run a standard Symfony app. It was working before using v1 of Bref, but now most things seem broken. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Try |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an issue where I'm getting the following warning:
Warning: PHP Startup: Unable to load dynamic library 'intl' (tried: /opt/lib/php/extensions/no-debug-non-zts-20210902/intl (/opt/lib/php/extensions/no-debug-non-zts-20210902/intl: cannot open shared object file: No such file or directory), /opt/lib/php/extensions/no-debug-non-zts-20210902/intl.so (/opt/lib/php/extensions/no-debug-non-zts-20210902/intl.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
Any idea where I'm going wrong? I'm using docker images with the following Dockerfile:
Below is my serverless.yml file:
Beta Was this translation helpful? Give feedback.
All reactions