Jump to content

is it possible to change configuration using "configure" script


Recommended Posts

Dear all,

I have php 5.2 installed on my windows xp. Currently I'm following a tutorial in a book that requires php into a certain configuration. The book suggested to run a configuration script and install it using "make" command. I know this procedure works in Lynux or Unix but I'm not sure how can I do it on windows.

 

I'm thinking about reconfiguring my php without re-installation.  If I want my php to have the following configuration:

# ./configure --with-apxs2 \
--with-gd --with-curl \
--with-mysql --with-pdo-mysql \
--with-jpeg-dir --with-png-dir \
--with-freetype-dir --with-zlib

What is the easiest way to achieve this? Can I execute configure script on the existing installation, if I can, how? Or do I need to do each configuration manually?

 

Best regards,

ethereal1m

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.