View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000020 | Xdebug | Installation | public | 2003-10-08 09:10 | 2003-10-09 08:07 |
Reporter | tony2001 | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | open | ||
Summary | 0000020: fail to build because of php_setcookie() | ||||
Description | make | ||||
Additional Information | I can propose such patch: Index: xdebug.cRCS file: /dat/cvs/xdebug/xdebug.c,v #if PHP_API_VERSION > 20030820 void xdebug_execute(zend_op_array *op_array TSRMLS_DC)
| ||||
Tags | No tags attached. | ||||
Operating System | Any | ||||
PHP Version | 5.0.0-dev | ||||
|
I don't think your patch is correct, as it will break with PHP 4.3 (that's why I made this change in the first place). Which version of xdebug.c do you have? |
|
Oops. |
|
Yep, I've already found it myself =( The real reason is: should look like: |
|
Reminder sent to derick Derick, current CVS version of xdebug still fails to build with CVS version of PHP because of error in php_setcookie() call. |
|
Yeah, that's wrong too as we need to change the > to >= and not the other way around. I'll be commiting a patch in a minute. |
|
Fixed in CVS. |
Date Modified | Username | Field | Change |
---|---|---|---|
2003-10-08 09:10 | tony2001 | New Issue | |
2003-10-08 09:14 | derick | Note Added: 0000017 | |
2003-10-08 09:14 | derick | Status | new => feedback |
2003-10-08 09:15 | tony2001 | Note Added: 0000018 | |
2003-10-08 09:20 | tony2001 | Note Added: 0000019 | |
2003-10-08 13:39 | tony2001 | Note Added: 0000020 | |
2003-10-09 08:05 | derick | Note Added: 0000021 | |
2003-10-09 08:07 | derick | Note Added: 0000022 | |
2003-10-09 08:07 | derick | Status | feedback => closed |