reflection ext

php.internals

Rob Richards

20 years ago
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

Marcus Börger

20 years ago
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

Jani Taskinen

20 years ago
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: