Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3944 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63764 invoked from network); 14 Aug 2003 17:46:32 -0000 Received: from unknown (HELO secure.thebrainroom.com) (213.239.42.171) by pb1.pair.com with SMTP; 14 Aug 2003 17:46:32 -0000 Received: from zaneeb.brainnet.i (IDENT:root@brain.dial.nildram.co.uk [195.149.29.154]) by secure.thebrainroom.com (8.9.3/8.9.3) with ESMTP id SAA02131 for ; Thu, 14 Aug 2003 18:46:16 +0100 Received: from zaneeb.brainnet.i (IDENT:wez@zaneeb.brainnet.i [127.0.0.1]) by zaneeb.brainnet.i (8.11.6/8.11.6) with ESMTP id h7EHkFL08489 for ; Thu, 14 Aug 2003 18:46:15 +0100 Date: Thu, 14 Aug 2003 18:46:15 +0100 (BST) X-X-Sender: wez@zaneeb.brainnet.i To: internals@lists.php.net Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: New COM (and .Net) extension for php5 From: wez@thebrainroom.com (Wez Furlong) Just FYI, I've committed the new COM and .Net extension for php5. Although it doesn't yet have all the features of the php4 extension, it should be as usable (perhaps better than?) what you have been used to with php4. The .Net support requires the mscoree.h header file from the .Net SDK to be present on the snaps machine; I will coordinate with Edin to make this work, however, the first few snaps will not have it enabled. Please take a look at the README[1] for a little bit more information about the differences or major points to consider for the new implementation. If you find bugs in this implementation, post them to bugs.php.net in the usual way. --Wez. [1] http://cvs.php.net/co.php/php-src/ext/com_dotnet/README?r=1.1