Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31980 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86096 invoked by uid 1010); 30 Aug 2007 09:35:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 86081 invoked from network); 30 Aug 2007 09:35:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Aug 2007 09:35:14 -0000 Authentication-Results: pb1.pair.com header.from=antony@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=antony@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: antony@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from [212.25.124.162] ([212.25.124.162:49191] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 85/3C-08934-05F86D64 for ; Thu, 30 Aug 2007 05:35:13 -0400 Received: (qmail 30999 invoked from network); 30 Aug 2007 09:35:09 -0000 Received: from internal.zend.office (HELO ?127.0.0.1?) (10.1.1.1) by internal.zend.office with SMTP; 30 Aug 2007 09:35:09 -0000 Message-ID: <46D68F4C.5010206@zend.com> Date: Thu, 30 Aug 2007 13:35:08 +0400 User-Agent: Thunderbird 2.0.0.6 (X11/20070801) MIME-Version: 1.0 To: Pierre CC: BuildSmart , PHP Developers Mailing List References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP6 - rar extension From: antony@zend.com (Antony Dovgal) What was the problem again? On 30.08.2007 09:32, Pierre wrote: > On 8/30/07, BuildSmart wrote: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> >> On Aug 29, 2007, at 23:15:26, BuildSmart wrote: >> >> > -----BEGIN PGP SIGNED MESSAGE----- >> > Hash: SHA1 >> > >> > I've fixed the rar extension, was a no-brainer, a one-line change, >> > not worthy of a patch file. >> > >> > @ -628,7 +628,7 @ >> > /* {{{ rar_functions[] >> > * >> > */ >> > - -function_entry rar_functions[] = { >> > +zend_function_entry rar_functions[] = { >> > PHP_FE(rar_open, NULL) >> > PHP_FE(rar_list, NULL) >> > PHP_FE(rar_entry_get, NULL) >> > >> > - -- BuildSmart >> >> Spoke too soon, while it builds with wanring it doesn't function >> properly and segfaults so I need to look at it a little closer. > > Tony reads this list however I would suggest to use the right place to > post patch or report bugs: > > http://pecl.php.net/package/rar to report a bug for the rar package. > http://pecl.php.net/support.php for the pecl-dev mailing list > > Using the issues tracker will ensure that your patch will not get lost. > > Cheers, > --Pierre > -- Wbr, Antony Dovgal