From 37043e07dfa57dbc567b7217ca7aa25a1385ccb6 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Mon, 15 Jul 2019 11:43:09 +0200 Subject: Sync mysqlnd version with PHP version Since mysqlnd is solely developed in the php-src repository, it makes not much sense to have its own version number, particularly since nobody cares to update it. Therefore we use PHP's version number, but stick with the "mysqlnd" prefix which can be important to distinguish the mysqli driver (libmysqlclient vs. mysqlnd). --- .gitattributes | 1 - 1 file changed, 1 deletion(-) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index f26eb40946..5bee19d08d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,4 @@ # Replace $Id$ strings with 40-character hexadecimal blob object name. -/ext/mysqlnd/mysqlnd.h ident /ext/ext_skel.php ident /ext/phar/phar/pharcommand.inc ident /ext/dba/libinifile/inifile.c ident -- cgit v1.2.1