Posted by: Artur Martins on: 2008/01/12
After installing a default apache2 and php5 with desired modules I got this error getting apache2 started:
PHP Warning: Module ‘json’ already loaded in Unknown on line 0
So I went to /etc/php5/apache2/php.ini and I commented out the line:
;extension=json.so
This error means that json.so it’s loaded twice, but were??