Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38669 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55049 invoked from network); 28 Jun 2008 16:17:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jun 2008 16:17:16 -0000 Authentication-Results: pb1.pair.com header.from=indeyets@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=indeyets@gmail.com; spf=pass; sender-id=pass 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:32085] helo=yw-out-2324.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6D/01-24558-B0466684 for ; Sat, 28 Jun 2008 12:17:16 -0400 Received: by yw-out-2324.google.com with SMTP id 5so408516ywb.83 for ; Sat, 28 Jun 2008 09:17:13 -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:mime-version:content-type:content-transfer-encoding :content-disposition; bh=hUGgwNs4EeQFy96AQW2d8gETPeeM9L2LvFaSWIpVz/s=; b=EVNIO+TCjJJGO7MszUZVy1XPYInh/3EXQGfVNeqkoWGPtSkv+xjeugjSX+4VnaWh2d LHcgZ4JZU7EQj5UcS5t5/X8d6p1IAYv7OrN3asGngLhWbi+MeLwrXvmf9BM0TBaeIioI AqtljxUhxa6NjED3VFcfN3NBpLJGOX0IWI6yU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=pCwk47gRzxZBokKHPtPoJvT16fAPAdZYQMOLDzlrzQOiS0yz681ggglkJ34mTxfzdc QCykLyUR6vWlzf52291H0eh+vRGpQvY3ij1RWGtkShnulbEykDKcrWAJt+/d6hAt8xBp wY1OH+LTKLc/2oPv8vBKiNKgLpwuRfcwVcerE= Received: by 10.151.143.14 with SMTP id v14mr4577827ybn.181.1214669833315; Sat, 28 Jun 2008 09:17:13 -0700 (PDT) Received: by 10.150.158.8 with HTTP; Sat, 28 Jun 2008 09:17:13 -0700 (PDT) Message-ID: Date: Sat, 28 Jun 2008 20:17:13 +0400 To: internals@lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: mac os x, test failure From: indeyets@gmail.com ("Alexey Zakhlestin") 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() I still do not feel myself comfortable during deep debugging. Any hints? p.s. http://news.php.net/php.qa.reports/8536 -- Alexey Zakhlestin http://blog.milkfarmsoft.com/