mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
37043e07df
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).
20 lines
758 B
Plaintext
20 lines
758 B
Plaintext
# Replace $Id$ strings with 40-character hexadecimal blob object name.
|
|
/ext/ext_skel.php ident
|
|
/ext/phar/phar/pharcommand.inc ident
|
|
/ext/dba/libinifile/inifile.c ident
|
|
/ext/dba/libflatfile/flatfile.c ident
|
|
/ext/dba/libcdb/cdb_make.c ident
|
|
/ext/dba/libcdb/cdb.c ident
|
|
/run-tests.php ident
|
|
|
|
# A custom merge driver to avoid automatic merges. These are manually merged.
|
|
# See https://wiki.php.net/vcs/gitfaq
|
|
/NEWS merge=NEWS
|
|
/UPGRADING merge=NEWS
|
|
/UPGRADING.INTERNALS merge=NEWS
|
|
|
|
# Enable commit diffs for binary PHP test files. Some PHP test files include
|
|
# special characters, such as ASCII control characters. Git recognizes these as
|
|
# binary and wouldn't generate diffs.
|
|
*.phpt diff
|