PDA

View Full Version : php installer unsecure?


Nick Merchant
2004-11-24, 20:14 PM
I want to install php on my server, but I don't want to do it manually in case I mess something up. I read the install instructions at php.net and it says the windows installer is unsecure, in what ways is it unsecure? Has anyone had problems with their server after they used the installer?

Ron
2004-11-24, 22:28 PM
This means that with the manual install, you will have more of an understanding of what it is that you are dealing with.

My suggestion, don't use the windows installer. Use the manual install with the ISAPI module instead of the CGI and use the recommended php.ini

Then, take a look in the php.ini file and read every option. There is a good amount of explanation in the file itself as to what the options mean.

Just take your time and follow the instructions, you will be better off for it.

KyleMulligan
2004-11-25, 09:37 AM
The installer also will not install any extensions. I ALWAYS do manual installs of PHP.