On Monday 28 July 2003 01:26, David Goodchild wrote: > I have a webserver using Ensim, some of you may or may not know of it. PHP > is installed and Apache is using PHP as a module. The server also has the > php binary. I would liek to recompile the current PHP Binary > using --with-pcntl and whatever it was originally compiled with .... > > How do I go about doing this?
php -i to see what the "Configure Command" was, then modify it with whatever you want to include. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-general ------------------------------------------ /* Life's too short to dance with ugly women. */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

