Re: [PHP-DEV] Binary Safety, Sockets and Raw sockets

2002-09-23 Thread Jason T. Greene
On Sat, 2002-09-21 at 00:21, Hans Zaunere wrote: 4.2.3 on FreeBSD 4.6.2 (--enable-cli,--enable-sockets,etc) I've been taking a look at the socket_* functions in PHP, and specifically using raw sockets. I've started out with ICMP, and I can form the ICMP header (more or less) and

[PHP-DEV] Binary Safety, Sockets and Raw sockets

2002-09-20 Thread Hans Zaunere
4.2.3 on FreeBSD 4.6.2 (--enable-cli,--enable-sockets,etc) I've been taking a look at the socket_* functions in PHP, and specifically using raw sockets. I've started out with ICMP, and I can form the ICMP header (more or less) and send it out with an insufficient TTL; and as expected I