Changes between Initial Version and Version 1 of Ticket #50913, comment 62
- Timestamp:
- 10/02/2020 12:00:03 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #50913, comment 62
initial v1 1 I've just gone through some of the more recent change to PHP 8.0 and noticed this commit which we may need to account for: https://github.com/php/php-src/commit/5cb8b04646ed99c794c45f8c24fc5c3c7c59e3201 I've just gone through some of the more recent changes to PHP 8.0 and noticed this commit which we may need to account for: https://github.com/php/php-src/commit/5cb8b04646ed99c794c45f8c24fc5c3c7c59e320 2 2 3 3 TL;DR: Looks like support for MySQL < 5.5 is being dropped in PHP 8.0 when not using `mysqlnd`.