php - Why I can call memcached from command line, but can't call from apache -


i can't call memcached apache. when called phpinfo() command line see memcached , can use it. when called phpinfo() apache, don't see memcached.

cofiguration file path(php.ini) /etc (apache)

configuration file path(php.ini) /usr/local/etc/php/5.6 (command line)

what problem? p.s. phpinidir used, nothing p.p.s. operating system mac os


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -