mirror of
https://github.com/php/php-src.git
synced 2026-04-01 13:12:16 +02:00
sys_get_temp_dir() returns a Windows-style path (\\ instead of /) on Windows. This is why a Windows specific test is required. Skipping req60524.phpt on Windows. Adding -win32 fork for use only on Windows. Fixes test bug #64396.