| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change PHP_OS_FAMILY slightly | Kalle Sommer Nielsen | 2017-02-22 | 1 | -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 are | Stricted | 2017-01-25 | 1 | -1/+1 |
| | | |||||
| * | Adding sys_get_temp_dir() test specific for Windows. | Matt Ficken | 2013-04-25 | 1 | -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. | |||||
