new PHP 4.3.2 as ISAPI and REQUIRE functin.....

I upgraded PHP on my WINDOWS 2000 Server to 4.3.2 and I also chaged it to ISAPI. I the performace of ISAPI is much better than CGI.

I also noticed a chage it require function, all users that using expresion of require funciton!

If someone using this: require ("./script.php"); he need to change it to require ("script.php");. Coz it is not working. I did not changed any settings in PHP.INI file.

How can I change the INCLUDE_PATH so it is working with "require ("./script.php"); ".. ????

If I copy back the old version of PHP it is working fine! Whth new PHP 4.3.2 it is not working new PHP 4.3.2 as ISAPI and REQUIRE functin..... if soneone using string "./" in REQUIRE function..... if I change it to CGI it is workin too, in ISAPI it is not working.....

Thanks.

 

 

 

 

Top