Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2357 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12723 invoked by uid 1007); 17 Jun 2003 19:49:47 -0000 To: internals@lists.php.net Date: Tue, 17 Jun 2003 21:49:55 +0000 Message-ID: <20030617214955.409b8591.thomas.seifert@myphorum.de> X-Newsreader: Sylpheed version 0.9.2 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Posted-By: 217.232.53.184 Subject: retrieving and setting vars from own extension? From: thomas.seifert@myphorum.de (Thomas Seifert) 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. But I just can't find a way to do this in the docs. Could you point me into the right direction? Btw. are there any more docs on the zend-api available than the section in the php.net-manual? Thanks, Thomas