Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38201 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33177 invoked from network); 13 Jun 2008 14:38:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Jun 2008 14:38:32 -0000 Authentication-Results: pb1.pair.com header.from=rquadling@googlemail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=rquadling@googlemail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 72.14.220.153 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: rquadling@googlemail.com X-Host-Fingerprint: 72.14.220.153 fg-out-1718.google.com Received: from [72.14.220.153] ([72.14.220.153:35317] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 80/D3-15165-F5682584 for ; Fri, 13 Jun 2008 10:38:31 -0400 Received: by fg-out-1718.google.com with SMTP id 16so3080820fgg.23 for ; Fri, 13 Jun 2008 07:38:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :to:subject:mime-version:content-type; bh=KPkYos4yHwVZcun138qKt5XDXWylDgX1c+ADbT37Q0k=; b=ar1vUMEETGQKVG3Gul5SNstkjRWV7QzMzw2eciwRnV8SNqNS8JX8nhqKM1iE37Y8sd K7brIdWSpqxZDxaCc/bR7FmcMrXddijZ2J4OTiG1T0Xtzqj9CF5M223SX4An8zOClZVH g2qUpwDfQ4EmiHRZ+JM8HZwY8awTtXXGmPYuc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:mime-version:content-type; b=Qz3RaaFhEHEhI51CiVaIDMuEMGD0FxEqv6nlYy1v8f+6hG2Lj8Ux/wQt51I506EE8a 8qAaNdjm0BvUsNJf1jbJs9rioSJf5K+GM/liBDMwQJ0UbBABBNjyGYISrJTAba1TbfCV VO18JFfyRRx2mb+p9jtuGNO2cI/pXt2ASaGw0= Received: by 10.86.59.18 with SMTP id h18mr4106226fga.30.1213367900674; Fri, 13 Jun 2008 07:38:20 -0700 (PDT) Received: by 10.86.90.12 with HTTP; Fri, 13 Jun 2008 07:38:20 -0700 (PDT) Message-ID: <10845a340806130738n7caa4931u2b831241d13ca40d@mail.gmail.com> Date: Fri, 13 Jun 2008 15:38:20 +0100 Reply-To: RQuadling@GoogleMail.com To: internals MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_7463_3941748.1213367900660" Subject: Would there be any mileage or interest in having PHP's COM class support Reflection? From: rquadling@googlemail.com ("Richard Quadling") ------=_Part_7463_3941748.1213367900660 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi. Out of interest, I tried the following line of userland PHP ... php -n -r "Reflection::export(new COM('CrystalReports11.ObjectFactory.1'));" The error reported is ... Catchable fatal error: Argument 1 passed to Reflection::export() must implement interface Reflector, instance of com given in Command line code on line 1 My initial idea was to be able to use PHP to examine COM objects. Regards, Richard. -- ----- Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 "Standing on the shoulders of some very clever giants!" ------=_Part_7463_3941748.1213367900660--