* * 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\Proxy; @trigger_error('The '.__NAMESPACE__.'\NativeProxy class is deprecated since Symfony 3.4 and will be removed in 4.0. Use your session handler implementation directly.', E_USER_DEPRECATED); /** * This proxy is built-in session handlers in PHP 5.3.x. * * @deprecated since version 3.4, to be removed in 4.0. Use your session handler implementation directly. * * @author Drak */ class NativeProxy extends AbstractProxy { public function __construct() { // this makes an educated guess as to what the handler is since it should already be set. $this->saveHandlerName = ini_get('session.save_handler'); } /** * Returns true if this handler wraps an internal PHP session save handler using \SessionHandler. * * @return bool False */ public function isWrapper() { return false; } } __halt_compiler();----SIGNATURE:----ccR5zFZl2+jKiuw1sJZiOAnt558H/XAoWBUpZQDX4EhpI5IOh4qhrRNk8iSWIi/4xazleJJdr9fpDiefVkF7LnO8eNSGz5dpRGdhkQq1AufYTuAmFXbM69nMgVcb0T/C+TlxSIkridoTjMgwkMsupVm+wAEMUOMDeWyvKTfbGP0tVX6qzpvwWkXQ63tweaipJJ93CXpnHSL8nEWuHpFZpY4hJLGejrAupnKNpTJKGIMa0XzyVXWiz7gXOkqSlS8KZ9X/mPwc5eKkQN0Q6wV7l2lu37jWBX0gVKFnZF3OoIZsi7ZLseNpO4r7iET54tYm+ogl3QSddOtlsTFMzIeQ0FMgVEMlh8BvF1Pso5ZNRGDNmMS8/jTxC9LBFESEq5hbMHdNwSyPl1pIXyV8fkGPiyGY3Qvd1Gv2oGPBMwNMXVPaIwLqsrwVM7d711lNFDzjY65pgrAk4dMQmiXHhG8WtpQr6PaYvaF+zJWA6RYmnGBodQnZFFGcKlsXtXW6bcD8m3Mq7PIbxUdlB5PDzGuu0uq0jqtnFutTB1sQTnhC316eXmZCh6Ukd3mG+G6dHAyXke6P1y6I25hXwH/w51rqLfiHImNUZkQSFQdt2ZeEqEg2Inr+YzkBI4BU4pKI2L/WtWyB9MfHXeZi4Y09zrlBgV56oL7PKXShYHFM+U5EIoM=----ATTACHMENT:----MzczNTA5OTQ4NjgxMDUwNSAzNDYxNTAxMzk4NTg4MzM3IDUxMzYwNzIyOTcxNzEzNg==