View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000061 | Xdebug | Uncategorized | public | 2004-05-11 02:25 | 2004-05-15 18:27 |
| Reporter | reppuli | Assigned To | |||
| Priority | normal | Severity | trivial | Reproducibility | always |
| Status | resolved | Resolution | no change required | ||
| Summary | 0000061: (win) fatal error: undefined function calls | ||||
| Description | Call to undefined function xdebug_dump_function_trace(). Seems that nly the error reporting part of xdebug functionality gained on install: profiling non-working? | ||||
| Additional Information | Vanilla installation of 5.0.0rc2 + xdebux 2.0-dev php.ini zend_extension_ts="installationdir/php_xdebug.dll" xdebug.auto_profile = on | ||||
| Tags | No tags attached. | ||||
| Operating System | Windows 2000 | ||||
| PHP Version | 5.0.0rc2 | ||||
|
|
Those functions were removed from XDebug some time ago while Derick works on a better implementation. See: http://bugs.xdebug.org/bug_view_page.php?bug_id=0000048 (version 2 only!) edited on: 2004-05-11 18:05 |
|
|
so only php v4 profiling atm. |
|
|
Actually, xdebug 1.3 works fine for both PHP 4 and PHP 5. But this is not a bug as Xdebug 2.x will have different profiling (much better!!) support. |