faq/com.xml
2bb07c8c43f028c665a33bfc08a22639e9e35dc6
...
...
@@ -73,18 +73,15 @@
73
73
<qandaentry xml:id="faq.com.q5">
74
74
<question>
75
75
<para>
76
-
How can I trap COM errors ?
76
+
How can I trap COM errors?
77
77
</para>
78
78
</question>
79
79
<answer>
80
80
<para>
81
-
In PHP 5, the COM extension throws <literal>com_exception</literal>
81
+
The COM extension throws <literal>com_exception</literal>
82
82
exceptions, which you can catch and then inspect the <literal>code</literal>
83
83
member to determine what to do next.
84
84
</para>
85
-
<para>
86
-
In PHP 4 it's not possible to trap COM errors beside the ways provided by PHP itself (@, track_errors, ..).
87
-
</para>
88
85
</answer>
89
86
</qandaentry>
90
87
91
88