Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45170 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66691 invoked from network); 31 Jul 2009 23:46:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Jul 2009 23:46:31 -0000 Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain chiaraquartet.net from 209.85.146.182 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 209.85.146.182 wa-out-1112.google.com Received: from [209.85.146.182] ([209.85.146.182:12784] helo=wa-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6B/B0-61941-452837A4 for ; Fri, 31 Jul 2009 19:46:30 -0400 Received: by wa-out-1112.google.com with SMTP id v33so1103440wah.7 for ; Fri, 31 Jul 2009 16:46:25 -0700 (PDT) Received: by 10.114.47.14 with SMTP id u14mr1173063wau.22.1249083985052; Fri, 31 Jul 2009 16:46:25 -0700 (PDT) Received: from monster.local ([76.84.30.125]) by mx.google.com with ESMTPS id j31sm5935648waf.14.2009.07.31.16.46.23 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 31 Jul 2009 16:46:24 -0700 (PDT) Message-ID: <4A73824D.4070107@chiaraquartet.net> Date: Fri, 31 Jul 2009 18:46:21 -0500 User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070807) MIME-Version: 1.0 To: PHP Developers Mailing List X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: run-tests now works in HEAD From: greg@chiaraquartet.net (Greg Beaver) Hi, Finally found the problem in run-tests crashing, turns out it had nothing to do with the zend engine. Now we can run tests in PHP 6 without random crashes. Greg