|
33 | 33 | <pre>
|
34 | 34 | zend_extension_ts=\"c:/php/modules/php_xdebug-4.4.1-[KW:last_release_version].dll\"
|
35 | 35 | </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 |
37 | 37 | zend_extension_ts.</strong>
|
38 | 38 | </p>
|
39 | 39 |
|
|
162 | 162 | <a name='compat'></a>
|
163 | 163 | <h2>Compatibility</h2>
|
164 | 164 | <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. |
206 | 168 | </p>
|
207 | 169 |
|
208 | 170 | <a name='debugclient'></a>
|
|
0 commit comments