Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65683 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80856 invoked from network); 5 Feb 2013 22:36:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Feb 2013 22:36:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.223.169 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.223.169 mail-ie0-f169.google.com Received: from [209.85.223.169] ([209.85.223.169:43656] helo=mail-ie0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F2/80-11820-07981115 for ; Tue, 05 Feb 2013 17:36:33 -0500 Received: by mail-ie0-f169.google.com with SMTP id 13so1014876iea.28 for ; Tue, 05 Feb 2013 14:36:29 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:sender:x-originating-ip:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding:x-gm-message-state; bh=es3/jaGjJUl0cGx09JyLgYiLtVrsAVQ/3Tnd7bNWSmI=; b=VgMmYrS8/AuY/JjrX3idTdQsqvRtY0Q8qzGxSYojFkgChkLk6gtE0KAbX1qt0cDO1q 7LvjgFJkiW7NToGLeZGKO8odfReo1UuPzHoHu4Ikv9+GrVCj5bvmzwefXWi7zBX8hRqu EqFvrtJ+R7dQom72Y8hLhwogazCABdmRRsirHtF+sDrF6YO5KT6+4AOB8DDYxeMCGWfl QixK4WBcnS+5quPPwKKpTpX6pcrzrBhPm4V/6vVz1bcRZPRLr9/a+xKQZbepYICDFR+Z bOcuojYSU9XRmDSG+NooySzyvO962+COV0rWivmxu7RCZ6vuduHtyPZ2IarGROm5eENR gLFw== MIME-Version: 1.0 X-Received: by 10.50.40.135 with SMTP id x7mr1329345igk.79.1360103788888; Tue, 05 Feb 2013 14:36:28 -0800 (PST) Sender: php@golemon.com Received: by 10.64.133.231 with HTTP; Tue, 5 Feb 2013 14:36:28 -0800 (PST) X-Originating-IP: [82.229.191.226] In-Reply-To: References: Date: Tue, 5 Feb 2013 14:36:28 -0800 X-Google-Sender-Auth: yzlE0iG3XDnVKbKmnONERI4NAvQ Message-ID: To: Gabriel Wu Cc: Ferenc Kovacs , PHP internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQlqStaDQgBCiiRUNMJ75Kb36RtbCnW+kwNZf8oVYRwQPyfPJ6V5/wGgf32e8+x+bsChRPIe Subject: Re: [PHP-DEV] operator-0.3 extension update From: pollita@php.net (Sara Golemon) Have you you got a php.net svn account? If so, go ahead and push the fixes yourself, if not: Get access and go for it. As to support, everything in PECL is supported precisely as much as community members are willing to keep it up to date with patches and fixes. :) -Sara On Tue, Feb 5, 2013 at 12:43 PM, Gabriel Wu wrote: > Hi, thank you for pointing me in this direction. The opengrok program > is awesome! And I managed to update the operator-0.3 extension to work > with php 5.3 (will be working on making it compatible with 5.4 next). > I was wondering whether (where) I should submit the code so that the > package can be updated, and whether there are issues with supporting > operator overloading that make it something that you will not want to > support too much. > > Best regards, > Gabriel > > On Sun, Feb 3, 2013 at 1:22 AM, Ferenc Kovacs wrote: >> >> >> >> 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 t= he >> 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. >> >> -- >> Ferenc Kov=E1cs >> @Tyr43l - http://tyrael.hu > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >