https://bugzilla.wikimedia.org/show_bug.cgi?id=20336
Greg Sabino Mullane <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Greg Sabino Mullane <[email protected]> 2009-08-21 15:08:33 UTC --- Here's what I did on CentOS to get json installed, for the record: * yum install php-devel gcc * wget http://pecl.php.net/get/json * tar xvfz json-1.2.1.tgz * cd json-1.2.1 * phpize * ./configure * make install * Edit php.ini, add extension=json.so to the extensions section * service httpd restart -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
