Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25605 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34756 invoked by uid 1010); 11 Sep 2006 12:46:02 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 34741 invoked from network); 11 Sep 2006 12:46:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Sep 2006 12:46:02 -0000 X-Host-Fingerprint: 70.126.65.55 55-65.126-70.tampabay.res.rr.com Received: from [70.126.65.55] ([70.126.65.55:16407] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 27/89-02095-A8A55054 for ; Mon, 11 Sep 2006 08:46:02 -0400 Message-ID: <27.89.02095.A8A55054@pb1.pair.com> To: internals@lists.php.net Date: Mon, 11 Sep 2006 08:46:02 -0400 User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Posted-By: 70.126.65.55 Subject: SAPI EMBED Problems From: brian@attdv.com (Brian Fertig) I wrote an embedded application that can execute php scripts. When the script exits and I call the php_embed_shutdown() function it crashes. Can someone explain to me how I can keep this from happening? Brian