Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:100040 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51108 invoked from network); 25 Jul 2017 13:49:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jul 2017 13:49:04 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.44 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.214.44 mail-it0-f44.google.com Received: from [209.85.214.44] ([209.85.214.44:36750] helo=mail-it0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AE/A3-07730-F4C47795 for ; Tue, 25 Jul 2017 09:49:03 -0400 Received: by mail-it0-f44.google.com with SMTP id v205so34381893itf.1 for ; Tue, 25 Jul 2017 06:49:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:from:date:message-id:subject:to; bh=5462r3DVm90HrJh9/bpeXnG3ZpabBPCTxXmQ84iykNo=; b=YG8ljZWlHluH7IRzmd9W0Sf5FFk5NBDAKItTAnZZcqXQ3kKqKI4LL1MFZF0ulEg8Um I4lyAnSOcm8xPFFNrvJI+rCr1g+TD49kZUqOck05roAyqMBWNWwi06ruCUc4uBlUsYlq FVC5B2f8S6T3DX8TgHhZOrAp3M7CgqofHR82I7GBGCF0bCa4Jln7MgWwTM/HHVz0vb5/ A0B9gMMTyA/KGpn5hLeng8z8P2ddkTeODsx4UAXzBaLh1kNfWhHU7hYfoKB9CoS1JTRE DuiVptXyuuC39AQMMh85mkD2/f5fL1E0bJmqgi0a1BIRIMNKfvXduc0zAlNriBjMRPUf S9kw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:from:date:message-id:subject :to; bh=5462r3DVm90HrJh9/bpeXnG3ZpabBPCTxXmQ84iykNo=; b=XKywVJvCV1SYs1udVIkDq2eNqWJwLDTY60OkSWcMVR3IWJy9HtfTulo0JW3aTloFB2 dUBxy25RkMbO7fhyvvre2jdVt6FxzkWDZ1rZWyS1uMMGclzq4yEI3rcM+RHsyUBusCyW UIaoNqL5fPeUbm5wctitClQCahDDojEdaFMa2zz4sxs4NomafDvFY3zf9zhLviZ/igyJ BB+2SvuC9NACk7a8h0Mjqu0RfsI+yO+KosNR08dlWxcliWWz/dGeYU1DuXTlEjcfcjrk +Df8nkL9m4RAvpg9ZR60vhafnalW5xd93TnxHuEGucEUsDhKsHcXzpda2PO8skjxr1wf k65Q== X-Gm-Message-State: AIVw113epXQwqzq945eFiZtyI04E753J1hfwYh6sAyaHMtwuWyJZQ4ty H6vlISZECfC7BOgGOa5VRhWSRzgb5so3 X-Received: by 10.36.36.135 with SMTP id f129mr10308809ita.60.1500990540732; Tue, 25 Jul 2017 06:49:00 -0700 (PDT) MIME-Version: 1.0 Sender: kalle.php@gmail.com Received: by 10.107.168.144 with HTTP; Tue, 25 Jul 2017 06:49:00 -0700 (PDT) Date: Tue, 25 Jul 2017 15:49:00 +0200 X-Google-Sender-Auth: HAioW4GCQi-C0QXUIEOc2iSbgcM Message-ID: To: Internals Content-Type: text/plain; charset="UTF-8" Subject: Remove ODBCRouter support From: kalle@php.net (Kalle Sommer Nielsen) Hi If no one objects, I intend to remove the old ODBCRouter support from ext/odbc, this has not had any releases for 8 years on Unix and I highly doubt anyone are still using that with PHP. I will commit a patch within the next few days for this. I had a look over all other Unix flavors we support with ODBC, and all of them had releases within the last few years so I consider them still supported. -- regards, Kalle Sommer Nielsen kalle@php.net