Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48790 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64725 invoked from network); 15 Jun 2010 15:45:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jun 2010 15:45:53 -0000 Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.214.42 mail-bw0-f42.google.com Received: from [209.85.214.42] ([209.85.214.42:55178] helo=mail-bw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E0/92-47853-030A71C4 for ; Tue, 15 Jun 2010 11:45:53 -0400 Received: by bwz1 with SMTP id 1so867821bwz.29 for ; Tue, 15 Jun 2010 08:45:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=3HFtdIFBAkHRF9OLA/AJ1pJAQmuD6PmIY8tMpiVD3V0=; b=lcffelpqxCPCl7d/SVwlg6oSF5Np3fjFl4kXcPU6RVNhXkV+ka+1T7qmTsRyYiQffL +nVjoGkA11wjTs1dog4D5HL5dAP2T/bPJJT0OiPZNrdi75dxoSbyxS1Fz9TWLyKUtw3w dviqG8OgX3pNgA/snMHL7djS9HPoIf08aT5rg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=W6yRI0TJra1MKwvclTlWO4j2DjKqQ/hlEV9jflXCz1N2QiiSa5Y5MMSsXqzQMf03QV zv0AE2K125Uko/QSfOrOpPCWYkBWzTIf3xOCvTez0H69NEux/1lwOumCoOX6eglJ6SZA sS2eSX4pNKgnGp+e+FYXWRe6Zg2FP5yDG1SYg= MIME-Version: 1.0 Received: by 10.204.161.193 with SMTP id s1mr5624239bkx.16.1276616748464; Tue, 15 Jun 2010 08:45:48 -0700 (PDT) Sender: kalle.php@gmail.com Received: by 10.204.76.67 with HTTP; Tue, 15 Jun 2010 08:45:48 -0700 (PDT) In-Reply-To: References: Date: Tue, 15 Jun 2010 17:45:48 +0200 X-Google-Sender-Auth: Sz4K1pQ-j0GcK0wcpBeQ7dmTdXo Message-ID: To: Patrick ALLAERT Cc: Ilia Alshanetsky , Adam Harvey , internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Remove sqlite2 from trunk From: kalle@php.net (Kalle Sommer Nielsen) 2010/6/15 Patrick ALLAERT : > What about doing the same with MySQL extensions ? > I have the feeling that there is a benefit at removing ext/mysql with > the same arguments as for sqlite 2. +1 for removing ext/mysql and ext/sqlite. While we are at it, then I think we should strongly consider removing the ext/mssql extension as well, its not maintained, there is countless bugs, and its officially not supported on Windows since 5.3, but it can however still be built and used if you do it manually. -- regards, Kalle Sommer Nielsen kalle@php.net