Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:107287 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 23098 invoked from network); 23 Sep 2019 00:43:23 -0000 Received: from unknown (HELO php-smtp3.php.net) (208.43.231.12) by pb1.pair.com with SMTP; 23 Sep 2019 00:43:23 -0000 Received: from php-smtp3.php.net (localhost [127.0.0.1]) by php-smtp3.php.net (Postfix) with ESMTP id D03662CBF5F for ; Sun, 22 Sep 2019 15:21:52 -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.0 required=5.0 tests=BAYES_20,FREEMAIL_FROM, HTML_MESSAGE,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE, SPOOFED_FREEMAIL autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No Received: from mail-lf1-f49.google.com (mail-lf1-f49.google.com [209.85.167.49]) (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 ; Sun, 22 Sep 2019 15:21:49 -0700 (PDT) Received: by mail-lf1-f49.google.com with SMTP id w6so8621033lfl.2 for ; Sun, 22 Sep 2019 15:21:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=y8UeUoxj+Y0lecuGCKMkmtD3j4a59gSZyvc07AF78Zg=; b=dHF3iouum7YRa2TAMsEKBZ9G89T73eCbAWVzFKSwGnfGGOomSM8ENhbBS797jRiQ/M H9h0bwqlmHSu6dW/shjkM2hRXzYyZD4OsUnHbMvUI30AyuDJZ4ZLobV9lrZHEnvKsS+S zMxUFtNXoSeF1NFQGM6n7ZSuZ+MemNLLLcsQXB9Z3j3A6hC8vlzzV79YOi8RQRyDA/Vx iI0Na65Weu1f/kPlNkboA1ZdjU1dyvgFr0py2gy7t9Rw03jAP7pWZTXte9uqb5jZ936j OMUgTxEc7d7i8LH4mETSm9DgeN90m1CH+PqML5IhbW7Q4d1j4Kgsu+AnY98zOBZgiykI W2YQ== X-Gm-Message-State: APjAAAW7OdZgVahDSXzumi1E053hPw8eg+itSUaWGE+WrPUKZsxcnG4E ZJTR+zbFYov7a8vaprERm/ar8WWNVEmosvAtHU/PJ3ZO X-Google-Smtp-Source: APXvYqyQQemdrnblWRTsF42TDBuOHO6qK3fSHKEL5rotScoVOZK2E5eQwBZMcVdxwJqEgbBXG4OpxAZsII57KNvvb+0= X-Received: by 2002:ac2:4551:: with SMTP id j17mr14832411lfm.81.1569190907426; Sun, 22 Sep 2019 15:21:47 -0700 (PDT) MIME-Version: 1.0 Date: Sun, 22 Sep 2019 16:21:35 -0600 Message-ID: To: internals Content-Type: multipart/alternative; boundary="0000000000009f39ed05932bba4e" X-Envelope-From: Subject: Default include_path From: levim@php.net (Levi Morrison) --0000000000009f39ed05932bba4e Content-Type: text/plain; charset="UTF-8" Hello Internals, I've recently discovered that the default include_path is dependent on whether pear is enabled. I don't remember the discussion but we have decided to deprecate pear. This has the implication that going forward there won't be a standard place for PHP code in the installation prefix. 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? --0000000000009f39ed05932bba4e--