Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31973 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15910 invoked by uid 1010); 30 Aug 2007 03:15:43 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 15895 invoked from network); 30 Aug 2007 03:15:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Aug 2007 03:15:42 -0000 Authentication-Results: pb1.pair.com smtp.mail=buildsmart@daleenterprise.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=buildsmart@daleenterprise.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain daleenterprise.com from 67.78.11.229 cause and error) X-PHP-List-Original-Sender: buildsmart@daleenterprise.com X-Host-Fingerprint: 67.78.11.229 daleenterprise.com Received: from [67.78.11.229] ([67.78.11.229:49407] helo=daleenterprise.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 77/B0-08934-D5636D64 for ; Wed, 29 Aug 2007 23:15:42 -0400 Received: from localhost (localhost [127.0.0.1]) by daleenterprise.com (Postfix) with ESMTP id 29557222D8C; Wed, 29 Aug 2007 23:15:39 -0400 (EDT) Received: from daleenterprise.com ([127.0.0.1]) by localhost (daleenterprise.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16788-02; Wed, 29 Aug 2007 23:15:37 -0400 (EDT) Received: from [10.1.100.11] (relay.mustangrestomods.com [67.78.11.226]) by daleenterprise.com (Postfix) with ESMTP id 9632C222D82; Wed, 29 Aug 2007 23:15:27 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: Cc: Dave Gronow Content-Transfer-Encoding: 7bit Date: Wed, 29 Aug 2007 23:15:26 -0400 To: PHP Developers Mailing List X-Pgp-Agent: GPGMail 1.1.2 (Tiger) X-Mailer: Apple Mail (2.752.2) MTA-Interface: amavisd-new-2.3.3 (2005-08-22) + Maia Mailguard 1.1.0 at daleenterprise.com X-Spam-Scanned: using SpamAssassin 3.1.7 (2006-10-05) at daleenterprise.com X-Virus-Scanned: using ClamAV 0.88.6 (2006-11-05) at daleenterprise.com Subject: PHP6 - rar extension From: buildsmart@daleenterprise.com (BuildSmart) -----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 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (Darwin) iD8DBQFG1jZO0hzWbkf0eKgRAntaAJ0USGFs8mWpDZViykUZiwIx/mVyOgCfeEYc toF9N9VjiK0uQRVio9S0dKM= =4Orv -----END PGP SIGNATURE-----