Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55236 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52154 invoked from network); 5 Sep 2011 20:26:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Sep 2011 20:26:29 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@sugarcrm.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@sugarcrm.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain sugarcrm.com designates 67.192.241.133 as permitted sender) X-PHP-List-Original-Sender: smalyshev@sugarcrm.com X-Host-Fingerprint: 67.192.241.133 smtp133.dfw.emailsrvr.com Linux 2.6 Received: from [67.192.241.133] ([67.192.241.133:50028] helo=smtp133.dfw.emailsrvr.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 04/63-25098-370356E4 for ; Mon, 05 Sep 2011 16:26:28 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp23.relay.dfw1a.emailsrvr.com (SMTP Server) with ESMTP id DD2192F8364 for ; Mon, 5 Sep 2011 16:26:24 -0400 (EDT) X-Virus-Scanned: OK Received: by smtp23.relay.dfw1a.emailsrvr.com (Authenticated sender: smalyshev-AT-sugarcrm.com) with ESMTPSA id AF7502F8209 for ; Mon, 5 Sep 2011 16:26:24 -0400 (EDT) Message-ID: <4E65306E.8080901@sugarcrm.com> Date: Mon, 05 Sep 2011 13:26:22 -0700 Organization: SugarCRM User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:6.0.1) Gecko/20110830 Thunderbird/6.0.1 MIME-Version: 1.0 To: PHP Internals Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: REDIRECTTEST fails From: smalyshev@sugarcrm.com (Stas Malyshev) Hi! I have the pdo_mysql common.phpt test failing on my config, specifically the REDIRECTTEST part. It is probably due to the way I run the tests, but other tests work fine, only this one is wrong. So my environment is like this: My build directory in under php source in separate dir, so for 5.4 I'm building in ~/php-5.4/cgi. I run tests like this: ~/php-5.4/cgi$ ./cliphp ../run-tests.php ../ext/pdo_mysql/tests/common.phpt Works just fine for most tests, but not for REDIRECTTEST, it returns: ERROR: cannot open directory: ext/pdo/tests/PHP_5_4/ext/pdo_mysql/tests/common.phpt] The path it produces seems to be some weird combination of redirected path, my current dir and test's path, but I can't figure out how it gets there. Any ideas? -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227