I have setted cookie information using setcookiePHPSESSIDsession_id0-domaincom How to get this partcular cookie
myErrorHandler"); does not work
Have i dont tipe nothing i dont see me on Userlist.
set_error_handler(array('ClassName','methodName'));
or set_error_handler(array($classInstance,'methodName'));
you should be using PascalCase for class names, but that's offtopic..
"prematurely" means "Before PHP thinks it should have happened", in this case
PHP is giving you a warning because it thinks it should still have an open socket, but it doesn't.
If I had to guess, I'd probably suspect some sort of default socket timeout or something, but I haven't been on BSD in about 5 years
i bilive php.ini must be config
timeout = 60 sec. on sockets
No, PHP would not be giving a warning about being disconnected by the peer, if you were hitting PHP's timeout
It would say it was timing out, not that it was being disconnected
it works
php.net/callback is the place to read to understand *why*
i know this construct allready, just was confused because of a static class
hi all
php.net/callback discusses all the variations
including static classes
ty
it's nice to have static classes
I would argue that they are grossly over-used by most php web hosting developers, myself.
does someone know a workaround for the singleton