:: How to installing php json extention on Linux CentOS
+ installing php
|
0 |
yum install php php-pear php-devel gcc make |
+ downloading json
|
0 |
pecl download json |
+ installing php json
|
0 |
pear install json-1.2.1.tgz |
+ create json.ini
|
0 1 2 |
vi /etc/php.d/json.ini ; add this line: extension:json.so |
+ checking
|
0 |
php -i | grep json |
some like this:
|
0 1 2 |
json json support => enabled json version => 1.2.1 |
:: Links
+ Google
+ BayuSenoAdji
