Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51928 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86226 invoked from network); 18 Apr 2011 15:24:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Apr 2011 15:24:30 -0000 Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 ns.km36107.keymachine.de Solaris 10 (beta) Received: from [217.114.211.66] ([217.114.211.66:60517] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8D/03-01409-DA75CAD4 for ; Mon, 18 Apr 2011 11:24:30 -0400 Received: from [192.168.2.230] (ppp-93-104-114-228.dynamic.mnet-online.de [93.104.114.228]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id C6B8F4BA0B; Mon, 18 Apr 2011 17:24:26 +0200 (CEST) Message-ID: <4DAC57A9.4010107@schlueters.de> Date: Mon, 18 Apr 2011 17:24:25 +0200 User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.2.9) Gecko/20101021 Lightning/1.0b2 Thunderbird/3.1.4 MIME-Version: 1.0 To: Ferenc Kovacs CC: PHP Internals References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] extension_path not used for zend_extension From: johannes@schlueters.de (=?UTF-8?B?Sm9oYW5uZXMgU2NobMO8dGVy?=) On 04/18/11 05:04 PM, Ferenc Kovacs wrote: > Hi. > > I've just noticed that in spite of the documentation, one can (try to) load > a zend_extension via a relative path. > http://www.php.net/manual/en/ini.core.php#ini.zend-extension > the only thing > preventing that from working is that the extension_dir isn't used searching > for the lib. zend_extension's are a feature of the engine. extension_dir is a feature from PHP's main, this means the engine doesn't know about it. I agree that usablity-wise it's nice if that's moved around ... johannes