Thanks for the replies 🙂
jdesilva,
Yes, I uncommented the line "extension=php_oracle.dll" in php.ini and it found the dll when I used it in a php file. Also, when I change the include_path, it also changes as shown in the error:
Warning: Failed opening 'DB.php' for inclusion ([b]include_path='.;D:\php\;D:\php\pear'[/b])
in G:\developers\projects\active\fhm_st\mit\tsd\scripts\st_srch.php
on line 170
tomkleijkers,
Thx for the reply but I don't understand what you are saying.
include files should be in the root directory of the site.
So even include files for database abstraction (i.e. PEAR, ADOD😎 should be in the root directory for each different site?
The include path as you mean it only to include files into php-system files.
What are php-system files (maybe some examples)?
I found a temporary workaround but it can't last. I installed PHP on the G:\ drive instead of D:\ or C:\ and becasue its on the same drive, it finds the file. But now I can't include files from the C:\ or D:\ drives. Could this be a bug? Or do you think it was designed this way for security reasons.
Thx