Files
server/usr/share/psa-pear/pear/php/Horde/Thrift.php
2026-01-07 20:52:11 +01:00

14 lines
409 B
PHP

<?php
/**
* Fake class to autoload generated Thrift code
*/
interface Horde_Thrift
{
}
$GLOBALS['THRIFT_ROOT'] = 'Horde/Thrift/thrift_root';
include_once $GLOBALS['THRIFT_ROOT'] . '/Thrift.php';
include_once $GLOBALS['THRIFT_ROOT'] . '/transport/TSocket.php';
include_once $GLOBALS['THRIFT_ROOT'] . '/transport/TFramedTransport.php';
include_once $GLOBALS['THRIFT_ROOT'] . '/protocol/TBinaryProtocol.php';