View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000423 | Xdebug | Uncategorized | public | 2009-01-25 19:07 | 2009-12-30 13:36 |
Reporter | jcheger | Assigned To | |||
Priority | normal | Severity | block | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Summary | 0000423: Conflicts with funcall (PECL module) | ||||
Description | Xdebug conflicts with Funcall (http://pecl.php.net/package/funcall). PHP native function are not intercepted by Funcall. Tests made on Ubuntu 8.10 & Debian Lenny
| ||||
Additional Information | Sample code: function funcall_pre_cb() { function funcall_post_cb() { fc_add_pre ('trim','funcall_pre_cb'); fc_add_pre ('myfunc','funcall_pre_cb'); print "--- trim test ---\n"; print "--- myfunc test ---\n"; Result with Xdebug: Result without Xdebug: | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.2.6 | ||||
|
This is fixed in rev. 3182. Please note however that funcall doesn't work with PHP 5.3 any more, as well as it inhibits the same problems that I just fixed in Xdebug. I am not sure if this is still an issue, but I will point the original author to this report, as well as to: http://svn.xdebug.org/cgi-bin/viewvc.cgi/xdebug/trunk/xdebug.c?root=xdebug&r1=3180&r2=3182 http://svn.xdebug.org/cgi-bin/viewvc.cgi/xdebug/trunk/xdebug.c?view=annotate&root=xdebug#l734 http://svn.xdebug.org/cgi-bin/viewvc.cgi/xdebug/trunk/xdebug.c?view=annotate&root=xdebug#l1759 http://svn.xdebug.org/cgi-bin/viewvc.cgi/xdebug/trunk/xdebug.c?view=annotate&root=xdebug#l1823 |
Date Modified | Username | Field | Change |
---|---|---|---|
2009-01-25 19:07 | jcheger | New Issue | |
2009-01-25 19:07 | jcheger | PHP Version | => 5.2.6 |
2009-01-25 19:07 | jcheger | Xdebug Version | => 2.0.4-dev |
2009-12-30 13:36 | derick | Note Added: 0001240 | |
2009-12-30 13:36 | derick | Status | new => closed |
2009-12-30 13:36 | derick | Resolution | open => fixed |
2016-07-31 12:36 | derick | Category | Usage problems => Usage problems (Crashes) |
2016-07-31 12:38 | derick | Category | Usage problems (Crashes) => Usage problems (Wrong Results) |
2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
2020-03-12 16:38 | derick | Category | Variable Display => Uncategorized |