Link to home
Start Free TrialLog in
Avatar of puneetdudeja
puneetdudejaFlag for India

asked on

PHP Manual Installation

They are saying in the manual that the PHP ZIP package for php 5.3.0 you download contains the following files which are required for installing:

php5isapi.dll
php.ini-dist
php.ini-recommended

But I don't have these files in the zip package I download.
Instead I have these:
php5nsapi.dll
php.ini-development
php.ini-production

Can I download these the previous files separately from net? Will it work?

I have downloaded php5isapi.dll separately and have used php.ini-development as php.ini and performed the other steps in the manual.

I stopped the IIS by using:
net stop iisadmin

But when I start the IIS again by using:
net start w3svc

I get an error which is shown in the attached screenshot:
Screenshot.JPG
Avatar of DerkArts
DerkArts
Flag of Netherlands image

The least i can tell you is that you dont have to get another php.ini.

Just rename one of the following files:

php.ini-development => If your running your server at home, not for production
php.ini-production => If your running a production server (not likely)

So in your case: rename php.ini-development  to php.ini and see what happens

Avatar of puneetdudeja

ASKER

DerkArts:

Just read the question carefully before posting comments.
I have done that only (Changed php.ini-development to php.ini)
shobinsun:
I have done all the steps from the manual in your first link only.
Read through your php.ini and make sure got all the paths right. Did you install mysql as well?
ASKER CERTIFIED SOLUTION
Avatar of puneetdudeja
puneetdudeja
Flag of India 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