diff --git a/ext/com_dotnet/tests/bug73679.phpt b/ext/com_dotnet/tests/bug73679.phpt index b21f9db10dd..47de9b10c7f 100644 --- a/ext/com_dotnet/tests/bug73679.phpt +++ b/ext/com_dotnet/tests/bug73679.phpt @@ -2,7 +2,9 @@ Bug #73679 DOTNET read access violation using invalid codepage --SKIPIF-- +if (!extension_loaded("com_dotnet")) print "skip COM/.Net support not present"; +if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platforms only"); +?> --FILE--