Skip to content

Commit b66f220

Browse files
committed
- Fixed bug #386: Missing docs: Xdebug and IonCube don't work well together.
SVN Rev: 3143
1 parent 194cd1f commit b66f220

File tree

1 file changed

+4
-42
lines changed

1 file changed

+4
-42
lines changed

html/docs/include/features.php

Lines changed: 4 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<pre>
3434
zend_extension_ts=\"c:/php/modules/php_xdebug-4.4.1-[KW:last_release_version].dll\"
3535
</pre>
36-
<strong>From PHP 5.3 onwards, you need to use zend_extension and not
36+
<strong>From PHP 5.3 onwards, you <b>always</b> need to use zend_extension and not
3737
zend_extension_ts.</strong>
3838
</p>
3939
@@ -162,47 +162,9 @@
162162
<a name='compat'></a>
163163
<h2>Compatibility</h2>
164164
<p>
165-
Xdebug does not work together with the Zend Optimizer or any other Zend
166-
extension (DBG, APD etc). This is due to compatibility problems with those
167-
modules. We will be working on figuring out what the problems are, and of
168-
course try to fix those.
169-
</p>
170-
171-
172-
<a name='phpize'></a>
173-
<h2>phpize Output Table</h2>
174-
<p>
175-
<table border='1' cellspacing='0'>
176-
<tr>
177-
<th class='ctr'>PHP Version:</th>
178-
<td class='ctr'>PHP Api Version:</td>
179-
<td class='ctr'>Zend Module Api No:</td>
180-
<td class='ctr'>Zend Extension Api No:</td>
181-
<td class='ctr'>Recommended version:</td>
182-
</tr>
183-
<tr>
184-
<th class='ctr'>4.4.x</th>
185-
<td class='ctr'>20020918</td>
186-
<td class='ctr'>20020429</td>
187-
<td class='ctr'>20050606</td>
188-
<td class='ctr'>[KW:last_release_version]</td>
189-
</tr>
190-
<tr>
191-
<th class='ctr'>5.1.x</th>
192-
<td class='ctr'>20041225</td>
193-
<td class='ctr'>20050922</td>
194-
<td class='ctr'>220051025</td>
195-
<td class='ctr'>[KW:last_release_version]</td>
196-
</tr>
197-
<tr>
198-
<th class='ctr'>5.2.x</th>
199-
<td class='ctr'>20041225</td>
200-
<td class='ctr'>20060613</td>
201-
<td class='ctr'>220060519</td>
202-
<td class='ctr'>[KW:last_release_version]</td>
203-
</tr>
204-
</table>
205-
<br/>
165+
Xdebug does not work together with the Zend Optimizer or any other extension
166+
that deals with PHP's internals (DBG, APD, ioncube etc). This is due to
167+
compatibility problems with those modules.
206168
</p>
207169
208170
<a name='debugclient'></a>

0 commit comments

Comments
 (0)