Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:128556 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by lists.php.net (Postfix) with ESMTPS id 1CC5B1A00BC for ; Tue, 26 Aug 2025 13:46:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1756215922; bh=p4abW1RGOkNMoY5TX8ZJhAOc5sYwnDsbmupO8ePlCPA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=hI1DRhDqW6n0WhZX/Pw14D9qRe0PQLrFEKGSruB2uvU4gqC/5jwJUUDfHDM5rOsYE eiyjyM/i4XdtntfMgRaevee2GOug+yKQXINdGcekJeVZkU2qlz0zrxeQ9rEDzKCH2m eQf6N2kcV1DGyly8WJmknpkTTVBeOUFyzIBacfp0JY8UVD4Nhnv9CkOLjsm+wvPDQQ v/Egi0E3nyHccgLkVdw+zbVytFAxWapeGzZk8RLT20sYXdgWXMoVV1AIVwGUoJp+oz x9cyvyQoSpTg13VI/h5B3Smj/Z02WkfgRHx/7pev5qoLx/ihbwN2p7iPquUWF3uH7K ky5GlFVVS6uJw== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 799D518005D for ; Tue, 26 Aug 2025 13:45:21 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-25) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-0.2 required=5.0 tests=BAYES_20,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=4.0.1 X-Spam-Virus: No X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Tue, 26 Aug 2025 13:45:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1756216012; bh=il3c1t8f/a2tSydE+NmZT+3Z20qDLr84DemrN+dHDvg=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=h/fvDMRvuzxL4brjrYvcYIHB/SIFopdB2fdRxEXZGFOtgLk1b5ODhl5hQqLs43X4A z0iLpDwQEY+M4jO3EqhTCEZOjs4hWaJbC10DPNU97AtlkhbFucm4wiuT6KQJ67w3iS J9g9KHPL6jwiNvSr/grO3Y6OQTDzyYo8nJodlwBl+fBEX1vIKYritIFIR66tIj7J8m kwJj7NZXpH7FnWiPQdabnNn3dPWs33o6w0S5sLxfzRwcnQ18P6G7j4VLWdHU0dO60S Ya187AuDdQGUcJmbwHKZgr+Xl5xBZaXKIFpFP9VEmjNCRCJKFPsCEHbGjtYMqy/Lwd 2RTSPKUa6JG4Q== Precedence: list list-help: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Date: Tue, 26 Aug 2025 15:46:51 +0200 To: Derick Rethans Cc: Ben Ramsey , PHP Internals List Subject: Re: [PHP-DEV] [RFC] [Discussion] Recommend PIE and deprecate PECL In-Reply-To: <8CAE52D6-EB18-4CC7-AE0E-9296CB2FB1AE@php.net> References: <8CAE52D6-EB18-4CC7-AE0E-9296CB2FB1AE@php.net> Message-ID: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=C3=BCsterhus?=) Hi Am 2025-08-25 09:38, schrieb Derick Rethans: > Ideally we have a page in the docs like this, > , for which > we then can setup a short url (which we should also do for /composer). In fact there's already a mention of PECL extensions in the same section that mentions both the pecl tool (https://www.php.net/manual/en/install.pecl.pear.php), as well as manual phpize (https://www.php.net/manual/en/install.pecl.phpize.php). Adding a PIE subsection to that makes sense to me. Best regards Tim Düsterhus