--- embedaddon/php/ext/posix/tests/posix_access_safemode.phpt 2012/02/21 23:48:00 1.1.1.1 +++ embedaddon/php/ext/posix/tests/posix_access_safemode.phpt 2012/05/29 12:34:42 1.1.1.2 @@ -11,8 +11,9 @@ if (!extension_loaded('posix')) { if (posix_geteuid() == 0) { die('SKIP Cannot run test as root.'); } ---INI-- -safe_mode = 1 +if (PHP_VERSION_ID < 503099) { + die('SKIP Safe mode is no longer available.'); +} --FILE--