Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20132 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19519 invoked by uid 1010); 18 Nov 2005 07:57:18 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 19503 invoked from network); 18 Nov 2005 07:57:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Nov 2005 07:57:18 -0000 X-Host-Fingerprint: 195.197.172.115 gw01.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.115:51344] helo=gw01.mail.saunalahti.fi) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 03/8C-07637-D598D734 for ; Fri, 18 Nov 2005 02:57:17 -0500 Received: from nest.netphobia.fi (YZDCXXXI.dsl.saunalahti.fi [85.76.35.232]) by gw01.mail.saunalahti.fi (Postfix) with ESMTP id 095A61007F2; Fri, 18 Nov 2005 09:57:12 +0200 (EET) Received: from nest.netphobia.fi (nest.netphobia.fi [127.0.0.1]) by nest.netphobia.fi (8.13.1/8.13.1) with ESMTP id jAI7vC2F004414; Fri, 18 Nov 2005 09:57:12 +0200 Received: from localhost (jani@localhost) by nest.netphobia.fi (8.13.1/8.13.1/Submit) with ESMTP id jAI7vCWY004411; Fri, 18 Nov 2005 09:57:12 +0200 X-Authentication-Warning: nest.netphobia.fi: jani owned process doing -bs Date: Fri, 18 Nov 2005 09:57:12 +0200 (EET) Reply-To: Jani Taskinen To: Marcus Boerger cc: Rob Richards , internals@lists.php.net In-Reply-To: <82936231.20051118080941@marcus-boerger.de> Message-ID: References: <437D481B.90707@ctindustries.net> <82936231.20051118080941@marcus-boerger.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [PHP-DEV] reflection ext From: sniper@iki.fi (Jani Taskinen) Yes, but if you're not planning to have any module globals, wouldn't it be better to just nuke the lines? --Jani On Fri, 18 Nov 2005, Marcus Boerger wrote: > > Hello Rob, > > we can define a dummy in it. I thought that some compilter don't like > empty structs. > > marcus > > Friday, November 18, 2005, 4:18:51 AM, you wrote: > >> Marcus, > >> are you going to be using any module globals in the extension? >> I had to remove the code for it to get it to build on windows - patached >> attached. > >> Though it does build fine if you do define some. > >> Rob > > > > Best regards, > Marcus > >