Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31976 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35065 invoked by uid 1010); 30 Aug 2007 05:32:49 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 35050 invoked from network); 30 Aug 2007 05:32:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Aug 2007 05:32:49 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.146.176 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.146.176 wa-out-1112.google.com Received: from [209.85.146.176] ([209.85.146.176:46536] helo=wa-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 17/D3-08934-08656D64 for ; Thu, 30 Aug 2007 01:32:48 -0400 Received: by wa-out-1112.google.com with SMTP id l24so465763waf for ; Wed, 29 Aug 2007 22:32:44 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; 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; b=XvtLDHNAiS9ieiV40Yc+WGCDiRZ0ezYaFnelYWlhWvxq6yhhPgQB/6RFtIXXskfno2G7a6zhFn4GCHIXsHyM5NKZq1NzxsgqspKriYFQTiBU9RgM3/PLi00TIsilz8oK3Idr6Dr0r+iHHuqCvFFSbQZMu2qcjiYvDVAk/K3yIas= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=iFlrSoRCBnZJ4CxtHbUhScqJUFYL9CiVLBV7jNQR+E0FuiK5Xzj4Ib+D02wgXgLPUYXhObRQXJ84i/O8teMN32Vf7kNsYqnpbwo5C6fK8bW8g0tsuuxQFMEnyW7k+aXHXIcE7r8GErMFOAIV53PcCrWFXVZsqgdCsQoHDU//08M= Received: by 10.114.76.1 with SMTP id y1mr103438waa.1188451964103; Wed, 29 Aug 2007 22:32:44 -0700 (PDT) Received: by 10.114.180.9 with HTTP; Wed, 29 Aug 2007 22:32:44 -0700 (PDT) Message-ID: Date: Thu, 30 Aug 2007 07:32:44 +0200 To: BuildSmart Cc: "PHP Developers Mailing List" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Subject: Re: [PHP-DEV] PHP6 - rar extension From: pierre.php@gmail.com (Pierre) 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