PHP4/sapi/dll's

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mrrobotto
Forum Commoner
Posts: 40
Joined: Thu Sep 26, 2002 9:30 pm
Contact:

PHP4/sapi/dll's

Post by mrrobotto »

When coping the dll files to c:\windows\system do you copy the dll folder thats in the zip distribution or do you copy each individual file. I have copied the php4ts.dll and it doesn't work so I copied the whole folder and it still doesn't work. I have read the php manual over and over and over.

I have tried all the suggestions that I have recieved from the forum and I still can't get the damn thing to work and as far as I can tell I am doing everthing correctlly. Everybody is probably getting tired of my post and saying there is no hope for this guy he is to lost. However, any more help will be greatly appreciated. :(
User avatar
Takuma
Forum Regular
Posts: 931
Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:

Post by Takuma »

1. Copy the "dll" folder stuff (not the folder itself, things in it) to the %SYSTEMROOT%.
2. Copy php.ini-dist to %SYSTEMROOT%.
3. Configure php.ini
4. Configure your web server
5. Run the webserver!
Post Reply