Doh... will fix it when I get into work...
Marcus Boerger wrote:
if (peername) { zval_dtor(peername); - ZVAL_STRING(peername, NULL, 0); + ZVAL_STRING(peername, "", 0);
How can that be ", 0" ?
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php