Re: Please commit patches for php5 and php4

"Mark Duling" <[email protected]> Sun, 27 Aug 2006 09:18:21 -0700
Newsgroups gmane.os.opendarwin.darwinports
Message-ID <[email protected]>
Ryan Schmidt <[email protected]> writes:
>Sorry I didn't comment before.
>
No problem.
>
>On Aug 25, 2006, at 19:07, Mark Duling wrote:
>
>> Ryan Schmidt <[email protected]> writes:
>>>> On Aug 24, 2006, at 5:33 AM, Ryan Schmidt wrote:
>>>>
>>>>> Can somebody with commit access please update the php4 and php5
>>>>> ports? Someone has already submitted a patch for the php4 port:
>>>>>
>>>>> http://bugzilla.opendarwin.org/show_bug.cgi?id=10501
>>>>
>>>> Randall committed this one not long ago.
>>
>> So I assume bug 7840 on 4.4.2 be closed as it says in 10501?
>>
>> http://bugzilla.opendarwin.org/show_bug.cgi?id=7840
>
>I do not know if this bug is resolved, but I see that the bug record  
>has been marked as such.
>
Randall closed the bug.
>
>> Also, can you pass judgement on my patch to add snmp support to PHP5?
>>
>> http://bugzilla.opendarwin.org/show_bug.cgi?id=10046
>>
>> I just tested it again against PHP 5.1.5 and it works fine.  It is a
>> useful addition.
>
>I have no useful comment because I do not use SNMP or know much of  
>anything about it, but I see the variants have now been committed.

Some network applications require it.  Not very many, but some that are
really useful.  The most useful one I know of is NeDi, a network
discovery, management, and inventory program that I have ported to
MacPorts.  I don't know if it is an early trend or not for network
programs to require it, but if one needs it it is beyond most people's
ability to get it all working (including me) from manually compiled source
so they are out of luck.  I actually think it is a coup for MacPorts that
it is now supports PHP SNMP support and I went ahead and took commit
liberties after a time because it is the only reasonable way for Mac users
to be able to use such programs.  Previously, I had used an old PHP4
binary that supported SNMP but it just gets farther and farther out of
date and dictates use of a matching Apache binary that also gets further
and further out of date.

Mark