Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8316 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62553 invoked by uid 1010); 2 Mar 2004 19:01:42 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 62529 invoked from network); 2 Mar 2004 19:01:42 -0000 Received: from unknown (HELO mail-in-03.arcor-online.net) (151.189.21.43) by pb1.pair.com with SMTP; 2 Mar 2004 19:01:42 -0000 Received: from tolpan.homenet (dsl-082-083-131-094.arcor-ip.net [82.83.131.94]) by mail-in-03.arcor-online.net (Postfix) with ESMTP id AE6EF944DF4 for ; Tue, 2 Mar 2004 20:01:41 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by tolpan.homenet (Postfix) with ESMTP id 5616A8551 for ; Tue, 2 Mar 2004 20:01:41 +0100 (CET) Received: by tolpan.homenet (Postfix, from userid 65534) id 98FE38500; Tue, 2 Mar 2004 20:01:33 +0100 (CET) Received: from flint.homenet (flint.homenet [192.168.1.62]) by tolpan.homenet (Postfix) with ESMTP id 9FAD78500 for ; Tue, 2 Mar 2004 20:00:38 +0100 (CET) To: internals@lists.php.net Date: Tue, 2 Mar 2004 20:00:36 +0100 User-Agent: KMail/1.5.4 References: <5.1.0.14.2.20040302000350.0272fc70@127.0.0.1> <200403021811.04822.cyberian@arcor.de> <4044C83B.7030502@delfi.lt> In-Reply-To: <4044C83B.7030502@delfi.lt> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <200403022000.36768.cyberian@arcor.de> X-Spam-Status: No, hits=-2.9 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_KMAIL autolearn=ham version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-Virus-Scanned: by AMaViS 0.3.12pre8 Subject: Re: [PHP-DEV] Perl extension From: cyberian@arcor.de (Kai =?iso-8859-1?q?Schr=F6der?=) On Tuesday 02 March 2004 18:45, Petras Kudaras wrote: > Well, Perl itself does not differentiate from "CPAN modules" or "any other > modules". Once you can load Perl modules and use the functions (or methods, > for that matter), you can use any Perl code, and you are not restricted to > CPAN. Yes, I know, but the mail from Andy sounds like "only" write a wraper that can create instances of Perl objects, call the methods and bring back the result to PHP. > Parrot is a year or so from the final release. However, even so, Sterling > started implementing PHP in Parrot and not the other way round. I thought > PHP6 would have Parrot as its platform? :) This would be great, we'll see in this decade. ;) > I was half hoping that PHP5's __get() and __set() methods could provide a > similar capability when I first read about them, but I have been > dissapointed :/ No, to marriage Perl and PHP is more than some macro magic. :( > There are more: filehandles, dirhandles, & for subs and * for globs. Right, but let first find solutions for the "primitive" problems, before we think about real problems. Regards, Kai