cakephp-redis-session icon indicating copy to clipboard operation
cakephp-redis-session copied to clipboard

Does not work in PHP 5.3 on OS X

Open carcus88 opened this issue 12 years ago • 0 comments
trafficstars

Getting very strange error

PHP Fatal error: Access to undeclared static property: RedisSession::$prefix in /app/config/redis_session.php on line 121

Trying to use this on OS X, everything looks fine in the class so I don't know why it would complain about the static property

PHP 5.3.23 (cli) (built: Apr 6 2013 22:23:14) Copyright (c) 1997-2013 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2013 Zend Technologies with Xdebug v2.2.1, Copyright (c) 2002-2012, by Derick Rethans

carcus88 avatar Jul 26 '13 21:07 carcus88