summaryrefslogtreecommitdiff
path: root/tests/basic/req60524-win.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Change PHP_OS_FAMILY slightlyKalle Sommer Nielsen2017-02-221-1/+1
| | | | | * PHP_OS_FAMILY is now a macro, to allow extensions to take advantage of it, it is defined in php.h * Values are not upper-case-first, not always uppercase. Windows is no longer just "Win", if we want the short version for testing then PHP_OS is always WINNT anyway
* add PHP_OS_FAMILY constant to determine on which os we areStricted2017-01-251-1/+1
|
* Adding sys_get_temp_dir() test specific for Windows.Matt Ficken2013-04-251-0/+13
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.