From:             [EMAIL PROTECTED]
Operating system: Windows NT 4.0 SP 6
PHP version:      4.3.0
PHP Bug Type:     Sockets related
Bug description:  socket_shutdown() crashes php.exe

Causes:

Exception: access violation (0xc0000005), Address 0x10011b1b

Proof of concept:

<?
$socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP);
socket_shutdown($socket);
?>

I used the windows build available from www.php.net, and I also used the
php-ini.recommended, except that I uncommented the lines to load the
modules php_bz2.dll, php_sockets.dll, php_zip.dll

-- 
Edit bug report at http://bugs.php.net/?id=21585&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21585&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21585&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21585&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21585&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21585&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21585&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21585&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21585&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21585&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21585&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21585&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21585&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21585&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=21585&r=gnused

Reply via email to