Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17366 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38655 invoked by uid 1010); 21 Jul 2005 18:17:33 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 38639 invoked from network); 21 Jul 2005 18:17:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jul 2005 18:17:33 -0000 X-Host-Fingerprint: 64.186.239.125 c-064-186-239-125.oc1.redwire.net Linux 2.5 (sometimes 2.4) (4) Received: from ([64.186.239.125:58438] helo=mail.kromann.info) by pb1.pair.com (ecelerity 2.0 beta r(6227M)) with SMTP id FC/99-33635-CB6EFD24 for ; Thu, 21 Jul 2005 14:17:33 -0400 Received: from warp (unknown [64.186.239.115]) by mail.kromann.info (Postfix) with SMTP id DCA47404082; Thu, 21 Jul 2005 11:17:29 -0700 (PDT) To: val khokhlov Cc: X-Mailer: Swwwing 2000 Message-ID: <11219698471360000@9866357972520000.9866341568840000> MIME-Version: 1.0 Reply-To: "Frank M. Kromann" Date: Thu, 21 Jul 2005 11:17:28 -0700 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] ext-ext interaction From: frank@kromann.info ("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, 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) > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >