php - Mongodb + php5-fpm not working -


i installed mongodb extension php5-fpm. output php -m:

[php modules] bcmath bz2 calendar core ctype curl date dba dom ereg exif fileinfo filter ftp gd gettext hash iconv json libxml mbstring mhash mongo mysql mysqli openssl pcntl pcre pdo pdo_mysql phar posix readline reflection session shmop simplexml soap sockets spl standard sysvmsg sysvsem sysvshm tokenizer wddx xml xmlreader xmlwriter zend opcache zip zlib  [zend modules] zend opcache 

php --ini

configuration file (php.ini) path: /etc/php5/cli loaded configuration file:         /etc/php5/cli/php.ini scan additional .ini files in: /etc/php5/cli/conf.d additional .ini files parsed:      /etc/php5/cli/conf.d/05-opcache.ini, /etc/php5/cli/conf.d/10-pdo.ini, /etc/php5/cli/conf.d/20-curl.ini, /etc/php5/cli/conf.d/20-gd.ini, /etc/php5/cli/conf.d/20-json.ini, /etc/php5/cli/conf.d/20-mongo.ini, /etc/php5/cli/conf.d/20-mysql.ini, /etc/php5/cli/conf.d/20-mysqli.ini, /etc/php5/cli/conf.d/20-pdo_mysql.ini, /etc/php5/cli/conf.d/20-readline.ini 

, loaded modules:

array (     [0] => core     [1] => date     [2] => ereg     [3] => libxml     [4] => openssl     [5] => pcre     [6] => zlib     [7] => bcmath     [8] => bz2     [9] => calendar     [10] => ctype     [11] => dba     [12] => dom     [13] => hash     [14] => fileinfo     [15] => filter     [16] => ftp     [17] => gettext     [18] => spl     [19] => iconv     [20] => mbstring     [21] => session     [22] => posix     [23] => reflection     [24] => standard     [25] => shmop     [26] => simplexml     [27] => soap     [28] => sockets     [29] => phar     [30] => exif     [31] => sysvmsg     [32] => sysvsem     [33] => sysvshm     [34] => tokenizer     [35] => wddx     [36] => xml     [37] => xmlreader     [38] => xmlwriter     [39] => zip     [40] => cgi-fcgi     [41] => pdo     [42] => curl     [43] => gd     [44] => json     [45] => mysql     [46] => mysqli     [47] => pdo_mysql     [48] => readline     [49] => mhash     [50] => zend opcache ) 

i dont know wrong. search stackoverflow solution, cant find me solve problem. hope solution here.


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

Nuget pack csproj using nuspec -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -