Re: [PHP] How Do I Re-Compile PHP4

2001-10-28 Thread Mike Eheler
I'm not sure if you can add functionality using ./config.status, but inside that file is the command line you used to originally compile it, so what you can do is copy that ./configure line, then add your --enable-ftp, and go. Might wanna run make clean first (not distclean!) Mike Jeff Ganna

Re: [PHP] How Do I Re-Compile PHP4

2001-10-28 Thread Andrew Brampton
I actually have never compiled or re-compiled PHP, but if you are so concerned about not crashing PHP, how about you set up a test server first, play with that for a while, and then once you are happy with the results apply them to the real server... If you don't have a spare machine to do this o