1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00
php-e107/e107_handlers
Nick Liu 20882920a0
Fix all PHP 8.1 test failures
* `strftime()` has been replaced with a polyfill based on `DateTime`.
* Explicit type casts/assertions added where required by PHP 8.1
* `filter_var(…, FILTER_SANITIZE_STRING)` replaced with `strip_tags()`
  or HTML entity encoding of quotation marks, depending on a guess of
  what the intended "sanitization" was
* `http_build_query()` usage type mismatches fixed
* Removed usages of the `FILE_TEXT` constant
* To avoid breaking PHP 5.6 compatibility (function return types),
  `e_session_db` no longer implements `SessionHandlerInterface`.
  Instead, the alternative non-OOP invocation of
  `session_set_save_handler()` is used instead to apply the session
  handler.
* The shim for `strptime()` still calls the native function if available
  but now suppresses the deprecation warning.

* `e_db_pdo` explicitly asks for `PDO::ATTR_STRINGIFY_FETCHES` to
  maintain consistent behavior with past versions of PHP.
* `e_db_mysql` explicitly sets `mysqli_report(MYSQLI_REPORT_OFF)` to
  maintain consistent behavior with past versions of PHP.

* Removed pointless random number generator seed from `banner` plugin
* Workaround for `COUNT(*)` SQL query in
  `validatorClass::dbValidateArray()` without a proper API for avoiding
  SQL injection
2021-09-04 15:06:19 +02:00
..
2021-09-04 15:06:19 +02:00
2021-06-25 11:47:39 -07:00
2021-09-04 15:06:19 +02:00
2021-03-22 21:27:52 +01:00
2020-12-18 19:55:12 -08:00
2021-01-24 17:00:02 -08:00
2021-09-04 15:06:19 +02:00
2021-09-04 15:06:19 +02:00
2021-02-27 06:52:07 -08:00
2012-05-11 09:54:12 +00:00
2020-06-13 13:18:37 -07:00
2021-06-13 12:59:01 -07:00
2020-06-15 13:01:09 -07:00
2021-09-04 15:06:19 +02:00
2006-12-02 04:36:16 +00:00
2020-12-17 13:13:29 -08:00
2021-06-24 12:29:47 -07:00
2021-01-24 17:00:02 -08:00
2021-01-01 10:45:26 -08:00
2020-12-18 19:55:12 -08:00
2020-12-18 19:55:12 -08:00
2021-09-04 15:06:19 +02:00
2021-09-04 15:06:19 +02:00
2021-09-04 15:06:19 +02:00
2021-01-24 10:42:53 -08:00
2020-07-02 11:50:25 -07:00
2021-09-04 15:06:19 +02:00
2021-01-24 17:00:02 -08:00
2021-09-04 15:06:19 +02:00
2021-08-13 10:58:42 -07:00