Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21766 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70355 invoked by uid 1010); 2 Feb 2006 18:13:09 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 70340 invoked from network); 2 Feb 2006 18:13:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Feb 2006 18:13:08 -0000 X-Host-Fingerprint: 69.12.155.130 69-12-155-130.dsl.static.sonic.net Linux 2.4/2.6 Received: from ([69.12.155.130:1816] helo=pigeon.alphaweb.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 4C/D8-20872-4BB42E34 for ; Thu, 02 Feb 2006 13:13:08 -0500 Received: from localhost ([127.0.0.1] helo=stumpy) by pigeon.alphaweb.net with smtp (Exim 4.10) id 1F4i2q-0003nS-00; Thu, 02 Feb 2006 09:14:57 -0800 Message-ID: <001401c62824$ba3d6fc0$38521a44@stumpy> To: "Sebastian Bergmann" Cc: References: Date: Thu, 2 Feb 2006 10:15:53 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="ISO-8859-15"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Re: Problem with streams on Windows (current PHP_5_1) From: pollita@php.net ("Sara Golemon") > Run-Time Check Failure #3: The variable 'bindport' is being used without > being defined. > Indeed, when the socket/bindto option isn't set, that gets used uninitialized. I'll apply a fix. -Sara