Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25612 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56636 invoked by uid 1010); 11 Sep 2006 16:40:36 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 56621 invoked from network); 11 Sep 2006 16:40:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Sep 2006 16:40:36 -0000 Authentication-Results: pb1.pair.com header.from=steph@zend.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=steph@zend.com; spf=permerror; sender-id=softfail Received-SPF: error (pb1.pair.com: domain zend.com from 192.38.9.232 cause and error) X-PHP-List-Original-Sender: steph@zend.com X-Host-Fingerprint: 192.38.9.232 gw2.emini.dk Linux 2.4/2.6 Received: from [192.38.9.232] ([192.38.9.232:15227] helo=gw2.emini.dk) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F2/4D-02095-28195054 for ; Mon, 11 Sep 2006 12:40:36 -0400 Received: by gw2.emini.dk (Postfix, from userid 504) id 85E00C4CB0; Mon, 11 Sep 2006 18:40:31 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on gw2.emini.dk X-Spam-Detected: no X-Spam-Status: No, score=2.4 required=5.0 tests=AWL,BAYES_00, RCVD_IN_NJABL_DUL,RCVD_IN_SORBS_DUL autolearn=no version=3.1.3 X-Spam-Level: ** Received: from foxbox (IGLD-84-228-30-154.inter.net.il [84.228.30.154]) by gw2.emini.dk (Postfix) with ESMTP id 99176C4CAD; Mon, 11 Sep 2006 18:40:29 +0200 (CEST) Message-ID: <051601c6d5c0$5aa83cd0$6602a8c0@foxbox> Reply-To: "Steph Fox" To: , "Brian Fertig" References: <27.89.02095.A8A55054@pb1.pair.com> <45055FF0.4010206@schlueters.de> <70.2C.02095.91365054@pb1.pair.com> <04ad01c6d5bc$ca4e60e0$6602a8c0@foxbox> Date: Mon, 11 Sep 2006 18:35:54 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Re: [PHP-DEV] SAPI EMBED Problems From: steph@zend.com ("Steph Fox") Scratch that, not enough caffeine in the bloodstream :( Yes, of course it's under doze.... a more intelligent question would be 'which version of PHP are you using?' - Steph > Is this crash under Windows perchance? > >> Johannes Schlueter wrote: >>> Not without code, backtrace, etc. >>> >>> johannes >>> >>> Brian Fertig wrote: >>>> 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?