Jump to content

PEAR packages can't be located by PHP module


vadim1508

Recommended Posts

Hi,

My Environment:
Apache 2.0.54 (Windows)
PHP 5.0.5
PEAR 1.4.11

My problem: it seems that require_once of any my PHP modules can't find any PEAR package. For, example, I am using: require_once 'PHPUnit/Framework/TestCase.php'; for PHPUnit, but my sample fails to run.
I have the following correct include path in my PHP.ini: include_path=".;C:\PHP\PEAR"
In command line "pear list" returns the list of my installed packages (seems no problem).

What do I miss?

Thanks a lot for help!

Vadim
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.