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 <gabrielw...@gmail.com> 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 <tyr...@gmail.com> wrote:
>>
>>
>>
>> On Sat, Feb 2, 2013 at 3:32 PM, Gabriel Wu <gabrielw...@gmail.com> 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 <poll...@php.net>, 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ács
>> @Tyr43l - http://tyrael.hu
>
> --
> PHP Internals - PHP Runtime Development Mailing List
> To unsubscribe, visit: http://www.php.net/unsub.php
>

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to