master
fix encoding
build/php.m4: remove test for integer types (#10304)
Factor out SETUP_ZLIB_LIB() (GH-16798)
[skip ci] Fix MYSQLND_HAVE_SSL preprocessor help texts
Revert GH-10220
Skip validity and length calls when the byte cannot be part of a multibyte sequence
Remove unused SMART_STR_PREALLOC (#14848)
Implement mysqlnd_set_persistent_string (#7371)
ext/mysqlnd/mysqlnd_auth.c: Add error handling for invalid public key size (#18663)
Update http->https in license (#6945)
Merge branch 'PHP-8.3'
Fixed handshake response charset. (#13470)
Drop unused variables (#18023)
Merge branch 'PHP-8.4' into PHP-8.5
Replace macro with inline function (#7365)
Remove unnecessary Windows specific time formatting (GH-15474)
Fix printf formats in mysql debug logging
Remove MYSQLI_STMT_ATTR_PREFETCH_ROWS constant (#15485)
mysqlnd: support ER_CLIENT_INTERACTION_TIMEOUT (#13618)
Fix incorrect function/method names in DBG_ENTER() (#11554)
Mark various functions with void arguments.
Remove get_parameter_metadata
Deprecate driver specific PDO constants
Use more compact representation for packed arrays.
Mysqlnd: Removed useless precompilter cond (#19120)
Remove dead code
mysqlnd: Use `return true` / `return false` for functions returning `bool`
mysqlnd: Use `true` / `false` instead of `1` / `0` when assigning to `bool`
mysqlnd: Make `st_mysqlnd_stats.values` a dynamic struct member (#18246)
Drop mysqlnd statistics triggers
Use <winsock2.h> instead of legacy <winsock.h> (#19037)
Merge branch 'PHP-8.3' into PHP-8.4
Preferably include from build dir (#13516)