Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17364 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22238 invoked by uid 1010); 21 Jul 2005 18:00:45 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 22214 invoked from network); 21 Jul 2005 18:00:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jul 2005 18:00:45 -0000 Received: from ([127.0.0.1:19102]) by pb1.pair.com (ecelerity 2.0 beta r(6227M)) with ECSTREAM id D3/67-33635-DC2EFD24 for ; Thu, 21 Jul 2005 14:00:45 -0400 X-Host-Fingerprint: 62.244.34.170 vk.kiev.ua NetCache 5.3-5.5 Received: from ([62.244.34.170:65176] helo=ivory.vk.kiev.ua) by pb1.pair.com (ecelerity 2.0 beta r(6227M)) with SMTP id 10/17-33635-C21EFD24 for ; Thu, 21 Jul 2005 13:53:49 -0400 Received: from [192.168.0.8] (helo=ROCK) by ivory.vk.kiev.ua with esmtp (Exim 4.43) id 1DvfEw-000HxS-4U for internals@lists.php.net; Thu, 21 Jul 2005 20:53:46 +0300 Date: Thu, 21 Jul 2005 20:55:01 +0300 X-Priority: 3 (Normal) Message-ID: <1361671647.20050721205501@vk.kiev.ua> To: internals@lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: [PHP-DEV] ext-ext interaction From: val@vk.kiev.ua (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 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)