Hi,
Phalcon 1.3.1: PHP dies while trying to create \Phalcon\Session\Adapter\Files() instance.
Tested in:
-
Windows XP SP3, Apache 2.2, PHP 5.28, Phalcon 1.3.1
- Ubuntu 14.04, Apache 2.4, PHP 5.5, Phalcon 1.3.1
Chrome tells me: ERR_CONNECTION_RESET
PHP debbuger tells me: Session prematurely finished
Also I tried to create instance of \Phalcon\Session\Adapter\Redis() - the same problem (https://github.com/phalcon/incubator/blob/master/Library/Phalcon/Session/Adapter/Redis.php).
Session worked correctly from Phalcon 0.7 till Phalcon 1.2.6.
What 's wrong?