PHP 8.3.31
Preview: NativeSessionHandler.php Size: 563 B
/opt/alt/php54/usr/share/pear/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeSessionHandler.php

<?php

/*
 * This file is part of the Symfony package.
 *
 * (c) Fabien Potencier <fabien@symfony.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Symfony\Component\HttpFoundation\Session\Storage\Handler;

/**
 * Adds SessionHandler functionality if available.
 *
 * @see http://php.net/sessionhandler
 */

if (version_compare(phpversion(), '5.4.0', '>=')) {
    class NativeSessionHandler extends \SessionHandler {}
} else {
    class NativeSessionHandler {}
}

Directory Contents

Dirs: 0 × Files: 8

Name Size Perms Modified Actions
2.87 KB lrw-r--r-- 2019-12-18 11:22:56
Edit Download
2.72 KB lrw-r--r-- 2019-12-18 11:22:56
Edit Download
4.45 KB lrw-r--r-- 2019-12-18 11:22:56
Edit Download
1.63 KB lrw-r--r-- 2019-12-18 11:22:56
Edit Download
563 B lrw-r--r-- 2019-12-18 11:22:56
Edit Download
1.17 KB lrw-r--r-- 2019-12-18 11:22:56
Edit Download
8.52 KB lrw-r--r-- 2019-12-18 11:22:56
Edit Download
1.98 KB lrw-r--r-- 2019-12-18 11:22:56
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).