1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 18:23:26 +02:00
Files
archived-php-src/main
Peter Kokot 8a75b3c50c Remove conditional checks for ssize_t type (#18996)
The ssize_t type is already used unconditionally in php-src code
everywhere except the main/s{n,p}printf.c files. On Windows ssize_t is
available as an alias to the SSIZE_T defined in BaseTsd.h (available in
affected files through the included windows.h in zend_config.w32.h).

This also makes the Autoconf macro PHP_CHECK_SIZEOF obsolete in favor of
the AC_CHECK_SIZEOF, which is more convenient to check for types without
the need to run the test program - omitting the cross-compilation
issues. AC_CHECK_SIZEOF once didn't provide including additional headers
(resolved in Autoconf versions after 2.13).
2025-07-02 01:45:40 +02:00
..
2025-07-01 17:48:00 +02:00
2024-05-19 22:57:08 +02:00
2025-02-15 10:12:34 +00:00
2024-11-14 20:36:23 +01:00
2024-11-18 20:53:28 +01:00
2025-06-09 22:05:21 +02:00
2025-05-21 19:39:02 +02:00
2025-03-29 13:29:40 +01:00
2025-04-21 13:20:45 +02:00
2025-06-21 20:17:15 +02:00
2024-11-18 20:53:28 +01:00
2024-12-01 11:00:17 +01:00
2024-10-06 19:43:19 +01:00
2024-02-08 12:08:07 +01:00
2023-01-16 12:27:33 +01:00