Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11318 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61349 invoked by uid 1010); 18 Jul 2004 10:49:45 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 59518 invoked from network); 18 Jul 2004 10:49:32 -0000 Received: from unknown (HELO e-matters.de) (217.69.76.213) by pb1.pair.com with SMTP; 18 Jul 2004 10:49:32 -0000 Received: (qmail 31037 invoked by uid 0); 18 Jul 2004 10:47:44 -0000 Received: from p54875527.dip.t-dialin.net (HELO ?192.168.1.77?) (84.135.85.39) by /var/run/qmail-smtp.pid with SMTP; 18 Jul 2004 10:47:44 -0000 Message-ID: <40FA55BA.1090103@php.net> Date: Sun, 18 Jul 2004 12:49:30 +0200 User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: PHP 5.1 - extension dependencies From: sesser@php.net (Stefan Esser) Hi, is there any plan to implement extension dependencies in 5.1? With small changes it should be possible to support extension dependencies within the zend engine. Right now there is no way to ensure that f.e. ext/session is loaded before ext/my_special_session if both are f.e. static. Stefan