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
gt; To: <[EMAIL PROTECTED]> Sent: Sunday, October 28, 2001 2:51 PM Subject: [PHP] How Do I Re-Compile PHP4 > I've always had PHP set up on a shared server before. Now that I'm leasing > a server that had it installed, I can change the configuration of it. > > I need to

[PHP] How Do I Re-Compile PHP4

2001-10-28 Thread Jeff Gannaway
I've always had PHP set up on a shared server before. Now that I'm leasing a server that had it installed, I can change the configuration of it. I need to enable the FTP commands. I found the command in the FTP section of the PHP manual, but I'm not sure hwo to actually use it. I've tried look