Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:103144 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 20154 invoked from network); 9 Sep 2018 00:50:35 -0000 Received: from unknown (HELO mail-oi0-f52.google.com) (209.85.218.52) by pb1.pair.com with SMTP; 9 Sep 2018 00:50:35 -0000 Received: by mail-oi0-f52.google.com with SMTP id y207-v6so33379264oie.13 for ; Sat, 08 Sep 2018 13:54:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=tIDM0nBL1zEXUqeBq0KeS8B/5LYtiQ+ijRqATVmw7Kw=; b=s5ma5qtlmiaVgNq68BXx2wMxmHyr+BywExfAYupEbbhI81zrxnK7JHuR6eCN9Y/xKd MtYSA/F5pzk94bqB/yreAh9mAfLUFpNVQAwyu5+JESIDx/wkqpzIGHehIbVeM1d6mnAp TjmR5rlYcetFhk7o2Q5KhsaQEWB4GtMEF4d46t10/6Ans957f1T2P1O0otf+6M8A4VJf NQkU1sCPq6CqgR/D+JNE4+rD7JjzUQc/GBvjgszXMIi945RV7CU9PAPSyM1u8lFWopF6 d0ckYCh7Qxm3Iloikrq+q2zsNqMxuw1UnLDqsvE9LJfwt6XhfG0KASNZu0O3nWrvNaZA zyJA== 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=tIDM0nBL1zEXUqeBq0KeS8B/5LYtiQ+ijRqATVmw7Kw=; b=YKAz+QABpTCYK+pNMFnrdes6sHp2PT1hmCJqG8qvZeANZY0pCAD460G5TlcBhLSiKS snSolWAqnFKcsc4/vjqXht/JbTz1DAFKp2tiBwSRl9mgfqw4Syd9jdxVAm4/sOGt8loZ 7QctxOzO08xNxsWXPVC2vNfVHi57osZk+aQ+zm2OMfSnBlYY+bOQFISKEU5/8RYbpUkY k4238laE4CrPwyAafLRN47aAqKdOomyg+erKOr1a+Pce/4A1/8xS351R8lTxvTUkuh+5 +SBXTkbFGpd5/7x+MkQAGaqa/3AsblMgYXkWotfvOMjjU2/N2vCDp2Ju43oX9Oj2+ZEC 4gDA== X-Gm-Message-State: APzg51Bw2/8XBiSWBJtNg8c7UvMA98Zsc3sHuLWFDvnDlA4IZl346PQy LXGaUd0QWR0TsK4vAqms6xGkKZ4e/BAFvAGnWF5Z32EF X-Google-Smtp-Source: ANB0VdYPh3kNiSo1XoLwGoZFwrLGNSeiC1i8/1KmiUfF/J1XAqDvEsbOkPOm7KTID50swwfBEICDqT+Ipd3v3qwaZDw= X-Received: by 2002:aca:390a:: with SMTP id g10-v6mr13321232oia.145.1536440057109; Sat, 08 Sep 2018 13:54:17 -0700 (PDT) MIME-Version: 1.0 Date: Sat, 8 Sep 2018 22:54:05 +0200 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary="000000000000d2a229057562530d" Subject: request to migrate pear/HTML_Form from svn to github From: flyingmana@googlemail.com (Daniel) --000000000000d2a229057562530d Content-Type: text/plain; charset="UTF-8" Hi, i am currently looking through the code behind pecl.php.net and try to make it work with a newer (7.1) php version. As part of this I looked into the pear HTML_Form package, as it is marked as not compatible with php 7 pear/HTML_Form requires PHP (version >= 4.0.0, version <= 6.0.0), installed > version is 7.1.21 In the next step I noticed, the currently provided version is still served from svn.php.net and contains more commits/versions then the github repository of it. Am I here in the right place to request porting the missing commits to the github repository, so I can create a pull request there for the compatibility of newer php versions? I thought about replacing it with something different, but I believe this needs a bit more time. Also it seems for me, there is no major incompatibility with php 7.1, but I need to test this a bit more. Also this is then another topic. https://pear.php.net/package/HTML_Form/ http://svn.php.net/viewvc/pear/packages/HTML_Form/trunk/ https://github.com/pear/HTML_Form Best Regards Daniel Fahlke aka Flyingmana --000000000000d2a229057562530d--