Link to home
Start Free TrialLog in
Avatar of ldsnerd
ldsnerd

asked on

Is it possible to "compile" php5 on Windows XP/Apache 2?

I haven't been able to locate any documentation on compiling php5 for windows xp.  I know how to install it, etc..., but I would like to be able to configure & compile it like you can in Linux.  Can anyone point me to documentation on this?

The reason is that I am creating a test environment on a windows machine and I'm trying to simulate the linux environment on the live server as best as I can.  The way I'd like to do this is just to copy all the "./configure --with-gd" stuff from the live server's configuration and mirror that configuration on my xp/php5 setup.
ASKER CERTIFIED SOLUTION
Avatar of hernst42
hernst42
Flag of Germany 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
Avatar of ldsnerd
ldsnerd

ASKER

Yea, I know its different in a lot of ways but PHP should "theoretically" run the same on the two systems if I have both apache and php configured the same.  Thanks!