Re: [PHP-DEV] ext-ext interaction

2005-07-21 Thread Frank M. Kromann
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,

[PHP-DEV] ext-ext interaction

2005-07-21 Thread val khokhlov
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 b