mirror of
https://github.com/php/php-src.git
synced 2026-03-26 09:12:14 +01: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.