Martijn Geerts Posted November 19, 2012 Posted November 19, 2012 ProcessWire 2.2.10 (dev branche) when installing complains about json support. PHP Version 5.3.17 phpinfo says: json json support enabled json version 1.2.1 If ignored, the install looks o.k.
SiNNuT Posted November 20, 2012 Posted November 20, 2012 http://processwire.com/talk/topic/364-failed-test-for-json-support/#entry15662 https://github.com/ryancramerdesign/ProcessWire/issues/118 Probably just some fluke in the installation routine and it's requirements checking.
Martijn Geerts Posted November 20, 2012 Author Posted November 20, 2012 tnx SiNNuT & Sorry for double posting...
ryan Posted November 20, 2012 Posted November 20, 2012 There are some updates pending to the installer (most submitted by SiNNuT) so these will be going in here with version 2.3. The JSON support detection is just a matter of newer versions of PHP reporting it differently than what the installer is detecting. It's going got be changed to a method_exists() detection here shortly.
Recommended Posts