Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65565 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88710 invoked from network); 2 Feb 2013 17:22:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Feb 2013 17:22:17 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.171 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.223.171 mail-ie0-f171.google.com Received: from [209.85.223.171] ([209.85.223.171:39422] helo=mail-ie0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 00/30-20636-84B4D015 for ; Sat, 02 Feb 2013 12:22:17 -0500 Received: by mail-ie0-f171.google.com with SMTP id 10so4413935ied.2 for ; Sat, 02 Feb 2013 09:22:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=jMNdk86jIIxMV58HdFu9N/xA95CylM7bIsD4LOXLkKQ=; b=Wt1muZ+f+S2zbWcXtFP1B6KXzizGSUE2iGQjvztT+N2UKLCz0LQq+ARggt5ldwZW6e 52SoXLGT6VxMlWIR3e/9WQ+DhyuZ2uK4oGi3hMwQarN97le3t0KhjnrmqnFmuzerrtft U/IOU4b/zzUnIXODakkTi8sordGitFiB8Pj/lv0ZMTNK9aqMz4MeMNligt5+aoqseN77 8JZLF48Io01secOWN7Arya1CITsr29QfHFQMh+Z6D/IlO7neJ53J2wVkBVAh8Mos7wBN o9zsDdRoCWDtQiG5/Jiexr4iajY28KGs1TPigtq/nBEHrUjFigQXZo0TpP3s2QErjv41 XefQ== MIME-Version: 1.0 X-Received: by 10.50.7.234 with SMTP id m10mr1661200iga.43.1359825734326; Sat, 02 Feb 2013 09:22:14 -0800 (PST) Received: by 10.50.106.138 with HTTP; Sat, 2 Feb 2013 09:22:14 -0800 (PST) In-Reply-To: References: Date: Sat, 2 Feb 2013 18:22:14 +0100 Message-ID: To: Gabriel Wu Cc: PHP internals Content-Type: multipart/alternative; boundary=f46d04462dd4d9d82b04d4c11960 Subject: Re: [PHP-DEV] Support for writing php extensions From: tyra3l@gmail.com (Ferenc Kovacs) --f46d04462dd4d9d82b04d4c11960 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Sat, Feb 2, 2013 at 3:32 PM, Gabriel Wu wrote: > Dear all, > > I am looking for the place to get support for writing a php extension. > Just wondering if this is the right place. > > I am looking to create a custom class where I can overload the > operators of the class. I have found an old extension called > operator-0.3 authored by Sara Golemon , whom I > noticed is CC'ed in the messages here. > > I just looked over her code, and was trying to make sense of it, but > as it stands, I found a dearth of documentation on overloading php > class operations. Is this the right place to ask for help for zend > interfaces such as php_operator_zval_ptr, etc? > > Thanks in advance for your help! > Gabriel > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > Hi, we have a bunch of information/docs/examples here and there, check out the links at http://pecl.php.net/support.php#resources and using http://lxr.php.net/ is also helps a lot for wading through the php sourcecode. --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --f46d04462dd4d9d82b04d4c11960--