1
0
This repository has been archived on 2025-06-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
LuckyCoinkydink/bundled-libs/XML/BUNDLE_NOTICE
Grischa Brockhaus 2f8601ee06 * bundled_libs, XML: Exchaned outdated PEAR version 1.4.0 with newest
version 1.5.5
* added some Eclipse related stuff as ignored
2011-12-22 01:01:23 +01:00

9 lines
204 B
Plaintext

- Replace:
RPC.php:
include_once 'PEAR.php'
include_once dirname(__FILE__) . '/../../PEAR.php';
RPC/Server.php, RPC/Dump.php:
require_once 'XML/RPC.php';
require_once dirname(__FILE__) . '/../RPC.php';