Re: [PHP] PHP & Sessions generates Segment Faults

2003-01-22 Thread Blaster
Hey, I'm back =) I was unable to get it to run, I've setup the most basic session handler i could think of, a simple counter, if any of you could test it, I'd be very thankful, the URL is http://fatboy.blaster.nu/~blaster/sess_test/ Now, it does not "cut" the content

[PHP] PHP & Sessions generates Segment Faults

2003-01-20 Thread Blaster
Hi OS: Debian Linux (Woody), kernel 2.2.20 PHP: v4.1.2 I'm having some troubles with my sessions, when the page is sent to the visitor, it sometimes stops after ½ the page or so. 90% of the times, it works perfectly to visit the page, so this appears to be totally random. However, I have reaso

[PHP] UDP Sockets (networking)

2001-11-24 Thread Blaster
Hi, I have a problem with UDP sockets in PHP. What I want to do is the following, i send a UDP message to a server, and a reply should come instantly back. Now, the length of the message returned to me is unknown. It can be anywhere from 1 to 8192 (or more) bytes. However, some strange problem

[PHP] PHP and UDP socket

2001-11-23 Thread Blaster
Hi, I have a problem with UDP sockets in PHP. What I want to do is the following, i send a UDP message to a server, and a reply should come instantly back. Now, the length of the message returned to me is unknown. It can be anywhere from 1 to 8192 (or more) bytes. However, some strange problem