Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21192 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41104 invoked by uid 1010); 12 Dec 2005 12:05:00 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 41089 invoked from network); 12 Dec 2005 12:05:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Dec 2005 12:05:00 -0000 X-Host-Fingerprint: 195.29.150.97 ls405.htnet.hr Linux 2.4/2.6 Received: from ([195.29.150.97:26706] helo=ls405.htnet.hr) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 38/A3-49905-B676D934 for ; Mon, 12 Dec 2005 07:04:59 -0500 Received: from ls401.t-com.hr (ls401.t-com.hr [195.29.150.236]) by ls405.htnet.hr (0.0.0/8.12.10) with ESMTP id jBCC3i2n029953 for ; Mon, 12 Dec 2005 13:04:21 +0100 Received: from ls401.t-com.hr (localhost.localdomain [127.0.0.1]) by ls401.t-com.hr (Qmlai) with ESMTP id 785A9705A4 for ; Mon, 12 Dec 2005 12:28:59 +0100 (CET) X-Envelope-Sender: invisible@hidden-city.net Received: from [192.168.0.20] (83-131-178-162.adsl.net.t-com.hr [83.131.178.162]) by ls401.t-com.hr (Qmlai) with ESMTP id B67BAA8054 for ; Mon, 12 Dec 2005 12:28:58 +0100 (CET) Message-ID: <439D5EFA.7070804@hidden-city.net> Date: Mon, 12 Dec 2005 12:28:58 +0100 User-Agent: Mozilla Thunderbird 1.0.7 (Macintosh/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: Layout Type From: invisible@hidden-city.net (Dragan Stanojevic - Nevidljivi) Hi all, I'm still trying to find various decisions of configure of php-5.1.1 It seems --with-layout is not awfully described: Set how installed files will be laid out. Type is one of "PHP" or "GNU" When I look in configure.in I see that it sets oldstyleextdir variable, and, it changes only where php extensions are installed by default. With that said, old style is: $libdir/extensions/$extbasedir while new style is: $libdir/$extbasedir Question is, why have we switched to new style, removing extensions dir? I've searched archive of this mailing list, but I couldn't find the reason... Is it ok to remove $extbasedir, so I only have extensions in extensions/* and not extensions/$ZEND_MODULE_API_NO? thank you for your time, N::