stackery / php-lambda-layer

PHP Runtime Layer for AWS Lambda
Other
320 stars 70 forks source link

Call to undefined function json_encode() #47

Open treii28 opened 5 years ago

treii28 commented 5 years ago

Fatal error: Uncaught Error: Call to undefined function json_encode() in /var/task/index.php:17

I added a php.ini to the root of my function as the (vague) instructions suggest. I added extension_dir=/opt/lib/php/7.3/modules as ticket #2 suggests

Same error

php.ini contents:

extension_dir=/opt/lib/php/7.3/modules extension=json.so