Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3863 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84962 invoked by uid 1007); 11 Aug 2003 23:41:07 -0000 Message-ID: <20030811234107.84961.qmail@pb1.pair.com> To: internals@lists.php.net Date: Mon, 11 Aug 2003 19:41:08 -0400 Lines: 25 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Posted-By: 68.32.199.51 Subject: sapi/embed From: bxs122@hotmail.com ("BrianS") Just came across sapi/embed and am now looking into that direction for incorporating scripting support from my C/C++ application. Does anyone know where I can find the API docs for the zend_ functions? I can't seem to find them online. What I want to accomplish is: 1. set my 'C' variables in the zend symbol table, I will use zend_hash_update for that. 2. run a function in the script that updates the variables (I will know the names of the supported functions the script is submitted with) 3. read the updated variables and change the application's screen. 4. repeat steps 2 and 3 many times a second. I feel I am almost there but need more on the zend_ stuff. TIA Brian