It doesn't give any warning neither. You can check it easily:Slig wrote:Mybe initialyse both variables before the unpack(), to avoid warning if the code using your lib have increased the warning verbosity/level ?

Code: Select all
error_reporting(E_ALL);
extract(array('foo' => 'bar'));
echo $foo;
Hmmm... There isn't any packet sent/received for around 10 minutes so the connection interruption is actually an explanation, though I don't know who could have closed it (the dedicated, your machine or PHP...)kremsy wrote:Now I was able to look into the wireshark packages:
http://www.pictures.esc-clan.net/upload/wirsh.png
It really looks like the dedi doesnt receive the Mehtod call (often retransmission) or it just dont send anything or something, but it's weired I'm pretty sure that the connection is not interrputed.