ext-ext interaction

php.internals

val khokhlov

21 years ago
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? Seems, that zend_module doesn't have free fields. Any suggestions? Good luck! val (mailto:val@vk.kiev.ua)