Hi there,
Further to my previous comment, I’m also finding an issue with the use of the include_path variable in the include_once() function. I don’t think this is directly related to the other issue I reported, but perhaps it is.
The problem I am having is that I am getting the following error when trying to include the PEAR DB module:
The application has as a local copy of the PEAR libraries, so these do not need to be installed separately, and it sets the
However it looks like the path isn’t being used. It works fine when running in normal PHP.
Thoughts? Bug?
– HappyDog
Further to my previous comment, I’m also finding an issue with the use of the include_path variable in the include_once() function. I don’t think this is directly related to the other issue I reported, but perhaps it is.
The problem I am having is that I am getting the following error when trying to include the PEAR DB module:
Code:
Warning: include_once(DB.php): failed to open stream: No such file or directory
include_path setting appropriately to point to them. If I print out the value of the include_path setting just prior to calling include_once() then it seems to be pointing to the correct location:.;X:\framework\libraries\pearHowever it looks like the path isn’t being used. It works fine when running in normal PHP.
Thoughts? Bug?
– HappyDog