Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:75085 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50034 invoked from network); 26 Jun 2014 09:50:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jun 2014 09:50:49 -0000 Authentication-Results: pb1.pair.com header.from=ingwie2000@googlemail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ingwie2000@googlemail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.212.177 as permitted sender) X-PHP-List-Original-Sender: ingwie2000@googlemail.com X-Host-Fingerprint: 209.85.212.177 mail-wi0-f177.google.com Received: from [209.85.212.177] ([209.85.212.177:33526] helo=mail-wi0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 89/A0-39155-8FCEBA35 for ; Thu, 26 Jun 2014 05:50:48 -0400 Received: by mail-wi0-f177.google.com with SMTP id r20so686582wiv.10 for ; Thu, 26 Jun 2014 02:50:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=from:content-type:subject:message-id:date:to:mime-version; bh=3GexdIByBCgCyyBPS6kjeYUg8TV2r+LVMAwQH/8W+pM=; b=LYP4MyCYpbkT45npVFTKE7+Fi4Xcp5/agHlSA4tQfydeS1CBG6PIoGFUxMgEsAqI3f bYyJDTkj0TmkCTkbibB/Km5ifGxFpJbW3mxzUF1q7Ntk7uKeVZijHWGywP4HS9FWYGW7 iv7YO3yUhyhy65YiMsB3VQ4z3RhEXcNdDgwY+WzQYC7e9+USg6BXgNOiY6OINRW0aaw7 ISGl10A2zIRjYucs/s/A/P3T9CByYr9wEfR9eoIS5++Pxoo7yDjbEnFe/TlUpwymSxhO u3TZ66Jj4TD/K4t6SxaF07TN3rbCN/kCPkLKUMhb+A9Has4A3LZ5Drcm1Nx3MYHLsJsD vCQA== X-Received: by 10.180.13.139 with SMTP id h11mr3075595wic.40.1403776243298; Thu, 26 Jun 2014 02:50:43 -0700 (PDT) Received: from juergenensimac6.speedport_w723_v_typ_a_1_01_001 (p5B150405.dip0.t-ipconnect.de. [91.21.4.5]) by mx.google.com with ESMTPSA id wz3sm13326501wjc.39.2014.06.26.02.50.42 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 26 Jun 2014 02:50:42 -0700 (PDT) Content-Type: multipart/alternative; boundary="Apple-Mail=_5BF60379-1F05-42C2-9A6E-B2743EF0179D" Message-ID: Date: Thu, 26 Jun 2014 11:50:39 +0200 To: Kevin Ingwersen Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) X-Mailer: Apple Mail (2.1878.2) Subject: Embedding PHP, few additional questions. From: ingwie2000@googlemail.com (Ingwie Phoenix) --Apple-Mail=_5BF60379-1F05-42C2-9A6E-B2743EF0179D Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 Hey. I am working on a nodejs module that allows to embed PHP (to use it = within HTTP servers, for example). I wish to extend with a small thing. = Instead of starting, running and shutting down the engine, I would like = to keep it running, and just reset its state. Why? I *think* that this = would keep my OPCache. Sadly, I did not find any documentation on how = OPCache saved its=85cache. Its just ment as a matter of speed = improvement. How can I just reset the engine, without shutting it down? The embedding instructions that I will use are here: = http://phi.lv/?p=3D376 Kind regards, Ingwie= --Apple-Mail=_5BF60379-1F05-42C2-9A6E-B2743EF0179D--