Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:104051 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 44206 invoked from network); 3 Feb 2019 06:04:23 -0000 Received: from unknown (HELO mail-it1-f171.google.com) (209.85.166.171) by pb1.pair.com with SMTP; 3 Feb 2019 06:04:23 -0000 Received: by mail-it1-f171.google.com with SMTP id g85so15617100ita.3 for ; Sat, 02 Feb 2019 18:44:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=ONhKwj01q9BJLdT7sGxf647Gfe6gvDkYzKRPBjw0OFc=; b=hOQduJOB/OtIrXEDlFnFO8I8DYoED/hmuuTYMXFme0cbKLKdL75bBqe6T9RiZ629BR epzXy9BvBIOMI5lDHY4os+DfBbMNk0YqnWB5tLFGsXDUBqwCOQt7y4Chz17SGbJPgtx+ +2lYcPDbNZyzgOPDD9XPtm7D8KaSvw8/ejzAIrYmJP3+wAe9ywj6Y/oI+xhdJtBA6SXd LjS63OYhtl8bwNmg9X95hIe/SUqDOgg8wK8lcHE23qTX/90DRxRshPV4EzmafJwGSq27 osDf+hlbZWOR8zKlYsxP1YsKzCagVvoRU1x19SESwuKl+l3OMuO7lh93fQJZwhqZrDXP OJFQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=ONhKwj01q9BJLdT7sGxf647Gfe6gvDkYzKRPBjw0OFc=; b=fGCnBJM4J8y6sXlxhBC+pB8yzBkxG51CHp3RX2eEh0D0sE3J3vlqHHfgHrcTw9ahi9 YfovqGJE8T/G+eyG1clGwfSFXI9uxDbib9TfKNeu9DYmTAPxED3LfGIWguspP/jeJuWH eXfvz7UGC5/nWC7fMwKyE3dJxKZFAjxAnwXbEheDLoHMUFSJECtXUOT1Chop1B6JTmoN VHQfaJxSG1lZ4430oz4eUHbqnfDrdpv25dD3FJoIwCB0rU/XIe9ILRGGnFxXkkVTIc69 yD8DVXzosoXb60Nzt3qxUJayCXtpN71rnLTctquVEfIJczpbn1S/7JXekxWxboP32xV4 EiWQ== X-Gm-Message-State: AHQUAuYHwxGkDk8oXTNAA1tbzmK7uepUBH2scXziyeGbwW9Xl2ZcpFzW FvAOtGzulQmR2oT8Rk6JP55/mHIlY+34XZK9BTT2SA== X-Google-Smtp-Source: AHgI3IZdPKtAcrjFf8IOm6faCB7YCXSFAOYrnowU1LPqYI+SzyWl7xjk+TNfyAD/a70xPWbQPxR3MCyRBNTHT2HfzpI= X-Received: by 2002:a24:5608:: with SMTP id o8mr5449371itb.35.1549161893913; Sat, 02 Feb 2019 18:44:53 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Sat, 2 Feb 2019 18:44:41 -0800 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="00000000000062eb8b0580f45c59" Subject: Re: [PHP-DEV] phpenmod/phpdismod From: walterp@gmail.com (Walter Parker) --00000000000062eb8b0580f45c59 Content-Type: text/plain; charset="UTF-8" On Sat, Feb 2, 2019 at 1:06 PM Peter Kokot wrote: > >> 3. Do you know where is the source code of these two scripts? When the > >> upstream script gets updated it would be then useful to copy/paste > >> changes into php-src. So the main development should be happening > >> upstream anyway. Meaning away from the PHP. > > > > > > I don't know what to say on that. > > P.S. I've found sources at Debian mainstream: > https://sources.debian.org/src/php-defaults/69/php-helper/ > > Overall, I think this might be too Debian specific tool. PECL is > something that works in similar way. And it installs entire extension > from scratch together with compiling... PECL approach is something > that PHP should go into. Or, the more taboo way - Composer installable > extensions. There was some work done on that but it got stuck because > it is very large change and now nobody knows how to do that from that > step. Basically, a Composer plugin might be a better start with this. > Except that here we need to understand that PHP packages on Linux > distributions are already compiled and prepared for faster > installation, so installing extensions with PECL is a way different > approach compared to a more comfortable ways using > apt/yum/dnf/pacman/brew... > > -- > Peter Kokot > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > If you can make it work on MacOS, Windows, and the BSDs, then great. Otherwise, it should be left to the Linux distributions. Walter -- The greatest dangers to liberty lurk in insidious encroachment by men of zeal, well-meaning but without understanding. -- Justice Louis D. Brandeis --00000000000062eb8b0580f45c59--