Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65685 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11850 invoked from network); 6 Feb 2013 09:51:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Feb 2013 09:51:19 -0000 Authentication-Results: pb1.pair.com smtp.mail=gabrielwu84@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=gabrielwu84@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.179 as permitted sender) X-PHP-List-Original-Sender: gabrielwu84@gmail.com X-Host-Fingerprint: 209.85.223.179 mail-ie0-f179.google.com Received: from [209.85.223.179] ([209.85.223.179:62346] helo=mail-ie0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F8/70-08030-49722115 for ; Wed, 06 Feb 2013 04:51:16 -0500 Received: by mail-ie0-f179.google.com with SMTP id k11so1640393iea.10 for ; Wed, 06 Feb 2013 01:51:13 -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:content-transfer-encoding; bh=g11tvkdh4oXNRKDVr43eCg9/RqcPFNUR93KgzZM0iAw=; b=KVDDSuO3HHVVh96z0OgXxTNIXQSzJd1H6kAw8mTQ1n6E/6VFvPKEnIkq1UjjL2DCPS 0aQJvgUXyI5VVf9E1ddgsCPRQd2hPMhvDy/5pSFtiYv+4YEK/8lj7vlOSVDn2sW3trUD UPQQ1enZ4oMuuYsm5MgmmIhwqrF9FElrueQVTXlzlMKVLXp+muCoNpvEd9KPnfoLhi3Q PaebKUdLVdDi7KYR/jIQEOmUJ1w3cQlEinj8izCqrpMVUQnFDdmYxup8hzcU9DwQzvkK XHSuV+e3+iPMeWgLN3kxN5IkT9qFESjei1233QMlijkF3+HcrbCrCWqWtnnLUGsHv0dm wddQ== MIME-Version: 1.0 X-Received: by 10.50.222.201 with SMTP id qo9mr4509372igc.111.1360144273201; Wed, 06 Feb 2013 01:51:13 -0800 (PST) Received: by 10.50.25.198 with HTTP; Wed, 6 Feb 2013 01:51:13 -0800 (PST) In-Reply-To: References: Date: Wed, 6 Feb 2013 17:51:13 +0800 Message-ID: To: Sara Golemon Cc: Ferenc Kovacs , PHP internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] operator-0.3 extension update From: gabrielwu84@gmail.com (Gabriel Wu) Hi Sara, Good to hear from you! I have just submitted a pecl account request listing you as the sponsor. I'll be figuring out how to go about submitting the packages, etc, but I'll need the account first. Thanks for your advice! Gabriel On Wed, Feb 6, 2013 at 6:36 AM, Sara Golemon wrote: > 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 wrot= e: >>>> >>>> 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. >>> >>> -- >>> Ferenc Kov=E1cs >>> @Tyr43l - http://tyrael.hu >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >>