Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51930 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93675 invoked from network); 18 Apr 2011 16:06:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Apr 2011 16:06:47 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.210.170 mail-iy0-f170.google.com Received: from [209.85.210.170] ([209.85.210.170:64056] helo=mail-iy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 05/64-01409-7916CAD4 for ; Mon, 18 Apr 2011 12:06:47 -0400 Received: by iyb12 with SMTP id 12so5126965iyb.29 for ; Mon, 18 Apr 2011 09:06:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=/SaO7KTuKTipGpGHc375Ko7+LYamKRyxTHQV3NdaEIQ=; b=tT6qItFTveFej1oCj+fu/48A0ymkANrx3s5HWC7I4S0DnxO4IjRfE3oH3DWZExLmCM d5r4jq5yTrAdCDewRSHwjajiQ1UpA5QI786tZKRUTXvKd6T9lCFZVqp3WAG/5GK/grtg HDrXoYdTbrw3/6mb2/dWEMAYe/fH/1PqqhEAk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=viyVK4a6plsOr5TEpOuPvKQwjuCLKJ72kkW/WnF54Hq+zUPRZyJliUE3Eb9tl0Dpt0 nlWQPPLKO7IrigmIWTxiHWrUEcqe+0oFvDa+jM91u0/OnSbjFs/WnRp0mIhv3fbJuCw2 GtMMYhT4BB2ss8DFYQwicdoB/R0Jgz/dZHR2w= MIME-Version: 1.0 Received: by 10.231.70.136 with SMTP id d8mr3205260ibj.72.1303142804550; Mon, 18 Apr 2011 09:06:44 -0700 (PDT) Received: by 10.231.199.197 with HTTP; Mon, 18 Apr 2011 09:06:44 -0700 (PDT) In-Reply-To: <4DAC57A9.4010107@schlueters.de> References: <4DAC57A9.4010107@schlueters.de> Date: Mon, 18 Apr 2011 18:06:44 +0200 Message-ID: To: =?UTF-8?Q?Johannes_Schl=C3=BCter?= Cc: PHP Internals Content-Type: multipart/alternative; boundary=0015176f1c0ef4f4b104a1339335 Subject: Re: [PHP-DEV] extension_path not used for zend_extension From: tyra3l@gmail.com (Ferenc Kovacs) --0015176f1c0ef4f4b104a1339335 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 2011/4/18 Johannes Schl=C3=BCter > > > 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 > thanks for the clarification. if thats the only thing thats preventing this to work (eg. someone has to patch the engine to be aware of the extension_dir), then I think I should open a feature request for this. Tyrael --0015176f1c0ef4f4b104a1339335--