json

  1. Sivan!

    Solved Wordpress on F.A.M.P

    Following the php part of this guide at page (to install required packages for wordpress) from https://www.tecmint.com/install-wordpress-in-freebsd-with-apache/ #changed this to php80# pkg install php71 php71-mysqli mod_php71 php71-mbstring php71-gd php71-json php71-mcrypt php71-zlib php71-curl...
  2. M

    php74-json not running in apache

    phpinfo states the authors of the extension, yet neither json_decode, nor json_encode work when run on Apache 2.4. json_encode error: Hello world Fatal error: Uncaught Error: Call to undefined function json_encode() in /usr/local/www/bleh/jsondecode3.php:9 Stack trace: #0 {main} thrown in...
  3. H

    json reader

    Hi there, i have a problem with jsoncpp static library. So i compiled 2 months ago and it works without any problems. https://github.com/open-source-parsers/jsoncpp Now i recompiled the lib, (not with same flags) i forgot what flags i used and now i have 12 bytes size difference betwen the old...
Back
Top