- Details
Fixes PHP 8.2.x versions not working with Memcached.
PHP 8.2.24 - https://www.php.net/ChangeLog-8.php#PHP_8_2
- Details
PHP 8.3.12 - https://www.php.net/ChangeLog-8.php#PHP_8_3
PHP 8.1.30 - https://www.php.net/ChangeLog-8.php#PHP_8_1
- Details
Changes since Git for Windows v2.46.2 (September 24th 2024)
Git for Windows for Windows v2.47 drops support for Windows 7 and for Windows 8, as announced previously.
Please also note that the 32-bit variant of Git for Windows is deprecated; Its last official release is planned for 2025.
New Features
- Comes with Git v2.47.0.
- Comes with the MSYS2 runtime (Git for Windows flavor) based on Cygwin v3.5.4, which drops Windows 7 and Windows 8 support.
- The new, experimental
git backfill
command was added: It helps fetching relevant Git objects smartly in a partial, sparse clone. - The new, experimental
git survey
command was added. This command is designed to help identify less-than-ideal data shape in monorepos, and it will likely see highly active development. Stay tuned! - Comes with Git Credential Manager v2.6.0.
- Details
Fixes an a critical crash introduced in 1.6.30 when TLS (SSL) is in use.
If a connection is closed before memcached can accept and handshake it, it can crash due to a null reference.
- tls: fix logging crash
https://github.com/memcached/memcached/wiki/ReleaseNotes1631
- Details
https://docs.python.org/release/3.12.6/whatsnew/changelog.html#python-3-12-6
BREAKING CHANGE: The Python Control Panel is no longer supported as of this release. Only console functionality will be available.