Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91088 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39961 invoked from network); 5 Feb 2016 18:04:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Feb 2016 18:04:37 -0000 Authentication-Results: pb1.pair.com header.from=adam.baratz@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=adam.baratz@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.181 as permitted sender) X-PHP-List-Original-Sender: adam.baratz@gmail.com X-Host-Fingerprint: 209.85.223.181 mail-io0-f181.google.com Received: from [209.85.223.181] ([209.85.223.181:36815] helo=mail-io0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D7/44-07203-434E4B65 for ; Fri, 05 Feb 2016 13:04:37 -0500 Received: by mail-io0-f181.google.com with SMTP id g73so137101543ioe.3 for ; Fri, 05 Feb 2016 10:04:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=h0MY0RFe+UCqv/ZMa35mn+5rdSEYaieKOsdrtys8BIg=; b=zLj376utTh5ZzHuI5wK1LgC8DWETZ8cgFXD9R1m8iHQV/nT5CS7uMY/E4nXGUS0ec8 K++9XP2soY0yxl9XEYWjxxCvWWFqBXCJTchNVxqDqbn2/GGIEIp/dmkO5jVZ7AjaTCIi +X38bmAuqTjmbihcKXg1ZI905S4slRkEngj0jYtoPAyE1db0O4nhVD4NaxhTqgMqlpXn aOElMG8oZ8ixwkBAq6Rxm8qXI0+3Di2BllBqzBwHQuIqGFrjpUswb3YP68RDSTusRmyK EsMGiJdcQZTUEEF+lQ2LpwUS3QJZheAfdlz/+VBQ7JH48oEI94fU3GshUMjmLZAssuPq 2a5Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=h0MY0RFe+UCqv/ZMa35mn+5rdSEYaieKOsdrtys8BIg=; b=LKGN9wkCnsggBf+DgCyn9OBWwwAsryloTkKxxYnLvzT2E8m2QxFC2yzs1p6szl0k5f vWQ29sYbMvtmDlj7q4GYShMSP/RfJzYZAa/kWqEhc/oQYjCQsMhU9Jcm13gKyFCle0an zrFwjzqGRA7iKTUAl+x6wos7a/FVEm+uChn/hprcC7IPg3iP+5T+gmR1KBTNlU18A7Am AysNWOxszZmjCmONM/uaWNEwZzPzqJXCiQdi44EemKbSx16MXCxjx7BugnnmYzL+YJ2/ dgnAgYunXsPnGxr286G0pevX5evCD2e/MZ1UGFVZ5F2RLJ3O5DEX5sGx2yvGV+Oc20Y4 4QAA== X-Gm-Message-State: AG10YOT/nRd8Z1U/bvHQVnOWMLnD5rtDcsWGO/kY9HTtnVlAU5J+G5IcKiZpIdLfyLPGdDbn/TFCJmhkuBxWcA== MIME-Version: 1.0 X-Received: by 10.107.8.158 with SMTP id h30mr16456269ioi.93.1454695474198; Fri, 05 Feb 2016 10:04:34 -0800 (PST) Received: by 10.64.86.77 with HTTP; Fri, 5 Feb 2016 10:04:34 -0800 (PST) Date: Fri, 5 Feb 2016 13:04:34 -0500 Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a113f9228ff0402052b09aeb3 Subject: pdo_dblib pull requests From: adam.baratz@gmail.com (Adam Baratz) --001a113f9228ff0402052b09aeb3 Content-Type: text/plain; charset=UTF-8 Hi, I work for the rare company that uses Linux PHP servers with MSSQL. We rely quite a bit on this extension and have invested a little in some feature improvements. I'd like to get them pushed upstream, but given the relatively low usage of this extension, it seems like PRs easily get stuck in limbo because of the difficulty in testing/verifying them (e.g., https://github.com/php/php-src/pull/1122). What process would people recommend for sharing our work? Thanks, Adam --001a113f9228ff0402052b09aeb3--