[PHP] how to make php 4.0 ftp lib work

2002-04-03 Thread Wo Chang
HI, I compiled the php.4.1.2 with --enable-ftp to try to make ftp works but it always complainting the function ftp_connection() not define. I'm running Sun's Solaris 8. Any hints? Thanks! --Wo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] how to make php 4.0 ftp lib work

2002-04-03 Thread Tyler Longren
PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 03, 2002 2:12 PM Subject: [PHP] how to make php 4.0 ftp lib work HI, I compiled the php.4.1.2 with --enable-ftp to try to make ftp works but it always complainting the function ftp_connection() not define. I'm running Sun's Solaris 8. Any hints

Re: [PHP] how to make php 4.0 ftp lib work

2002-04-03 Thread Wo Chang
PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, April 03, 2002 3:21 PM Subject: Re: [PHP] how to make php 4.0 ftp lib work There is no ftp_connection() function. You're meaning to use ftp_connect(); Read more about it here: http://www.php.net/manual/en/function.ftp-connect.php Tyler Longren

Re: [PHP] how to make php 4.0 ftp lib work

2002-04-03 Thread Tyler Longren
Longren [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, April 03, 2002 2:28 PM Subject: Re: [PHP] how to make php 4.0 ftp lib work Dear Tyler, Thanks for your quick reply!! Yes, I meant ftp_connect(). When I did the phpinfo() I can't see any ftp setting. I re-started my apache and still

Re: [PHP] how to make php 4.0 ftp lib work

2002-04-03 Thread Wo Chang
: Tyler Longren [EMAIL PROTECTED] To: Wo Chang [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, April 03, 2002 3:31 PM Subject: Re: [PHP] how to make php 4.0 ftp lib work I guess I'm not really sure then. Just make sure that you used --enable-ftp if you're using php4, and --with-ftp