Re: ext-ext interaction

php.internals

Frank M. Kromann

21 years ago
Hi Val, This wil require that at least one of the extensions are compiled in so it might not work on Win32 where the extensions are provided as shared objects. - Frank
> Hello! > > There're 2 extensions - APC and bcompiler - that can work > independently, but when both of them are used, they need to intercept > zend_compile in a specific order. I see the only way how to arrange this
-
> if during bcompiler's init APC is already loaded, call a C function in > APC from bcompiler. But where I can safely place a pointer to a
function?