php-src/ext/pdo_mysql
Gabriel Caruso fef879a2d6 Use bool instead of boolean while throwing a type error
PHP requires boolean typehints to be written "bool" and disallows
"boolean" as an alias. This changes the error messages to match
the actual type name and avoids confusing messages like "must be
of type boolean, boolean given".

This a followup to ce1d69a1f6, which
implements the same change for integer->int.
2018-02-04 23:09:40 +01:00
..
tests Use bool instead of boolean while throwing a type error 2018-02-04 23:09:40 +01:00
config.m4 Fix bug #75615 2017-12-17 12:47:35 +01:00
config.w32 converted ext/sqlite and ext/pdo_mysql to use static tsrmls cache 2014-10-16 18:50:19 +02:00
CREDITS
get_error_codes.php - Update PDO_mysql error mapping 2011-08-31 15:46:07 +00:00
mysql_driver.c year++ 2018-01-02 12:57:58 +08:00
mysql_statement.c Use OBJ_FLAGS() macro to access object flags (even if they are currently stored together with GC_FLAGS) 2018-01-22 15:57:00 +03:00
pdo_mysql.c year++ 2018-01-02 12:57:58 +08:00
php_pdo_mysql_int.h year++ 2018-01-02 12:57:58 +08:00
php_pdo_mysql_sqlstate.h trailing whitespace removal 2015-01-10 15:07:38 -08:00
php_pdo_mysql.h year++ 2018-01-02 12:57:58 +08:00