C:\xampp\htdocs\landing\wp-content\plugins\updraftplus\vendor\guzzle\guzzle\phar-stub.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php

Phar
::mapPhar('guzzle.phar');

require_once 
'phar://guzzle.phar/vendor/symfony/class-loader/Symfony/Component/ClassLoader/UniversalClassLoader.php';

$classLoader = new Symfony\Component\ClassLoader\UniversalClassLoader();
$classLoader->registerNamespaces(array(
    
'Guzzle' => 'phar://guzzle.phar/src',
    
'Symfony\\Component\\EventDispatcher' => 'phar://guzzle.phar/vendor/symfony/event-dispatcher',
    
'Doctrine' => 'phar://guzzle.phar/vendor/doctrine/common/lib',
    
'Monolog' => 'phar://guzzle.phar/vendor/monolog/monolog/src'
));
$classLoader->register();

__HALT_COMPILER();
x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586