Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38687 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93789 invoked from network); 30 Jun 2008 08:27:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jun 2008 08:27:56 -0000 Authentication-Results: pb1.pair.com smtp.mail=tony@daylessday.org; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tony@daylessday.org; 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:44287] helo=daylessday.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0E/23-09128-B0998684 for ; Mon, 30 Jun 2008 04:27:56 -0400 Received: from [192.168.3.91] (unknown [212.42.62.198]) by daylessday.org (Postfix) with ESMTP id 160386400C5; Mon, 30 Jun 2008 12:27:53 +0400 (MSD) Message-ID: <48689908.2040007@daylessday.org> Date: Mon, 30 Jun 2008 12:27:52 +0400 User-Agent: Thunderbird 2.0.0.12 (X11/20080226) MIME-Version: 1.0 To: Alexey Zakhlestin CC: internals@lists.php.net References: <486894FF.4000305@daylessday.org> 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 30.06.2008 12:24, Alexey Zakhlestin wrote: >> 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. > > that's what I thought at first, but testing showed, that it is not that simple. > > plain fopen() in C on large file-name results in "File name too long" error. > php never reaches open() call and error "Inappropriate ioctl for > divice" is already set at the very first line of php_execute_script > (probably even earlier) > looks like there's some uncaught error during initialization of php Do you have a strace log? -- Wbr, Antony Dovgal