Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9028 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13827 invoked by uid 1010); 9 Apr 2004 18:11:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 13800 invoked from network); 9 Apr 2004 18:11:34 -0000 Received: from unknown (HELO adsl-209-204-144-251.sonic.net) (209.204.144.251) by pb1.pair.com with SMTP; 9 Apr 2004 18:11:34 -0000 Received: from [127.0.0.1] (helo=192.168.1.2) by adsl-209-204-144-251.sonic.net with smtp (Exim 4.20) id 1BC1Sv-0003oL-ED for internals@lists.php.net; Fri, 09 Apr 2004 12:15:01 -0700 Received: from 192.168.1.104 (SquirrelMail authenticated user mark) by 192.168.1.2 with HTTP; Fri, 9 Apr 2004 12:15:01 -0700 (PDT) Message-ID: <2407.192.168.1.104.1081538101.squirrel@192.168.1.2> Date: Fri, 9 Apr 2004 12:15:01 -0700 (PDT) To: internals@lists.php.net Reply-To: mes@zeroc.com User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal Subject: Compile error in PHP5 main/network.c From: mes@zeroc.com ("Mark Spruiell") Line 829 in main/network.c causes a compile error on HP-UX: if (err == PHP_TIMEOUT_ERROR_VALUE) { I believe this line should instead read if (*error_code == PHP_TIMEOUT_ERROR_VALUE) { I verified that this is present in the most recent snapshot. - Mark