Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:34774 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59866 invoked by uid 1010); 14 Jan 2008 03:10:43 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 59851 invoked from network); 14 Jan 2008 03:10:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jan 2008 03:10:43 -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 38.99.98.18 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 38.99.98.18 beast.bluga.net Linux 2.6 Received: from [38.99.98.18] ([38.99.98.18:47152] helo=mail.bluga.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 93/D0-51400-2B2DA874 for ; Sun, 13 Jan 2008 22:10:42 -0500 Received: from mail.bluga.net (localhost.localdomain [127.0.0.1]) by mail.bluga.net (Postfix) with ESMTP id 9A1DAC0DD98 for ; Sun, 13 Jan 2008 20:10:39 -0700 (MST) Received: from [192.168.0.106] (CPE-76-84-11-224.neb.res.rr.com [76.84.11.224]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bluga.net (Postfix) with ESMTP id 5B25DC0DD93 for ; Sun, 13 Jan 2008 20:10:39 -0700 (MST) Message-ID: <478AD2CE.8000004@chiaraquartet.net> Date: Sun, 13 Jan 2008 21:11:10 -0600 User-Agent: Thunderbird 2.0.0.6 (X11/20071022) MIME-Version: 1.0 To: internals Mailing List X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: odd bug in run-tests.php From: greg@chiaraquartet.net (Gregory Beaver) Hi all, I don't have time to fix this now, but FYI, run-tests.php has very odd behavior if you don't put a space between a switch and its argument, and should error out. i.e. php run-tests.php -n -dextension_dir=blah -dextension=blah.so will ignore every other line. This: php run-tests.php -n -d extension_dir=blah -d extension=blah.so works as expected. I wasted about 4 hours rebuilding PHP yesterday (thinking this was the problem) because of this bug, so it would be a good one to kill for future poor people who are stupid like me. Thanks, Greg