Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:107321 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 40184 invoked from network); 26 Sep 2019 08:00:46 -0000 Received: from unknown (HELO php-smtp3.php.net) (208.43.231.12) by pb1.pair.com with SMTP; 26 Sep 2019 08:00:46 -0000 Received: from php-smtp3.php.net (localhost [127.0.0.1]) by php-smtp3.php.net (Postfix) with ESMTP id 4A1232D19B3 for ; Wed, 25 Sep 2019 22:40:05 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp3.php.net X-Spam-Level: X-Spam-Status: No, score=0.7 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS24940 176.9.0.0/16 X-Spam-Virus: No Received: from box.beccati.com (box.beccati.com [176.9.123.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp3.php.net (Postfix) with ESMTPS for ; Wed, 25 Sep 2019 22:40:04 -0700 (PDT) Received: from authenticated-user (box.beccati.com [176.9.123.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by box.beccati.com (Postfix) with ESMTPSA id 2247020076D; Thu, 26 Sep 2019 07:40:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=beccati.com; s=mail; t=1569476403; bh=uCQY6Rv09GMKYgIj0uzdkIXXUS2BpYUWhUqX6y3+kh8=; h=Subject:To:References:From:Date:In-Reply-To:From; b=ahKSIIOR13sbnPSKrnS+tGCNdLztzVfa5GLiB2UDVpw5EcZPIpVZHqe2ZKpz7XpIK JNXGNzOfogNnDpvN1eABxo+9MrJKnVQIJ8cvZQZRwmvn/GJlBZ8hHwosX+DgD1JUUY zQzhFpbB5sHHcX0jdiTDKvzD5yqFzwPZXbZDrej696/IuFli5SPSVQfqj+G7H40hUL KWm4+seyDHoQSphN0UnMKHngTYlPeJE7CgXeqhNggK9OTuzXG70IGjQghxk6tXBPGu pnGiqCv+BxHeps4ha8DNT0kdFU/FPPn8ULwo/OddOtkiHPKRDV7BLu03O8kWpBaIYu N6RYETpM3IgKA== To: Levi Morrison , internals References: Message-ID: <092d26f1-39b9-d621-1955-4585b4ed1633@beccati.com> Date: Thu, 26 Sep 2019 07:39:55 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Envelope-From: Subject: Re: [PHP-DEV] Default include_path From: php@beccati.com (Matteo Beccati) Hi Levi, On 23/09/2019 00:21, Levi Morrison wrote: > Hello Internals, > > I think we should keep this include directory, separate it from pear, and > always create it. It is sometimes useful today, and I think in the future > it might be helpful to have it if we ever create "extensions" in PHP. > > Any objections? Yup. Realistically, very few will require such directory without PEAR. Managing common PEAR dependencies has always been a hell of a problem and I certainly wouldn't miss it. If someone needs such library code sharing, they are surely more than capable to configure the server as they please, without having to put their code into a system directory. Cheers -- Matteo Beccati Development & Consulting - http://www.beccati.com/