rediska icon indicating copy to clipboard operation
rediska copied to clipboard

Fix in Zend Session for work with PHP >= 7.1

Open RedRudeBoy opened this issue 7 years ago • 0 comments

The session must return an string, with (string) casting this function returns an empty string instead of null. More information in: http://php.net/manual/en/function.session-start.php#120589.

RedRudeBoy avatar Mar 27 '18 10:03 RedRudeBoy