Denis Vaksman
cd1aed8edd
Fix GH-9296: ksort behaves incorrectly on arrays with mixed keys
...
The comparator function used at ksort in SORT_REGULAR mode
need to be consistent with basic comparison rules. These rules
were changed in PHP-8.0 for numeric strings, but comparator
used at ksort kept the old behaviour. It leads to inconsistent
situations, when after ksort the first key is GREATER than some
of the next ones by according to the basic comparison operators.
Closes GH-9293.
2022-08-12 11:32:23 +02:00
..
2021-07-16 15:56:15 +02:00
2022-06-25 07:39:31 +01:00
2022-06-18 11:48:49 +02:00
2022-06-17 19:51:58 -04:00
2022-08-11 16:26:33 +01:00
2022-07-27 12:08:36 +02:00
2021-11-14 23:29:27 -08:00
2021-02-16 14:20:45 +01:00
2022-04-20 16:42:09 +02:00
2022-04-24 18:02:46 +02:00
2021-09-20 22:48:00 +01:00
2022-03-28 10:52:34 -06:00
2021-09-06 10:26:01 +02:00
2022-06-23 15:20:49 +02:00
2021-01-25 15:44:14 +01:00
2021-06-10 14:47:36 +02:00
2022-04-05 13:25:22 +02:00
2022-04-25 14:26:56 +02:00
2021-11-25 18:29:43 +01:00
2022-07-08 17:38:31 +01:00
2021-07-20 00:28:27 +02:00
2021-03-16 09:31:46 +01:00
2021-11-14 23:29:27 -08:00
2022-06-03 07:53:48 +02:00
2022-05-09 10:55:32 +02:00
2022-06-10 12:41:54 -04:00
2021-12-12 22:38:00 +01:00
2022-06-13 14:41:50 +02:00
2022-08-01 17:02:53 +03:00
2022-08-07 14:17:38 +01:00
2022-05-24 14:59:50 +02:00
2021-11-29 19:15:20 +01:00
2022-06-03 15:12:09 +01:00
2021-06-27 21:39:23 -07:00
2022-05-03 12:12:41 +02:00
2020-12-24 17:48:39 +11:00
2022-06-13 14:41:50 +02:00
2022-06-02 17:32:43 +01:00
2022-07-27 12:49:16 +02:00
2022-06-06 01:11:13 -06:00
2022-05-02 13:58:25 +02:00
2021-04-11 10:38:07 +02:00
2021-06-03 10:33:10 +02:00
2022-06-06 11:35:01 +03:00
2021-05-28 09:45:06 +02:00
2021-09-02 23:18:53 +02:00
2021-11-14 23:29:27 -08:00
2021-05-28 12:34:46 +02:00
2022-05-23 16:49:12 +02:00
2022-06-09 13:48:02 -04:00
2021-05-10 17:22:02 +02:00
2022-07-21 17:20:30 +02:00
2022-07-27 12:49:16 +02:00
2022-08-12 11:32:23 +02:00
2021-08-18 16:37:58 +02:00
2021-02-16 14:20:45 +01:00
2021-02-16 14:20:45 +01:00
2020-11-30 00:29:10 +01:00
2020-12-02 10:19:32 +01:00
2021-09-16 12:06:36 +02:00
2021-10-12 16:42:32 +02:00
2022-06-20 18:01:02 +02:00
2022-06-15 15:37:27 +02:00
2022-06-25 07:39:31 +01:00