reference/com/setup.xml
1714e477c0011315222213efe350786f112c198e
...
...
@@ -11,7 +11,7 @@
11
11
COM functions are only available for the Windows version of PHP.
12
12
</para>
13
13
<para>
14
-
.Net support requires PHP 5 and the .Net runtime.
14
+
.Net support requires the .Net runtime.
15
15
</para>
16
16
</section>
17
17
<!-- }}} -->
...
...
@@ -20,9 +20,8 @@
20
20
<section xml:id="com.installation">
21
21
&reftitle.install;
22
22
<para>
23
-
As of PHP 5.3.15 / 5.4.5, this extension requires <filename>php_com_dotnet.dll</filename>
24
-
to be enabled inside of &php.ini; in order to use these functions. Previous versions of
25
-
PHP enabled these extensions by default.
23
+
This extension requires <filename>php_com_dotnet.dll</filename>
24
+
to be enabled inside of &php.ini; in order to use these functions.
26
25
</para>
27
26
<para>
28
27
You are responsible for installing support for the various COM objects
...
...
@@ -39,11 +38,7 @@
39
38
<!-- {{{ Resources -->
40
39
<section xml:id="com.resources">
41
40
&reftitle.resources;
42
-
<para>
43
-
This extension defines a reference to a COM component returned by
44
-
deprecated <function>com_load</function> (this function does not exist in
45
-
PHP 5; use the <xref linkend="class.com"/> class instead).
46
-
</para>
41
+
&no.resource;
47
42
</section>
48
43
<!-- }}} -->
49
44

50
45