jackal

Well-Known Member
PartnerNOC
Feb 23, 2002
707
0
316
Trying to run a file that requires pear found here you see the error I get
http://www.xelerix.com/synercomm/test1.php

this is line 16

require_once 'PEAR.php';
 

redhatguy

Member
Dec 24, 2002
17
0
151
pear path

Hai,

Have u checked the path for Pear in php.ini file ?

it should be something like

include_path = &.:/php/includes:/usr/share/php& ..:)