* * 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:----V2y0T11+Z8bUq+2eBwK6cwgkEd6qxFRbCPO3+Dmc+MfO6HYmNi738XeYE1lNPWn2uzSumwZGpA2X/5JjCh/jvUWoA3J6VGV8uRogQg/r+Nr0Qq6P2OiL8CSKq1wgfTKhQCywlOg9bBAse+jC/aGNVzgmxIakmrUwDcSca+xeZNmbjITwBH6X8FFfXi0H/evl+one4RwXubQ5dTQ/fkVhrz4Di1r5ZBEEPPkfeZpG+PRVDRd8tIzU9Nx3zbV2kLxyFoT+NfTtkEhakV3iGPYo4ydiIYfR2jzXxEBpxsTDoTWDODPZ+W7eVv1To8ybYFcQ3t6sUwFLIF3jSHVUNP298MG71PBKcU7ODSp3xEw+Yuv6iHEeipssADRJE3wKjtD7lnWygQ7NFkuG+i5xL1Jo9Ap79YFfAGD5OBq7u0L8XLd+Pb2wY274G4QgA3VliTXhKlCUKRhySLVclObmnQsf5emk6EcgGafWAisuxG3AnGF5p0+RHwmv3X1XGlaEkoQXYqc6eLrZOPyCGfHWnhrX0LuKAr9N6haUigmGUGz5/ur5hQoOzcIO9jWrwjRRBHmxgEXr2DXWY+99jVQXk4wY6OvRKWEn5xonLMCb7U70N63gSGLh6hQhxTVcl+bp2zL1mq1Y7XK+rRFJYJ//M6CxatsaZCHkCxnmKeVL0OtjRJY=----ATTACHMENT:----NDQ3MzcwODE1MDE5MjM1MiA1NDM3OTg1MTAzNDI4OTk1IDkzNzA1MDI4NzIzODcwNw==