Re: [PHP-DEV] reflection ext

2005-11-17 Thread 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

Re: [PHP-DEV] reflection ext

2005-11-17 Thread Marcus Boerger
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

[PHP-DEV] reflection ext

2005-11-17 Thread Rob Richards
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 Index: php_reflection.c ==