Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

PHP JSON EXTENSION IS MISSING #57

Open
iamsajidjaved opened this issue Oct 14, 2019 · 3 comments
Open

PHP JSON EXTENSION IS MISSING #57

iamsajidjaved opened this issue Oct 14, 2019 · 3 comments

Comments

@iamsajidjaved
Copy link

image

Seeing this error. I followed the documentation and created php.ini at the root of my function package with:
extension=json.so

But still facing same issue. Can anyone tell me why I'm seeing this?

@txase
Copy link
Member

txase commented Oct 16, 2019

It looks to me like this is looking for a json_decode() function provided by the Illuminate Foundation module, not the base PHP json module. Do you need to add the Illuminate Foundation module extension to your php.ini file?

@iamsajidjaved
Copy link
Author

@txase I don't think so. It's because of missing extension. phpinfo() also doesn't show the json extension.

@iamsajidjaved
Copy link
Author

@txase where is the old ARN php7.3? that was working fine

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants