Link to home
Start Free TrialLog in
Avatar of miyahira
miyahiraFlag for Peru

asked on

Installing PHP 4.3 on Windows Server 2003

Hello
We have an old server with Linux RedHat 3.0, Apache 2.0.46 and PHP 4.3.11

In that server is a web app in PHP that connects to Oracle. Server is failing and we need to move the PHP app to other server.

We have available a Windows Server 2003. Because we don't have enough skills in Linux and PHP, we think to install Apache and PHP in that Windows Server and move our PHP app to there.

Do you think it could run?

What should be the steps to follow?
- First install Apache 2.0.46 for Windows Server 2003
(Where can I get installer? Any recommendation ?)

- Then install PHP version 4.3.11.
I plan to get installer from http://www.php.net/releases/

- Then install OCI8 client in order to connect PHP to Oracle.
(Where can I get installer?) User generated image
Avatar of Aaron Tomosky
Aaron Tomosky
Flag of United States of America image

If it's for internal use check out xampp. Also iis can run php.
Avatar of miyahira

ASKER

No, it's public access. There is not going to be a lot of concurrency, but it has to be accessed by Intenet.
If you do not have IIS running on that machine, you can use WAMP http://www.wampserver.com/en/ or XAMPP http://www.apachefriends.org/en/xampp.html to install everything.  WAMP does have PHP 4.4 and 4.3.9 available but nobody is going to recommend that you install them if you don't have to.  Use the most current one that will work for you.  Also if this server is exposed to the web, you will want to secure things as best you can and maybe hire someone knowledgeable to do that.
If you do use WAMP, use the WAMP downloads to install other versions of PHP and/or Apache.  Their versions are custonmized to work with their system.
We have IIS 6.0 installed. Do you think PHP 4.3 could be installed on IIS 6.0 along with OCI8?

You are right about security, PHP version 4 is not recommended. But web app code won't run on PHP 5 or later, and we are in a hurry to release that PHP web app while we are developing new version in .NET.
ASKER CERTIFIED SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
If it's just temporary, just image the failing PC into a virtual machine. Vmware is free for this stuff.
I asked for a previous image and they told me that even the image is failing!
That doesn't make sense. Vmware has tools to do a p2v (physical to virtual). Use that.
Dave,

Code in PHP 4.3 will work in PHP 4.4?

I was told that code in PHP 4.3 won't work in PHP 5 or later unless you recode some commands. And we have no skills for that.

I will try php-4.4.9-Win32.zip.

What about installing OCI8?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial