Page 1 of 1

iis 5 + php in isapi mode, problem with classes

Posted: Wed Jul 07, 2004 8:56 am
by rashaverak
Hello, the topic describes my problem. When I ran some php code under IIS 5 it ignores any part where is used class. There is no any error, it just skip the code.

Please do you have some ideas, maybe about some change in php.ini ?

Thank you

Posted: Wed Jul 07, 2004 12:01 pm
by feyd
post your code.

Posted: Wed Jul 07, 2004 12:10 pm
by John Cartwright
most likely your code is wrong

Posted: Thu Jul 08, 2004 2:11 am
by rashaverak
Phenom wrote:most likely your code is wrong
it is possible but on linux (on apache), there is no problem and everything is ok.

the code is very very long, I just ask if there is some common issue with classes on IIS ?

Posted: Thu Jul 08, 2004 2:14 am
by markl999
You'll need to post some code as there's no issues with classes and IIS i've ever heard of.
You don't have to post your entire code, just create a very simple test script with a small class and explain how it 'ignores it'.

Posted: Thu Jul 08, 2004 5:56 am
by rashaverak
eh sorry problem solved :)

there was bad path in php.ini
upload_tmp_dir

in fact there wasnt any path set :)