Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99924 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1981 invoked from network); 18 Jul 2017 21:27:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jul 2017 21:27:31 -0000 X-Host-Fingerprint: 62.251.31.78 monitor.xs4all.nl Received: from [62.251.31.78] ([62.251.31.78:22221] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 80/22-02884-24D7E695 for ; Tue, 18 Jul 2017 17:27:30 -0400 To: internals@lists.php.net Date: Tue, 18 Jul 2017 23:27:27 +0200 Message-ID: References: X-Newsreader: Forte Agent 3.3/32.846 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Posted-By: 62.251.31.78 Subject: Re: Minimum MySQL version From: phpdev@ehrhardt.nl (Jan Ehrhardt) Nikita Popov in php.internals (Tue, 18 Jul 2017 21:37:07 +0200): >I just found out that some of the PDO code contains MySQL version checks >going all the way back to MySQL 3.22.30, which has been released in 2000. > >What is the minimum MySQL version we support? can I drop checks for MySQL >3.x and 4.x? The Windows builds come bundled with MySQLND 5.0.8-dev (PHP 5.3) up until MySQLND 5.0.12-dev (PHP 7.2). Even PHP 5.1 was distributed with a MySQL 5.0.x version, so dropping MySQL 3.x and 4.x seems perfectly valid. -- Jan