Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44097 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46077 invoked from network); 30 May 2009 00:30:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 May 2009 00:30:21 -0000 Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain chiaraquartet.net from 209.85.132.249 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 209.85.132.249 an-out-0708.google.com Received: from [209.85.132.249] ([209.85.132.249:37052] helo=an-out-0708.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 44/7A-28084-C1E702A4 for ; Fri, 29 May 2009 20:30:21 -0400 Received: by an-out-0708.google.com with SMTP id d11so3404623and.38 for ; Fri, 29 May 2009 17:30:18 -0700 (PDT) Received: by 10.101.71.3 with SMTP id y3mr4702953ank.62.1243643418254; Fri, 29 May 2009 17:30:18 -0700 (PDT) Received: from monster.local ([76.84.30.125]) by mx.google.com with ESMTPS id 6sm5087732yxg.50.2009.05.29.17.30.16 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 29 May 2009 17:30:17 -0700 (PDT) Message-ID: <4A207E15.9050000@chiaraquartet.net> Date: Fri, 29 May 2009 19:30:13 -0500 User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070807) MIME-Version: 1.0 To: PHP Developers Mailing List X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: phpize returns -1 From: greg@chiaraquartet.net (Greg Beaver) Hi, Could someone fix phpize to make it return 0 on success? It always returns -1 when opened via proc_open(), which is exceedingly annoying when you're trying to use it in a PHP script. Thanks, Greg