This commit is contained in:
Antony Dovgal 2008-07-11 09:15:44 +00:00
parent 0be3a5dcd5
commit 0c8d3ebe9c
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ Test lchown() function : basic functionality
--SKIPIF--
<?php
if (substr(PHP_OS, 0, 3) == 'WIN') die('Skip: no windows support');
if (!function_exists("posix_getuid")) die("skip: no posix_getuid()");
?>
--FILE--
<?php

View File

@ -3,6 +3,7 @@ Test lchown() function : error functionality
--SKIPIF--
<?php
if (substr(PHP_OS, 0, 3) == 'WIN') die('Skip: no windows support');
if (!function_exists("posix_getuid")) die("skip: no posix_getuid()");
?>
--FILE--
<?php