Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2424 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48531 invoked from network); 19 Jun 2003 13:59:53 -0000 Received: from unknown (HELO ied.ac.cn) (211.99.43.218) by pb1.pair.com with SMTP; 19 Jun 2003 13:59:53 -0000 Received: (qmail 26992 invoked by uid 610); 19 Jun 2003 21:13:23 +0800 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 19 Jun 2003 21:13:23 +0800 Date: Thu, 19 Jun 2003 21:13:23 +0800 (CST) X-X-Sender: hewei@web.ied.ac.cn To: Thomas Seifert cc: internals@lists.php.net In-Reply-To: <20030617214955.409b8591.thomas.seifert@myphorum.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] retrieving and setting vars from own extension? From: hewei@ied.org.cn (Wei He) References: <20030617214955.409b8591.thomas.seifert@myphorum.de> On Tue, 17 Jun 2003, Thomas Seifert wrote: > Hi folks, > > sorry but I couldn't find the answer in the docs at php.net > and google didn't turn out anything usefull to. > > I'm trying to write my own extension which would need to retrieve > and set (global) variables for the php-script its called from. > http://www.php.net/manual/en/zend.variables.php Isn't it what you want to know? I'm an outsider to Zend too. Just give your a hint. Best, Wei He