RE: [PHP-DEV] adding functions to existing extensions

2004-12-15 Thread Binam, Jesse
That was it, Thanks. I saw that but forgot about it. That's what I get for trying to play at work. ;) -Original Message- From: Wez Furlong [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 15, 2004 11:25 AM To: Binam, Jesse Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] adding func

Re: [PHP-DEV] adding functions to existing extensions

2004-12-15 Thread Wez Furlong
You need to add a PHP_FE(ftp_get_resp, NULL) into the function table; search for PHP_FE to find the other entries. --Wez. On Wed, 15 Dec 2004 10:53:40 -0700, Binam, Jesse <[EMAIL PROTECTED]> wrote: > > I added the ftp_get_resp() function I was talking about. Everything compiles > fine, but whe