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
Christoph M. Becker 788128aec7 Fix -Wpointer-type-mismatch warning (GH-17453)
`GetProcAddress()` returns a `FARPROC` (aka. `long long (*)()`) which
is not compatible with `void *` per the specs.  However, on Windows
they are, so we silence the warning with a cast.
2025-01-13 13:04:19 +01:00
..
2024-12-27 21:36:36 +09:00
2024-11-17 12:28:12 +00:00
2024-12-20 15:09:59 +00:00
2024-12-06 19:02:22 +01:00
2024-12-20 18:52:43 +01:00
2025-01-11 10:50:07 +01:00
2024-12-18 11:39:06 +00:00
2025-01-03 12:31:13 +01:00
2024-11-10 20:35:04 +00:00
2024-12-06 17:44:01 +01:00
2025-01-07 23:34:22 +00:00
2024-10-24 15:58:12 +02:00
2024-12-26 12:26:59 +01:00
2024-12-11 19:33:03 +01:00
2024-11-27 23:06:34 +01:00
2024-12-31 15:25:17 +01:00
2024-11-25 22:27:43 +01:00
2024-12-15 16:05:20 +00:00
2024-12-30 12:42:24 -04:00
2024-11-26 14:07:32 +01:00
2025-01-09 19:54:52 +01:00
2025-01-05 13:35:20 +00:00
2025-01-09 20:01:16 +01:00
2024-12-27 15:54:37 +01:00
2025-01-12 20:42:53 +01:00