1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 16:52:18 +01:00
Files
archived-php-src/ext
Michael Orlitzky 68a0efedeb ext/standard/tests: 32bit wordwrap tests aren't just for Windows
The test in strings/wordwrap_memory_limit.phpt has a counterpart in
strings/wordwrap_memory_limit_win32.phpt. The two are conditional on
both the OS name and the size of an int (32- versus 64-bits).

A Gentoo Linux user has however reported that the 64-bit test fails on
a 32-bit system, with precisely the error message that the "win32"
test is expecting. I don't have any 32-bit hardware to test myself,
but I think it's reasonable to conclude that the OS name is not an
essential part of the test: it's simply 32- versus 64-bit.

This commit drops the conditionals for the OS name. Now one test will
be run on 32-bit systems, and the other on 64-bit systems, regardless
of the OS name.

Bug: https://bugs.gentoo.org/935382
2024-07-04 15:55:04 +02:00
..
2023-09-26 21:44:00 +02:00
2024-02-19 15:18:48 +01:00
2023-11-22 20:39:29 -06:00
2023-01-19 14:13:34 +00:00
2023-07-10 13:34:21 +02:00
2023-05-13 18:53:35 +01:00
2024-05-17 13:08:42 +02:00
2024-01-04 19:26:32 +01:00
2024-07-03 19:17:13 +02:00
2023-09-22 10:26:01 +02:00
2023-11-10 00:08:09 +01:00
2024-01-17 01:12:24 +09:00
2023-03-27 16:33:36 +02:00