<?php 
// Adaptez les chemins de recherche a votre environnement
set_include_path(get_include_path().PATH_SEPARATOR.
                 // Si la bibliotheque PEAR est au meme niveau que ce fichier
                 dirname(__FILE__)."/pear".PATH_SEPARATOR.
                 // Si la biblotheque PEAR est a la racine du site
                 $_SERVER["DOCUMENT_ROOT"]."/pear".PATH_SEPARATOR.
                 // Si la biblotheque PEAR est au niveau superieur
                 $_SERVER["DOCUMENT_ROOT"]."/../pear".PATH_SEPARATOR);
                 ?>