php-src/ext/mysqli
Peter Kokot 52dba99d47 Sync headers installation
This syncs the installed sapi and extension headers on *nix and Windows
systems by installing only what is intended outside of php-src.

- ext/gd: without gd_arginfo.h and gd_compat.h
- ext/hash: php_hash_joaat.h and php_hash_fnv.h added also on Windows
  installation; xxhash/xxhash.h added on both installations as it is
  included in php_hash_xxhash.h; Include path for xxhash.h changed to
  relative so the php_hash_xxhash.h can be included outside of php-src;
  Redundant include flags removed
- ext/iconv: without iconv_arginfo.h
- ext/mysqli: mysqli_mysqlnd.h was missing on Windows
- ext/phar: php_phar.h was missing on Windows
- ext/sodium: php_libsodium.h was missing on *nix
- ext/xml: without xml_arginfo.h
- sapi/cli: cli.h was missing on Windows

Closes GH-13210
Closes GH-13213
2024-01-28 19:50:55 +01:00
..
tests Merge branch 'PHP-8.3' 2024-01-19 23:41:01 +01:00
config.m4 Sync headers installation 2024-01-28 19:50:55 +01:00
config.w32 Sync headers installation 2024-01-28 19:50:55 +01:00
CREDITS
mysqli.c ext/mysqli/pgsql: mysqli_fetch_object/pgsql_fetch_object raises ValueError on constructor args error. 2023-03-13 19:54:49 +00:00
mysqli.stub.php mysqli_field_seek return type changed to true (#11948) 2023-08-14 19:04:34 +01:00
mysqli_api.c Remove unnecessary type punnign from mysqli_api.c 2023-03-10 17:15:46 +01:00
mysqli_arginfo.h mysqli_field_seek return type changed to true (#11948) 2023-08-14 19:04:34 +01:00
mysqli_driver.c Remove mysqli_driver::$reconnect property 2022-05-30 15:28:08 +01:00
mysqli_exception.c Fix bug GH-7746 (mysqli_sql_exception->sqlstate is inaccessible) 2021-12-30 14:23:06 +00:00
mysqli_mysqlnd.h Remove uses of TRUE/FALSE in mysqli/pdo_mysql 2021-05-26 15:07:23 +02:00
mysqli_nonapi.c ext/mysqi: mysqli_poll raises a ValueError on absent 1st and 2ng arguments. 2023-03-15 17:49:31 +00:00
mysqli_priv.h Remove MYSQLI_USE_MYSQLND constant and all the code with it 2022-05-30 15:28:08 +01:00
mysqli_prop.c Remove MYSQLI_USE_MYSQLND constant and all the code with it 2022-05-30 15:28:08 +01:00
mysqli_report.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
mysqli_result_iterator.c general signatures discrepencies fixes (#13122) 2024-01-10 22:19:23 +00:00
mysqli_warning.c Remove MYSQLI_USE_MYSQLND constant and all the code with it 2022-05-30 15:28:08 +01:00
php_mysqli.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_mysqli_structs.h Update globals to use bool type 2022-09-06 10:34:10 +01:00