[SOLVED] iis 5 + php in isapi mode, problem with classes

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
rashaverak
Forum Newbie
Posts: 6
Joined: Wed Jul 07, 2004 8:56 am

iis 5 + php in isapi mode, problem with classes

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

post your code.
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

most likely your code is wrong
rashaverak
Forum Newbie
Posts: 6
Joined: Wed Jul 07, 2004 8:56 am

Post 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 ?
User avatar
markl999
DevNet Resident
Posts: 1972
Joined: Thu Oct 16, 2003 5:49 pm
Location: Manchester (UK)

Post 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'.
rashaverak
Forum Newbie
Posts: 6
Joined: Wed Jul 07, 2004 8:56 am

Post by rashaverak »

eh sorry problem solved :)

there was bad path in php.ini
upload_tmp_dir

in fact there wasnt any path set :)
Post Reply