Re: [PATCH] Compiling bcompiler with PHP5

php.internals

Frank M. Kromann

21 years ago
Hi Andi, I was just trying to compile and use the latest version of pecl/becompiler on win32. When I compile as shared these needs to be exported. I would prefere to have this extension as shared as it's not used that often. I have not testet on Linux, but I would asume the same is the case there. Another fix could be to change the bcompiler to not use these symbols/functions, but that would be a step backwards. - Frank
> Are you sure it needs access to these functions? That seems kind of
strange...
> They aren't really supposed to be exported. If there's a real reason
I'll

Andi Gutmans

21 years ago
It'd be smarter for bcompiler to set the correct destructor during unserializing then doing the comparisons it does during serialization. I encourage the author to fix this. There's no good reason to do it this way. Andi At 03:35 PM 10/11/2004 -0700, Frank M. Kromann wrote: