Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8359 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97900 invoked by uid 1010); 3 Mar 2004 22:04:08 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 97876 invoked from network); 3 Mar 2004 22:04:08 -0000 Received: from unknown (HELO virt-216-40-198-51.ev1servers.net) (216.40.198.51) by pb1.pair.com with SMTP; 3 Mar 2004 22:04:08 -0000 Received: from chameleoncode.jp (dh.quantumrain.net [216.220.0.200]) (authenticated) by virt-216-40-198-51.ev1servers.net (8.10.2/8.10.2) with ESMTP id i23M3Gg19917 for ; Wed, 3 Mar 2004 16:03:16 -0600 Message-ID: <40465651.7020101@chameleoncode.jp> Date: Wed, 03 Mar 2004 15:04:01 -0700 User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Perl extension From: dan@chameleoncode.jp (Daniel Daley) > > >Any ideas or suggestions? It would also be cool if people could mess around >with it a bit and give us some feedback. > > I already have an instance where this has been extremely useful. My current project required me to work with some third party com objects. A couple of them required me to set properties with arguments which as far as I can tell hasn't been implemented yet for php. I compiled the extension on my w2k3/IIS box with the latest snaps release of php5 and it worked great. I was able to load in the Win32::OLE extension and manipulate those objects. Without this I would have probably ended up doing some bungled php -> perl -> php variable passing solution, thanks much! --Dan--