Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72573 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58657 invoked from network); 14 Feb 2014 00:54:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Feb 2014 00:54:22 -0000 Authentication-Results: pb1.pair.com header.from=are.you.winning@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=are.you.winning@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.179 as permitted sender) X-PHP-List-Original-Sender: are.you.winning@gmail.com X-Host-Fingerprint: 209.85.216.179 mail-qc0-f179.google.com Received: from [209.85.216.179] ([209.85.216.179:54228] helo=mail-qc0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 37/CE-09050-B396DF25 for ; Thu, 13 Feb 2014 19:54:19 -0500 Received: by mail-qc0-f179.google.com with SMTP id e16so19398952qcx.10 for ; Thu, 13 Feb 2014 16:54:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=uQtoPikksvs6eFF++9Y48+bEGJ6D+GFX0nZRY6+H0Cw=; b=Bwib28Zwd89f+ULjBXGfeBXRdPYQUr2uwSmYAt2N8eMD12xbr1fFX8K+JY6E6js8yw TJQmjQlCp/3Hm8fAxbDZUvQUP3EfhoV86Ucsjndnf1wJnSVvme1ZmW0h6BXEWqd321hB ycXE36J9/SpFAvkT8p5rbf3bDDB0pmTo65RIG9wJ4tIFVO0zYfuRovSc5XVFnQn9C6FQ 6GTGV5FGO9CR6HpUfVEh4F4AehnZ8fUGae8nuF3jlRoNtxsdTgSf7QYR6IuM0ocCDfmp ByAjpsIr2HxpOFb/iPQB4hG6rPOycbgVWPillgdkk/43sqk51jFi2oj7H8cGacBShI3a 7MLw== MIME-Version: 1.0 X-Received: by 10.140.39.20 with SMTP id u20mr7416960qgu.73.1392339256213; Thu, 13 Feb 2014 16:54:16 -0800 (PST) Sender: are.you.winning@gmail.com Received: by 10.229.240.193 with HTTP; Thu, 13 Feb 2014 16:54:16 -0800 (PST) Received: by 10.229.240.193 with HTTP; Thu, 13 Feb 2014 16:54:16 -0800 (PST) In-Reply-To: References: <1392332641.3990.109.camel@guybrush> <60CCD000-56E9-400D-A1AF-029E45B4338B@googlemail.com> Date: Fri, 14 Feb 2014 00:54:16 +0000 X-Google-Sender-Auth: lyaqkyA--IXPNrzTcS4JFoXLMV8 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=001a11c123b6c605b904f2533e86 Subject: Re: [PHP-DEV] When will the extension and embedding APIs ever be cleaned or documented? From: cw@daverandom.com (Chris Wright) --001a11c123b6c605b904f2533e86 Content-Type: text/plain; charset=ISO-8859-1 Apologies for the double post Kevin, I forgot to copy the list in to the first On 14 Feb 2014 00:18, "Kevin Ingwersen" wrote: > BTW, in the API "book", I dont find what I am looking for; storing > a forgein thing into the object. Take a look at: http://www.kchodorow.com/blog/2011/08/11/php-extensions-made-eldrich-classes/ ...under the heading "attaching structs" for a basic run down of what (I think) you are trying to do. I can't claim to be an expert so I can't vouch for how current or generally correct this information is, though. --001a11c123b6c605b904f2533e86--