How to install/upgrade PHP 4.1 on Win2K?
Author:
webmaster
03 15th, 2010 in
enart.abczj.com
edit
Do I just unzip the new one overtop the old one or do I do an uninstall?
How do you install PHP, just unzip, or is there an installer? I noticed the less than 1 meg installer, but that seems too small.
Can someone explain the basic install procedure for Win2K and then how to go about an upgrade?
Sorry, half'heimers disease here! :)
Thanks!
If you've already got php 4.0.x installed and working then the install is a snap.. First make a backup copy of your existing php folder (just in case). Then, if you're using the ISAPI extension on IIS or the SAPI module on Apache you'll need to stop the web server otherwise the sapi DLL's may not be able to be overwritten. At this point your are now safe to overwrite your existing files.
If you are using one of the sapi extensions you'll need to copy the php4ts.dll into the %SYSTEMROOT%System32 directory (overwriting the existing file) There's no additional server config required so you can restart your web server and be back in business, however they do recommend using the new php-ini-recommended.ini file instead of your existing php.ini.
Hope that helped.
#If you have any other info about this subject , Please add it free.# |