Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38685 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90570 invoked from network); 30 Jun 2008 08:10:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jun 2008 08:10:45 -0000 Authentication-Results: pb1.pair.com header.from=tony@daylessday.org; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tony@daylessday.org; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain daylessday.org designates 89.208.40.236 as permitted sender) X-PHP-List-Original-Sender: tony@daylessday.org X-Host-Fingerprint: 89.208.40.236 mail.daylessday.org Linux 2.6 Received: from [89.208.40.236] ([89.208.40.236:54646] helo=daylessday.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EB/82-09128-20598684 for ; Mon, 30 Jun 2008 04:10:44 -0400 Received: from [192.168.3.91] (unknown [212.42.62.198]) by daylessday.org (Postfix) with ESMTP id 038246400C5; Mon, 30 Jun 2008 12:10:40 +0400 (MSD) Message-ID: <486894FF.4000305@daylessday.org> Date: Mon, 30 Jun 2008 12:10:39 +0400 User-Agent: Thunderbird 2.0.0.12 (X11/20080226) MIME-Version: 1.0 To: Alexey Zakhlestin CC: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] mac os x, test failure From: tony@daylessday.org (Antony Dovgal) On 28.06.2008 20:17, Alexey Zakhlestin wrote: > I noticed a failure of ext/standard/tests/strings/006.phpt on my machine. > this is 5.3.0, debug-zts, mac os x 10.5.3, intel, 32-bit build > > This test, in my case, returns "Inappropriate ioctl for device" error > instead of "File name too long". Looks, like errno is already set to > 25 (which corresponds to my error) in php_execute_script(), which > leads me to the conclusion that the problem is deeper than > highlight_file() It might also mean that the error message is different on Mac OS or the error code is different. I've seen that many times on different platforms. -- Wbr, Antony Dovgal