1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/ext/standard
Michael Orlitzky 4dc0b40f42 ext/standard/crypt.c: handle musl failure tokens
Musl's crypt() returns "*" to indicate failure in contrast with the
"*0" returned by PHP/libxcrypt. This causes test failures, but more
importantly, is a pretty silly thing to expect the user to know.
This commit catches the musl value and turns it into "*0".
2024-11-07 15:54:50 +01:00
..
2024-11-04 15:51:24 +01:00
2024-10-14 14:00:20 +02:00
2024-09-09 19:35:09 +02:00
2024-06-09 07:13:23 +02:00
2024-06-09 07:13:23 +02:00
2024-07-31 12:10:16 +02:00
2024-06-24 19:57:28 +02:00
2024-02-23 23:16:43 +01:00
2024-02-23 23:16:43 +01:00
2024-07-22 23:26:09 +01:00
2024-06-01 17:12:42 +01:00
2024-07-28 20:38:52 +02:00
2023-01-16 12:25:59 +01:00
2023-03-05 21:28:50 +01:00
2024-07-03 21:53:17 +02:00
2024-09-11 21:16:26 +01:00
2024-06-09 01:55:27 +02:00
2024-08-31 15:56:11 +09:00
2024-07-14 11:55:03 +02:00
2024-06-01 17:12:42 +01:00
2024-07-22 22:58:54 +01:00
2023-11-16 14:36:16 +00:00