Newsgroups: php.general,php.internals Path: news.php.net Xref: news.php.net php.general:209424 php.internals:15191 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73483 invoked by uid 1010); 25 Feb 2005 21:42:17 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 73325 invoked from network); 25 Feb 2005 21:42:16 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 25 Feb 2005 21:42:16 -0000 X-Host-Fingerprint: 209.251.159.130 nameserver1.brainwerkz.net Linux 2.5 (sometimes 2.4) (4) Received: from ([209.251.159.130:36969] helo=nameserver1.mcve.com) by pb1.pair.com (ecelerity HEAD r(5124)) with SMTP id A5/73-51537-84C7F124 for ; Fri, 25 Feb 2005 14:28:08 -0500 Received: from [192.168.1.99] (shop.monetra.com [209.251.159.140]) by nameserver1.mcve.com (Postfix) with ESMTP id 5239E14C06C; Fri, 25 Feb 2005 14:28:06 -0500 (EST) Message-ID: <421F7C46.8060209@mainstreetsoftworks.com> Date: Fri, 25 Feb 2005 14:28:06 -0500 User-Agent: Mozilla Thunderbird 1.0 (X11/20041208) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Chris Cranford Cc: internals@lists.php.net, php-general@lists.php.net References: <002801c51ad8$7f2a8bc0$71f69d44@setechusa.com> In-Reply-To: <002801c51ad8$7f2a8bc0$71f69d44@setechusa.com> X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP Extensions & Pass-By-Reference From: brad@mainstreetsoftworks.com (Brad House) look at http://cvs.php.net/co.php/php-src/ext/mcve/mcve.c?r=1.28.2.2 the m_completeauthorizations function. -Brad Chris Cranford wrote: > 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 >