|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
PEAR On IIS6 Box PHP5
I am having trouble even verifying PEAR
I use this script: <?php require_once 'pear/Info.php'; /* If you need to set a http_proxy value at run-time you can use the following, this must be called BEFORE instantiating the PEAR_Info object */ //PEAR_Info::setProxy('your.proxy.here'); /* Optional pear_dir variable, allows you to choose where your PEAR install is, in case its not found */ $pear_dir = "C:phppear"; /* Instantiate PEAR_Info object */ $info = new PEAR_Info($pear_dir); /* Show PEAR_Info output */ $info->show(); ?> Here is my PHPinfo(): http://www.soulscents.org/_test.php I am having trouble getting help at Sitepoint and can not read the German fourms. If anyone has any suggestions please email me upde @ michaelupdegraff.com (remove spaces) |
|
#2
|
|||
|
|||
|
RE: PEAR On IIS6 Box PHP5
Sorry here is the error:
Warning: main(pear/Info.php) [function.main]: failed to open stream: No such file or directory in E:InetPubwebsitessoulscentspear-test.php on line 2 Fatal error: main() [function.require]: Failed opening required 'pear/Info.php' (include_path='.;C |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PEAR Packages > PEAR On IIS6 Box PHP5 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|