Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 852b555ab4ac599f72ecd55e8813096c > files > 151

php-suhosin-0.9.35-1.mga4.x86_64.rpm

--TEST--
session without encryption
--SKIPIF--
<?php include "../skipifcli.inc"; ?>
--INI--
suhosin.session.encrypt=Off
--FILE--
<?php
include "sessionhandler.inc";
session_test_start();
$_SESSION['a'] = 'b';

?>
--EXPECTF--
SESSION: a|s:1:"b";