Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
session using memcache bugs?
  • i'm not that familiar yet with fuel, but the memcache driver for the session class (fuel/core/classes/session/memcached.php) has some bugs, i think, like... (1) on line 70-ish, it should be Memache() instead of Memcached() (2) on line 75-ish, it should be addServer() instead of addServers() (3) and it doesn't connect at all ?
  • Memcache: http://php.net/manual/en/book.memcache.php
    Memcached: http://php.net/manual/en/book.memcached.php Two different things, don't confuse the two...
  • yay! my bad! thanks for the clarification unfortunately, i use windows, i'll just tweak it a bit to use memache instead. i can't find a windows port of the memcached extension thanks WanWizard!

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion