We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c9f49a + 98288a2 commit 59744a7Copy full SHA for 59744a7
ext/com_dotnet/tests/bug73679.phpt
@@ -5,6 +5,7 @@ com_dotnet
5
--SKIPIF--
6
<?php
7
if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platforms only");
8
+if (!class_exists("dotnet")) die("skip mscoree not available");
9
?>
10
--FILE--
11
ext/com_dotnet/tests/bug77177.phpt
@@ -2,6 +2,10 @@
2
Bug #77177 (Serializing or unserializing COM objects crashes)
3
--EXTENSIONS--
4
com_dotnet
+--SKIPIF--
+<?php
+?>
$com = new COM("WScript.Shell");
0 commit comments