php-src/ext/pdo_mysql
Nikita Popov d2dc0a3291 Fix getColumnMeta() test
Newer MySQL versions are stricter about invalid values. Three issues
are fixed:

* Don't use negative values with ZEROFILL. ZEROFILL implies UNSIGNED.
* Use a legal TIMESTAMP value. TIMESTAMP does not accept a Unix timestamp.
* Specify BIGINT values as strings, to avoid overflows.
2018-09-17 17:10:49 +02:00
..
tests Fix getColumnMeta() test 2018-09-17 17:10:49 +02:00
config.m4 Change some permissions from 755 to 644 2018-08-28 23:26:49 +02:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
CREDITS Change some permissions from 755 to 644 2018-08-28 23:26:49 +02:00
get_error_codes.php Make PHP development tools files and scripts executable 2018-08-29 20:58:17 +02:00
mysql_driver.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
mysql_statement.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
pdo_mysql.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_pdo_mysql_int.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_pdo_mysql_sqlstate.h trailing whitespace removal 2015-01-10 15:07:38 -08:00
php_pdo_mysql.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00