Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80858 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69267 invoked from network); 20 Jan 2015 05:36:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jan 2015 05:36:37 -0000 Authentication-Results: pb1.pair.com smtp.mail=ingwie2000@googlemail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ingwie2000@googlemail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 74.125.82.170 as permitted sender) X-PHP-List-Original-Sender: ingwie2000@googlemail.com X-Host-Fingerprint: 74.125.82.170 mail-we0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:45938] helo=mail-we0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E7/D3-41341-369EDB45 for ; Tue, 20 Jan 2015 00:36:37 -0500 Received: by mail-we0-f170.google.com with SMTP id x3so8610266wes.1 for ; Mon, 19 Jan 2015 21:36:33 -0800 (PST) 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=fTQvEQKTBUQt0JVHauLWQZDNLC4zwpn4qI/hpatnvPk=; b=prSzetRcxss9FT9wTPVxeUYNV+6j/i1XuO097nMH/+j9hJS7wqvDKviN6PvJOBiXvX kNL+Yvs53pR92SOHaDFptRVxQ0Qcp/eRrbl8ZPE7E1Q1kwU/5tsJbN3mmmw+1Z0NS+qO oNF54NtBg8PIacbBA1kySjVTF+NbgMGw0KFHHj1t/z26UVIPkjnlwkxxvQwCFYajo8v7 Btx9fu++/ki3DOTrCmGlme9fo/rPDwIXPIRQuQEdrTpTx2LSP6V/c4ipHLZQqz5ZOasZ 3tsKUioFGEIDHVwkDZ7u4wYA43jI3VO5PkiNoATToOhQUnrMRxQWJfpt44cCD3FNn5Nt iWiQ== X-Received: by 10.180.221.201 with SMTP id qg9mr43291714wic.29.1421732193220; Mon, 19 Jan 2015 21:36:33 -0800 (PST) Received: from [192.168.200.47] (dslb-094-219-070-177.094.219.pools.vodafone-ip.de. [94.219.70.177]) by mx.google.com with ESMTPSA id ud4sm1530414wib.0.2015.01.19.21.36.31 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 19 Jan 2015 21:36:32 -0800 (PST) Content-Type: multipart/alternative; boundary="Apple-Mail=_3512D9E2-8517-44E2-BC0C-7CD5E4AE926C" Message-ID: Date: Tue, 20 Jan 2015 06:36:30 +0100 To: PHP Internals Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) X-Mailer: Apple Mail (2.1993) Subject: Casting a PHP type, new SAPI From: ingwie2000@googlemail.com ("Kevin Ingwersen (Ingwie Phoenix)") --Apple-Mail=_3512D9E2-8517-44E2-BC0C-7CD5E4AE926C Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Good morning, everyone. Today I have started to concept a new SAPI which I have wanted to do in = quite a while now. To learn more, here is a README: = https://github.com/IngwiePhoenix/php-jrp/blob/master/README.md = But in order for me to work this out as good as I can - especially the = PHP API at the bottom - I need to know just a thing I could not find = within the public PHP headers: When I have an Array, now can I turn that = into an object? I=E2=80=99d be happy to hear what you think of this concept as well. As = mentioned in the README, process on this will begin later. For now, I am = going to use helper libraries, but late ron I want to strip the project = to lesser and lesser dependencies. But it will remain being written in = C++. Kind regards, Ingwie= --Apple-Mail=_3512D9E2-8517-44E2-BC0C-7CD5E4AE926C--