Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45093 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57372 invoked from network); 26 Jul 2009 03:10:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jul 2009 03:10:24 -0000 Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain chiaraquartet.net from 209.85.198.234 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 209.85.198.234 rv-out-0506.google.com Received: from [209.85.198.234] ([209.85.198.234:27030] helo=rv-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 63/20-55618-F19CB6A4 for ; Sat, 25 Jul 2009 23:10:23 -0400 Received: by rv-out-0506.google.com with SMTP id g37so402063rvb.7 for ; Sat, 25 Jul 2009 20:10:20 -0700 (PDT) Received: by 10.140.161.18 with SMTP id j18mr3111856rve.206.1248577820693; Sat, 25 Jul 2009 20:10:20 -0700 (PDT) Received: from monster.local ([76.84.30.125]) by mx.google.com with ESMTPS id k41sm23868786rvb.7.2009.07.25.20.10.18 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 25 Jul 2009 20:10:19 -0700 (PDT) Message-ID: <4A6BC918.8040207@chiaraquartet.net> Date: Sat, 25 Jul 2009 22:10:16 -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: ext/phar in php 6 From: greg@chiaraquartet.net (Greg Beaver) Hi, I've fixed almost all of the issues with ext/phar in PHP 6, including the re-generation of phar.phar, and so I re-enabled it in php-src/trunk. I need a little help with a couple of the failing tests. phar_oo_009.phpt fails because SPL's CSV iteration does not return the last element on a line (spl bug) zip/notphar.phpt fails because run-tests.php is not capturing the output In addition, if I run more than 180 tests or so, run-tests will randomly segfault. Thanks, Greg