LoginSignup
2
0

More than 5 years have passed since last update.

alpineでPHP7をapk addしてもjsonライブラリが使えない

Posted at

alpineを使って開発をしている時に、PHPのプログラムを書いて、なおかつJSONデータを扱う状況になった。
何食わぬ顔(*´∀`*)でjson_decode()を使おうとしたらこんなエラーが出た
PHP Fatal error: Uncaught Error: Call to undefined function json_decode() in /hoge.php:1
・・・・・(^ν^)
いやいやいや・・標準ライブラリじゃないの・・・?

よく調べてみるとalpineのPHPでJSON扱うなら別途JSONライブラリを読まないと行けないらしい
apk add php7-json
これで解決

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0