Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38688 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94920 invoked from network); 30 Jun 2008 08:29:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jun 2008 08:29:45 -0000 Authentication-Results: pb1.pair.com smtp.mail=indeyets@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=indeyets@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.46.28 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: indeyets@gmail.com X-Host-Fingerprint: 74.125.46.28 yw-out-2324.google.com Received: from [74.125.46.28] ([74.125.46.28:9946] helo=yw-out-2324.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 61/73-09128-87998684 for ; Mon, 30 Jun 2008 04:29:44 -0400 Received: by yw-out-2324.google.com with SMTP id 5so683201ywb.83 for ; Mon, 30 Jun 2008 01:29:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=8VmuFvtYW69fQmPCnTvX9AMtQTRcleEuFBFKUXlRAHU=; b=Zn29hOmgjueezAdkBvnBFiRXn+PTPUbrEjwLNwOcd5o5HMrMPPuf8Y4x2R4Ddx0+n2 ic73vsGY1oqkukQCWmEN74brRESSDG/936WdWFR2ZPaR869mTdxF/eOiGLHCXfXDz8kP ja4d+gombT2WERs/t7rK7h8M7L4Y6EJ3fUBMg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=RUHm1tkIxnfC86knfwVdNllrehtLkBfuN/jjzfcev1oD8jfacUFMpOTF5VniL9mktX xpIj3a43lsIhQ1vgrwBx+S//Z7owhc+Wl1Gh9ULXl9yAmvwPPY2gz595nyUXXusgg+9U b2h169QSkkyP8ZrcZCqyexqeOkaI3UMf02ifk= Received: by 10.151.105.13 with SMTP id h13mr8019473ybm.71.1214814582064; Mon, 30 Jun 2008 01:29:42 -0700 (PDT) Received: by 10.150.158.8 with HTTP; Mon, 30 Jun 2008 01:29:42 -0700 (PDT) Message-ID: Date: Mon, 30 Jun 2008 12:29:42 +0400 To: "Antony Dovgal" Cc: internals@lists.php.net In-Reply-To: <48689908.2040007@daylessday.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <486894FF.4000305@daylessday.org> <48689908.2040007@daylessday.org> Subject: Re: [PHP-DEV] mac os x, test failure From: indeyets@gmail.com ("Alexey Zakhlestin") On Mon, Jun 30, 2008 at 12:27 PM, Antony Dovgal wrote: > 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? I will try to make one (we use dtrace here) -- Alexey Zakhlestin http://blog.milkfarmsoft.com/