> -----Original Message-----
> From: Bill Karwin [mailto:[EMAIL PROTECTED]
>
> I would guess that most people who need to do range matching, subnets,
etc.
> simply convert an IP address string to its packed binary equivalent, and
> then use PHP bitwise operators.  No need to have an OO interface for
> something this simple.

Why not? As everything with ZF: You don't have to use it. Having a 'wrapper'
makes this stuff more accessible.

Last night I also thought of IPv6. I suppose similar calculations and
formatting stuff might be necessary and they are more complex than IPv4.
Wrapping this and maybe some other stuff (MAC, IPX) into
Zend_Network_Adressing might be useful.

Vincent de Lau
 [EMAIL PROTECTED]

Reply via email to