Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24514 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82774 invoked by uid 1010); 18 Jul 2006 19:59:55 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 82758 invoked from network); 18 Jul 2006 19:59:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jul 2006 19:59:55 -0000 X-PHP-List-Original-Sender: frank@kromann.info X-Host-Fingerprint: 64.186.239.125 c-064-186-239-125.oc1.redwire.net Linux 2.5 (sometimes 2.4) (4) Received: from ([64.186.239.125:33710] helo=mail.kromann.info) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 2A/46-11992-AAD3DB44 for ; Tue, 18 Jul 2006 15:59:41 -0400 Received: by mail.kromann.info (Postfix, from userid 510) id 6322F4040CA; Tue, 18 Jul 2006 12:59:36 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on mail.kromann.info X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.1 Received: from warp (www.kromann.info [64.186.239.115]) by mail.kromann.info (Postfix) with SMTP id 010574040C6 for ; Tue, 18 Jul 2006 12:59:35 -0700 (PDT) To: X-Mailer: Swwwing 2000 Message-ID: <11532527712600000@9866357972520000.9866341568840000> MIME-Version: 1.0 Reply-To: "Frank M. Kromann" Date: Tue, 18 Jul 2006 12:59:31 -0700 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Possible problem in Zend From: frank@kromann.info ("Frank M. Kromann") Hello Everyone, With the current version of CVS PHP_5_2 branch I get this compiler warning: c:\php\php5_2\zend\zend.c(565) : warning C4700: local variable 'tsrm_ls' used without having been initialized - Frank