Hello all.
I have recently installed php 4.0.5 (or 405, whatever you want to call it).
I have IIS on Win2K. It all seems to work ok except for include_path.
I have it set in the php.ini to a dot '.' and have tried it with and without the quotes. I have tried it with many different configurations and still I am getting this error:
Fatal error: Failed opening required 'lib.inc.php3' (include_path='..') in C:\webjobs\phpMyAdmin\index.php3 on line 3
I cannot see where my error is. Could someone elighten me please? I am sure I am not the only person who has suffered this.
Oh. If I put the full path to the file eg: include("e:/full/path/to/file.inc.php3") then it works.
TIA
Neil J. McLeish