Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14074 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77820 invoked by uid 1010); 15 Dec 2004 17:59:01 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 47649 invoked from network); 15 Dec 2004 17:50:49 -0000 Received: from unknown (HELO charon.simplot.com) (12.18.144.212) by pb1.pair.com with SMTP; 15 Dec 2004 17:50:49 -0000 Received: from occ01mx003.na.simplot.com (10.10.6.25) by charon.simplot.com (MX V5.3 AnGp) with SMTP for ; Wed, 15 Dec 2004 10:50:47 -0700 Received: from 10.10.6.3 by occ01mx003.na.simplot.com (InterScan E-Mail VirusWall NT); Wed, 15 Dec 2004 10:50:45 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPartTM-000-dc83329e-b8ee-4540-acc9-56e77657d628" Date: Wed, 15 Dec 2004 10:53:40 -0700 Message-ID: <5367F26C013DE8429873569307F6F4A37EC2DE@OCC01MX023.na.simplot.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: adding functions to existing extensions Thread-Index: AcTizwJzmOr4C9AgTY+ABogENXlOhg== To: Subject: adding functions to existing extensions From: Jesse.Binam@simplot.com ("Binam, Jesse") ------=_NextPartTM-000-dc83329e-b8ee-4540-acc9-56e77657d628 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C4E2CE.9A71ACB0" ------_=_NextPart_001_01C4E2CE.9A71ACB0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I added the ftp_get_resp() function I was talking about. Everything compiles fine, but when try to use it I get "Fatal error: Call to undefined function ftp_get_resp() in /opt/php-dev/bin/test.php on line 4" any ideas on what I am missing? I did make clean, and recompiled but still the same. I am pretty sure I have everything setup right, I have the PHP_FUNCTION(ftp_get_resp); in php_ftp.h, and have the definition in php_ftp.c. =20 tia, Jess ------_=_NextPart_001_01C4E2CE.9A71ACB0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable
I = added the=20 ftp_get_resp() function I was talking about. Everything compiles fine, = but when=20 try to use it I get "Fatal error: Call to undefined function = ftp_get_resp() in=20 /opt/php-dev/bin/test.php on line 4" any ideas on what I am missing? I = did make=20 clean, and recompiled but still the same. I am pretty sure I have = everything=20 setup right, I have the PHP_FUNCTION(ftp_get_resp); in php_ftp.h, = and have=20 the definition in php_ftp.c.
 
tia,
Jess
------_=_NextPart_001_01C4E2CE.9A71ACB0-- ------=_NextPartTM-000-dc83329e-b8ee-4540-acc9-56e77657d628--