Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31975 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32652 invoked by uid 1010); 30 Aug 2007 05:20:38 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 32637 invoked from network); 30 Aug 2007 05:20:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Aug 2007 05:20:38 -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:50014] helo=daleenterprise.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CB/73-08934-5A356D64 for ; Thu, 30 Aug 2007 01:20:38 -0400 Received: from localhost (localhost [127.0.0.1]) by daleenterprise.com (Postfix) with ESMTP id B2EDD2230E2 for ; Thu, 30 Aug 2007 01:20:34 -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-07 for ; Thu, 30 Aug 2007 01:20:30 -0400 (EDT) Received: from [10.1.100.11] (relay.mustangrestomods.com [67.78.11.226]) by daleenterprise.com (Postfix) with ESMTP id 2875C2230D8 for ; Thu, 30 Aug 2007 01:20:19 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v752.2) Content-Transfer-Encoding: 7bit Message-ID: <22D5BD7D-5946-4A26-A68F-B9AC05B8172C@daleenterprise.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: PHP Developers Mailing List Date: Thu, 30 Aug 2007 01:20:18 -0400 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: API change has me confused. From: buildsmart@daleenterprise.com (BuildSmart) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I grabbed the latest version of the rar extension becasue there were too many issues with the earlier version. It fails to compile, I've compared the offending section with the earlier code and it's identical in syntax ( php_rar_class_functions was renamed to rar_functions, I tried renaming but the results were the same so it's not a naming issue ). I've checked some other modules for syntax and they're the same so what am I missing? /php-src/ext/rar/rar.cpp: In function 'int zm_startup_rar(int, int)': /php-src/ext/rar/rar.cpp:677: error: invalid conversion from 'void*' to 'UChar*' ext/rar/rar.cpp: 673:PHP_MINIT_FUNCTION(rar) 674:{ 675: zend_class_entry rar_class_entry; 676: 677: INIT_CLASS_ENTRY(rar_class_entry, "RarEntry", rar_functions); 678: rar_class_entry_ptr = zend_register_internal_class (&rar_class_entry TSRMLS_CC); 679: - -- BuildSmart -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (Darwin) iD8DBQFG1lOT0hzWbkf0eKgRAtnTAJsHswnxY7cS3mFgWUwsTEllUv33BQCeO70A qvz6vhAsc6V1TKIkbNBEmZU= =aqdz -----END PGP SIGNATURE-----