Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15184 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38435 invoked by uid 1010); 25 Feb 2005 16:03:45 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 41677 invoked from network); 25 Feb 2005 01:23:28 -0000 Received: from unknown (HELO tkdsoftware.com) (127.0.0.1) by localhost with SMTP; 25 Feb 2005 01:23:28 -0000 X-Host-Fingerprint: 68.157.246.80 mx1.distinctinnovations.com Windows 2000 SP4, XP SP1 Received: from ([68.157.246.80:2475] helo=distinctinnovations.com) by pb1.pair.com (ecelerity HEAD r(5124)) with SMTP id C9/40-37893-F0E7E124 for ; Thu, 24 Feb 2005 20:23:28 -0500 Received: by distinctinnovations.com (Wildcat! SMTP Router v6.0.451.3) for internals@lists.php.net; Thu, 24 Feb 2005 20:24:38 -0500 Received: from ns2.distinctinnovations.com ([68.157.246.71]) EHLO=cl1823 by distinctinnovations.com (Wildcat! SMTP v6.0.451.3) with SMTP id 11929683; Thu, 24 Feb 2005 20:24:36 -0500 Message-ID: <002801c51ad8$7f2a8bc0$71f69d44@setechusa.com> To: , Date: Thu, 24 Feb 2005 20:22:39 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1478 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 X-Antivirus-Remover: Message filtered with wsAV v2.0.0 Build 001 Subject: PHP Extensions & Pass-By-Reference From: chris.cranford@tkdsoftware.com ("Chris Cranford") I have a PHP_FUNCTION() defined in my PHP extension. How am I suppose to pass variables by reference to my function without enabling call-time pass by reference in the PHP.INI file? Thanks