I want to be able to build for Windows on my own. I have Microsoft Visual
C++ 6.0 and run on Windows XP.

This is how I am doing it currently, but something is not working right:

First I build Apache (1.3 or 2) by opening up the dsw file and setting the
active project to InstallBin and clicking build.

Once that is done, I open php4ts.dsw and set the active configuration to
either php4apache or php4apache2 and set all the correct header, include and
library files for Apache in the config as well as the win32build/bindlib_w32
stuff. Then, I build that and get the php4apache(2).dll, php4ts.dll, etc and
use those for Apache.

For some reason, some functions seem to be missing when I do it this way
such as crypt. I can't figure out why. Am I doing something wrong? How
exactly do the guys at PHP.net build for Win32? Also, when I build it for
Apache2, if I run phpinfo(); twice, Apache2 crashes.

How do I build the extensions? None seem to have project files or some don't
have all of the source files.


Please help! Thanks!!
-Jobarr




-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to