php - Fatal error: Class 'Memcache' not found -


यह मेरे सिस्टम में हुआ परिणाम है।

  php -m | Grep -i memcache memcache   

फिर भी मुझे त्रुटि मिलती है "घातक त्रुटि: क्लास 'मेम्केस' नहीं मिला ..." अपाचे पर एक सिम्फनी ऐप चलाते समय।

कृपया अपने php.ini फ़ाइल में अपाचे मॉड्यूल memcache.so को स्थापित करने की आवश्यकता है: विस्तार === Memcache.so

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -